Hello can anyone help me on this.

  _____  

From: [email protected] [mailto:[email protected]] On
Behalf Of Parkash
Sent: Monday, March 02, 2009 9:53 PM
To: [email protected]
Subject: [flexcoders] Hand Cursor on Flex Menu

 

Hello everyone,

 

I am trying to add hand cursor on Flex menu can anyone guide me how to do
this.

Here is my code snippet.

 

 

                        reportMenu = Menu.createMenu(null, xmlReportMenu,
false);

                        //reportMenu = Menu.createMenu(null,
CMMModelLocator.getInstance().reportsMenuXmlData, false);

                        

 
reportMenu.addEventListener(MenuEvent.MENU_SHOW,ReportMenuShowHandle);

 
reportMenu.addEventListener(MenuEvent.MENU_HIDE,ReportMenuHideHandle);


                        

                        reportMenu.labelField="@label";

                        reportMenu.iconField ="@icon";

 
reportMenu.addEventListener(MenuEvent.ITEM_CLICK,reportMenuHandler);

 
reportMenu.addEventListener(MenuEvent.ITEM_ROLL_OVER,reportMenuHandlerRollOv
er);

                        

                        reportMenu.setStyle( "fontFamily" , 'Verdana' );

 

 

I have tried this but failed

 

              reportMenu.usehandCursor = true;

              reportMenu.buttonMode    = true;

              reportMenu.mouseChildren = false;

 

 

 

regards

 

Parksah

 

 

 





__________ Information from ESET Smart Security, version of virus signature
database 3903 (20090303) __________

The message was checked by ESET Smart Security.

http://www.eset.com

Reply via email to