Re: [Flashcoders] Attaching combobox inside of class

2005-11-24 Thread Paul Evans
On 23 Nov 2005, at 22:11, Dan Wade wrote: It seems like the component is currupted in what way? If you are seeing the first item only, and it doesn't drop down, I'd suggest the problem may be that you are attempting to set the dataprovider before the combobox has initialised. (A

[Flashcoders] Attaching combobox inside of class

2005-11-23 Thread Dan Wade
I get a combobox that looks like a blank textfield using function below: private function buildCombo() { //create page combobox used to toggle between pages var pageToggler_cb = target.createClassObject(mx.controls.ComboBox, pageSelector, target.getNextHighestDepth());