hi guys and gals, i haven't all the much experience working with components so I might be missing something very obvious (I hope!)

my combo box drops down fine in the IDE, but not in the browser (safari & firefox tested), it just shows the first item and refuses to drop...?

i've tried waiting a frame, but still no joy... can anyone advise? thanks

code snippet:

cb_mc.onEnterFrame=function(){
var cbDp=[{data:1,label:"London"},{data:2,label:"Essex"},{data: 3,label:"South West"},{data:4,label:"Luton"}]; var cb=this.createClassObject(mx.controls.ComboBox,'contactWho',1, {_x:150/*,_width:150*/});
   cb.dataProvider=cbDp;
   delete this.onEnterFrame;
};
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to