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.
Quick Option Menu Question
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Livecode Opensource Backer
- Posts: 211
- Joined: Sun Oct 24, 2010 12:13 am
Re: Quick Option Menu Question
Hi RichardMac,
The corrct syntax is :
Set the text of button "select list" to myVariable
Best regards
Jean-Marc
The corrct syntax is :
Set the text of button "select list" to myVariable
Best regards
Jean-Marc
https://alternatic.ch
-
- Livecode Opensource Backer
- Posts: 211
- Joined: Sun Oct 24, 2010 12:13 am
Re: Quick Option Menu Question
Awesome! Thanks.