Static component question

2007-11-07 Thread Shagor Ghani
WOMasters, I have a feeling this is a fairly basic WO question, so advanced apologies if my hunch is correct. Basically, I'm looking to populate a pulldown menu, inappropriately titled WOPopUpButton in WOBuilder, with a set of values, e.g. Red, Blue, and Green. Problem is, I don't want to

Re: Static component question

2007-11-07 Thread Guido Neitzer
On 07.11.2007, at 13:24, Shagor Ghani wrote: Basically, I'm looking to populate a pulldown menu, inappropriately titled WOPopUpButton in WOBuilder, with a set of values, e.g. Red, Blue, and Green. These are named appropriately if you're not looking from a Windows perspective. A dropdown

Re: Static component question

2007-11-07 Thread Robert Walker
And what is this supposed problem with storing these values in an NSArray of your component? You say you want to store them somewhere in your component. A WO component is made up of HTML, WOD, WOO and a Java class. So I would consider storing the list in an NSArray of the component's Java