Using Flex 2 - 
I have extended ComboBox in an AS3 class. My plan is to use it a lot 
in several places and just programatically change the dataProvider in 
each of the places. It works as expected the first time I use it in a 
generated screen. Later I remove the screen, then still later I 
recreate the screen containing the combobox. This time the 
dataProvider still gets updated, but now no data is visible in the 
dropdown on the screen - it appears empty. I figure it needs to be 
rebound to the screen somehow, since I have verified I have data. 
However, I cannot figure out how to bind the instance of the combobox, 
and / or exactly what else in it besides the dataProvider, in such a 
way that the screen gets updated.
Could someone give me some pointers, or at least some idea of what I 
am doing wrong?
Thanks,
Roscoe

Reply via email to