This will work for the popUp of PopUpMenuButton too....
<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" xmlns="assets.*" backgroundColor="#FFFFFF" width="600" height="600">
<mx:Script>
<![CDATA[
]]>
</mx:Script>
<mx:PopUpButton id="myPopUpButton" rollOver="myPopUpButton.open()" label="Check popUp is a list" >
<mx:popUp>
<mx:List rollOut="myPopUpButton.close()">
<mx:dataProvider>
<mx:Array>
<mx:Object label="Smily" data=""><mx:Object label="no" data=""
<mx:Object label="yes" data=""></mx:Array>
</mx:dataProvider>
</mx:List>
</mx:popUp>
</mx:PopUpButton>
</mx:Application>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" xmlns="assets.*" backgroundColor="#FFFFFF" width="600" height="600">
<mx:Script>
<![CDATA[
]]>
</mx:Script>
<mx:PopUpButton id="myPopUpButton" rollOver="myPopUpButton.open()" label="Check popUp is a list" >
<mx:popUp>
<mx:List rollOut="myPopUpButton.close()">
<mx:dataProvider>
<mx:Array>
<mx:Object label="Smily" data=""><mx:Object label="no" data=""
<mx:Object label="yes" data=""></mx:Array>
</mx:dataProvider>
</mx:List>
</mx:popUp>
</mx:PopUpButton>
</mx:Application>
Hope this helps,
-sam
On 10/23/06, boy_trike <[EMAIL PROTECTED]> wrote:
I have an event on MouseOver to OPEN my popup menu. I want it to close when the user
MOUSES OUT of the drop down menu. The mouseout event of the menu works when the user
leave the BUTTON not the menu. What is the solution please?
thanks
bruce
__._,_.___
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
![]()
SPONSORED LINKS
Software development tool Software development Software development services Home design software Software development company
Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe
__,_._,___
Reply via email to

