IE Ahamed

IE Ahamed
- Name: [not set]
- Favorite Languages: [not set]
- Website: [not set]
- Location: [not set]
- About Me: [not set]
-
Flex Custom Cursor Tutorial
06/22/2010 - 07:46
Nice work you did !!! :)..
Common for all
-------------
when you make any components like window and you would like to set the custom cursor means use this below syntax it will work good instead of thisCursorManager.setCursor(customCursor, CursorManagerPriority.HIGH, 3, 2);
CursorManager.removeAllCursors();
USE This:
---------this.cursorManager.setCursor(penIcon, CursorManagerPriority.HIGH, 3, 2);
this.cursorManager.removeAllCursors();
Recent Comments