Salvete! I have a simple InDesign script to display a palette window. Problem is, when I display this window, or any other scriptui palette, InDesign loses all keyboard focus - I just can t type anything. It s as if the script palette eats all my keyboard input.
以下是最简单的文字:
#targetengine session; //I have tried without this line, too.
var PaletteWindow = new Window( palette , "Test");
PaletteWindow.show();
Am I missing something? Has anyone else seen this problem? I am using InDesign CS4 on XP Pro SP3; Dell Precision T3400 with Core Duo; 4mb of RAM.
Here is the link to my post at InDesignSecrets: http://indesignsecrets.com/forum/indesign-add-ons-scripts-scripting-and-plug-ins/scriptui-palette-breaks-keyboard#p8419