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
{
// 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
SPONSORED LINKS
Web site design development | Computer software development | Software design and development |
Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.