Page 1 of 1

How to add items in Option Menu

Posted: Thu Nov 05, 2015 3:45 am
by shalu
Hi All,

How to add items in a "Option Menu" eg:If I have some items in option Menu and with help of one of the item I have open a folder and select a file, how I add the name of the selected file in option Menu. Is it possible. :oops: :roll:

Thanks
Shalu

Re: How to add items in Option Menu

Posted: Thu Nov 05, 2015 10:35 am
by MaxV
It's the text property.
Each line is an option.

Code: Select all

set the text of button "option menu" to ("option 1" & CR & "option 2" & CR & "Very long option 3")