Solved! Go to Solution.
How to add a custom cursor for identify widget? See attached identify cursor. Thank you.
[Embed(source="cursor.png")] private var customCur:Class;
CursorManager.setCursor(customCur,CursorManagerPriority.HIGH,-YourPNGWidth,-YourPNGHeight);
How to add a custom cursor for identify widget? See attached identify cursor. Thank you.
[Embed(source="cursor.png")] private var customCur:Class;
CursorManager.setCursor(customCur,CursorManagerPriority.HIGH,-YourPNGWidth,-YourPNGHeight);
CursorManager.removeAllCursors();
[ATTACH=CONFIG]23762[/ATTACH]Thank you all for the help. I also create mouseOver and mouseOut function inside widget template so it can change identify cursor to hand or arrow when you mouse over different icon but I can't figure out how come the resize cursor won't work. See the attached file.
Thanks again.