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);
[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.
CursorManager.removeAllCursors();
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.