Issue with ScrollBox - Crashes Framemaker 10
Hi all,
When I invoke a scrollbox in ExtendScript, FrameMaker crashes.
For e.g.,
var myArray=new Array("Item 1","Item 2","Item 3");
var choice = ScrollBox ("Choose an item", myArray, 0);
Alert ("You chose " + myArray[choice], Constants.FF_ALERT_OK_DEFAULT);
does not work. Is it a bug or I am doing something wrong here?
Regards,
Bruno
