Is this part of a Flex project or AS
only? You probably need the full framework available for CursorManager.
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
|
- RE: [flexcoders] CursorManager problem? Matt Chotin
-