Re: how to populate the menu items of a pulldown menu

2012-01-25 Thread Marty Billingsley
Perfect. Thanks much! - marty Bob Sneidar wrote: > > get the text of button "myPullDownNemu" > put "Choice 1" & cr & "Choice 2" & cr after it > set the text of button "myPullDownNemu" to it > > Is that what you were looking to do? > > Bob > > > On Jan 25, 2012, at 11:05 AM, Marty Billing

Re: how to populate the menu items of a pulldown menu

2012-01-25 Thread Bob Sneidar
get the text of button "myPullDownNemu" put "Choice 1" & cr & "Choice 2" & cr after it set the text of button "myPullDownNemu" to it Is that what you were looking to do? Bob On Jan 25, 2012, at 11:05 AM, Marty Billingsley wrote: > Hi all -- > > How can you programmatically add items to a pull

Re: how to populate the menu items of a pulldown menu

2012-01-25 Thread Klaus on-rev
Hi Marty, Am 25.01.2012 um 20:05 schrieb Marty Billingsley: > Hi all -- > > How can you programmatically add items to a pulldown menu button? Is this a > settable property? yes, you can get and set -> the text of btn XYZ which is a CR delimited list of the menu items. > Been looking through

how to populate the menu items of a pulldown menu

2012-01-25 Thread Marty Billingsley
Hi all -- How can you programmatically add items to a pulldown menu button? Is this a settable property? Been looking through the documentation, but haven't come across anything. Thanks, - marty -- Marty Billingsley Department of Computer Science The University of Chicago Laboratory Schools _