I get what your saying but what would i put in the override? Im not so sure thats it because I tested this:
this.dropdown.selectedIndex = i; this.dropdown.vPosition = i; this.dropdown.showDataTips = "true"; this.dropdown.dataTipField="pos"; First two lines work like a charm, last 2 dont. This code is triggered after an open call so I dont think its an instance termination issue. thnx. d, --- In [email protected], "alex_harui" <[EMAIL PROTECTED]> wrote: > Are you setting those fields in an override of "get dropdown()"? If > the ComboBox gets resized or re-styled, it destroys the dropdown and > makes a new one. > > > --- In [email protected], "DavidLand" <[EMAIL PROTECTED]> wrote: > > Im trying to get data tips for the list component embedded within the > > ComboBox and not having much luck. Works fine for normal List boxes > > but cant seem to get anything off of the child one within the CB. > > > > Within the class extending the ComboBox I have this: > > > > this.dropdown.showDataTips = true; > > this.dropdown.dataTipField = "pos"; > > > > > > This works just fine on a normal List: > > <mx:List id="ll" dataProvider="{samp}" dataTipField="pos" > > showDataTips="false" labelField="name"/> > > > > Any help would of course be very appreciated. Thnx. > > > > d. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

