Re: [Flashcoders] ComboBox won't scroll

2006-06-02 Thread nobski
riday, June 02, 2006 6:05 PM Subject: Re: [Flashcoders] ComboBox won't scroll > I can't reproduce your problem here (Flash 8, Win2k). With a combobox > cb and two clips, add3 and add4, on stage, the combobox displays and > works fine when add4 is clicked (no matter the order

Re: [Flashcoders] ComboBox won't scroll

2006-06-02 Thread Helen Triolo
I can't reproduce your problem here (Flash 8, Win2k). With a combobox cb and two clips, add3 and add4, on stage, the combobox displays and works fine when add4 is clicked (no matter the order or number of times either button is clicked): var a:Array = ["a", "b", "c"]; cb.dataProvider = a; ad

[Flashcoders] ComboBox won't scroll

2006-06-02 Thread nobski
Very simple little problem probably and hopefully: When adding items to a ComboBox using addItem() and setting its rowCount to anything less than the number of added items, the ComboBox renders empty completely and shows no scrollbar or items at all. I cannot find any method of property that co