according to gmail i posted this message 14 hours ago and it still hasn't shown up in the posts...  thought i'd post it again...
 
----------
 
couldn't get this 2 work... anyone been able to set the showDataTips on the dropdown in a combobox?

here's what i tried

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx=" http://www.macromedia.com/2003/mxml">   
    <mx:ComboBox id="testComboBox" creationComplete="testComboBox_creationComplete()" dataProvider="{dp}"/>       
    <mx:Script>
        <![CDATA[]]>
        public var dp:Array = new Array({label:"Item1"},{label:"Item2"},{label:"Item3"})
        private function  testComboBox_creationComplete()
        {
            testComboBox.dropdown.showDataTips = true;
            testComboBox.dropdown.dataTipField = "label";
        }
        <!--  -->
    </mx:Script>
</mx:Application>


Yahoo! Groups Links

Reply via email to