dialog.end() not dismissing dialog
I launch one dialog using app.execDialog(dialog1). Then in that dialog I have a button and if they click the button I dismiss the current dialog using:
"btn1": function(dialog) {
dialog.end();
app.execDialog(dialog2);
}
This works fine in Adobe Acrobat Pro DC on Mac, but on Windows it does not dismiss the original dialog. Any ideas?
