At 12:32 PM -0800 3/18/2002, Giulio Mastrosanti wrote: >I'm looking at the list of properties of a button that has 'option' as >style, but i can't find the list of values it can have (the list i write on >the property stack on the field "Create button menu with contents:")
As Klaus said you can simply use "put" to put your desired items into the buttons, but there's also a tip: if you hold the mouse over a control in the Properties palette, the Transcript property name pops up as a tool tip. (In this case, the text property of the button.) These two statements are equivalent: put myList into button "Option Menu" set the text of button "Option Menu" to myList -- Jeanne A. E. DeVoto ~ [EMAIL PROTECTED] http://www.runrev.com/ Runtime Revolution Limited - Power to the Developer! _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
