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/

