A belated reply, but similar issue - I want to let the user create option menus on demand in my program. After creating an option menu button, it displays the name of the button as its label. Then I put some text into the button and try to set the label to line 1 of the text - to no avail, the name of the button sticks in the display. A workaround is to set the label to something else, eg. empty, and then set it back again. My reasoning is that when you set the text of the button initially, it automatically gets the first line as its label but the display doesnt update, then when you set the label to line 1 of the text, it sees this as No Change (No menupick sent) and hence still doesn't update.
regards Martin On 08/08/2007, Mikey <[EMAIL PROTECTED]> wrote: > > Devin, > I do, and I shall. > -- > On the first day, God created the heavens and the Earth > On the second day, God created the oceans. > On the third day, God put the animals on hold for a few hours, > and did a little diving. > And God said, "This is good." > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution > _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
