0
[CS2 JS]Script UI Help !!!
New Here
,
/t5/indesign-discussions/cs2-js-script-ui-help/td-p/1160294
Jun 17, 2008
Jun 17, 2008
Copy link to clipboard
Copied
Hi,
I want to create a dialog using Script UI . But i dont know where ro
start with.Please tell the scripting reference.
I found some sample in this forum which i tried is given below:
var w = new Window( "dialog", "Example" );
But when i run the script in Indesign i get an error like "Window is not a constructor".Where am i going wrong?Please guide
Thanks in advance
I want to create a dialog using Script UI . But i dont know where ro
start with.Please tell the scripting reference.
I found some sample in this forum which i tried is given below:
var w = new Window( "dialog", "Example" );
But when i run the script in Indesign i get an error like "Window is not a constructor".Where am i going wrong?Please guide
Thanks in advance
TOPICS
Scripting
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Valorous Hero
,
/t5/indesign-discussions/cs2-js-script-ui-help/m-p/1160295#M276533
Jun 17, 2008
Jun 17, 2008
Copy link to clipboard
Copied
Hi,
Download JavaScript Tools Guide from here and read chapter 4:
http://www.adobe.com/devnet/bridge/pdfs/javascript_tools_guide_cs3.pdf
Kasyan
Download JavaScript Tools Guide from here and read chapter 4:
http://www.adobe.com/devnet/bridge/pdfs/javascript_tools_guide_cs3.pdf
Kasyan
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Participant
,
/t5/indesign-discussions/cs2-js-script-ui-help/m-p/1160296#M276534
Jun 17, 2008
Jun 17, 2008
Copy link to clipboard
Copied
InDesign CS2 does not support ScriptUI. Sorry.
Dave
Dave
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
KatMus
AUTHOR
New Here
,
/t5/indesign-discussions/cs2-js-script-ui-help/m-p/1160297#M276535
Jun 17, 2008
Jun 17, 2008
Copy link to clipboard
Copied
Thanks for the Info.
Anyway how can i create a dialog using JS Object reference CS2 with all features such as applying styles,color ,font etc to a dialog?
Anyway how can i create a dialog using JS Object reference CS2 with all features such as applying styles,color ,font etc to a dialog?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Valorous Hero
,
/t5/indesign-discussions/cs2-js-script-ui-help/m-p/1160298#M276536
Jun 17, 2008
Jun 17, 2008
Copy link to clipboard
Copied
In CS2 you can use only dialog object, but it's facilities are quite modest.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Explorer
,
LATEST
/t5/indesign-discussions/cs2-js-script-ui-help/m-p/1160299#M276537
Jun 17, 2008
Jun 17, 2008
Copy link to clipboard
Copied
Hi myriaz,
As Kasyan says (thanks, Kasyan!), use the dialog object. Most of the example scripts for CS2 contain a dialog--if you don't already have them, you can get them from the bottom of the InDesign scripting home page (a link is at the top of this forum).
Thanks,
Ole
As Kasyan says (thanks, Kasyan!), use the dialog object. Most of the example scripts for CS2 contain a dialog--if you don't already have them, you can get them from the bottom of the InDesign scripting home page (a link is at the top of this forum).
Thanks,
Ole
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

