Page 1 of 1

Quick Option Menu Question

Posted: Thu Dec 23, 2010 4:32 am
by richardmac
How do you set the menu items of an Option Menu within a script?

I mean, something like:

Set the menu items of button "select list" to myVariable

That's obviously not the syntax - what is? Have looked through the Dictionary and User Guide but can't find this.

Re: Quick Option Menu Question

Posted: Thu Dec 23, 2010 9:17 am
by jmburnod
Hi RichardMac,

The corrct syntax is :

Set the text of button "select list" to myVariable

Best regards

Jean-Marc

Re: Quick Option Menu Question

Posted: Thu Dec 23, 2010 3:42 pm
by richardmac
Awesome! Thanks.