Option menu button question

Björnke von Gierke bvg at mac.com
Fri Oct 29 10:20:40 EDT 2004


On Oct 29 2004, at 16:07, jbv wrote:

> Hi list,
>
> I have a blank...
>
> I have an option menu button with 4 options.
> How can I force the 1st option to alwzys be
> visible when the card (that contains the btn)
> opens, no matter which option the user has
> selected when previously using that btn ?
> I haven't found any button property that could
> allow this...

You can insert this script into the card to get that effect:

on opencard
   set the label of button "optionbutton" to line one of button 
"optionbutton"
end opencard

<>()<>()<>()<>()<>()<>()<>()<>()<>()<>()<>
Chat with other RunRev developers:
go stack URL "http://homepage.mac.com/bvg/chatrev1.2.rev"



More information about the use-livecode mailing list