Re: [Flashcoders] Flash Combobox ...

2006-10-30 Thread Stephen Ford
Thanks [EMAIL PROTECTED], but I should have added that I am entering the labels and data in the Parameters panel inside the Flash IDE. If anyone knows a way around this it would be great, but I might have to populate the Comboboxes dynamically with code. Thanks.___

Re: [Flashcoders] Flash Combobox ...

2006-10-29 Thread Arse @ Snepo
Make sure the value is a string. i.e.: my_cb.dataProvider = [{data:1, label:"01"}, {data:2, label:02}]; will show labels: 01 and 2 as 01 is a string whereas 02 isn't. Stephen Ford wrote: I am trying to use "01" as a label for one of the items in my combobox, however flash won't display "01"

[Flashcoders] Flash Combobox ...

2006-10-29 Thread Stephen Ford
I am trying to use "01" as a label for one of the items in my combobox, however flash won't display "01" - it cuts off the zero and just displays "1". Anyone know a way around this. Thanks, Stephen.___ Flashcoders@chattyfig.figleaf.com To change your