Is this part of a Flex project or AS only?  You probably need the full framework available for CursorManager.

 


From: [email protected] [mailto:[email protected]] On Behalf Of sufibaba
Sent: Monday, April 03, 2006 6:06 PM
To: [email protected]
Subject: [flexcoders] CursorManager problem?

 

Dear Flexors,

I am trying to use the busy cursor in a custom actionscript component and I am getting the following error.

TypeError: Error #1009: null has no properties.
    at mx.managers::CursorManager$/setBusyCursor()
    at CursorTest/::turnOnBusyCursor()


---------------import ----------------------------------

 import mx.managers.CursorManager;

-----------   Calling function --------------------------

        private function turnOnBusyCursor():void
  &nb! sp;      {
            // Set busy cursor.
            CursorManager.setBusyCursor();

        }

Cheers,

Tim




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




YAHOO! GROUPS LINKS




Reply via email to