Re: [mapguide-users] Patch to change the active tool Cursor in ajax viewer

2008-12-17 Thread Bruno Scott
there is the ticket http://trac.osgeo.org/mapguide/ticket/797 -- View this message in context: http://www.nabble.com/Patch-to-change-the-active-tool-Cursor-in-ajax-viewer-tp20789750p21049393.html Sent from the MapGuide Users mailing list archive at Nabble.com. _

Re: [mapguide-users] Patch to change the active tool Cursor in ajax viewer

2008-12-08 Thread Bruno Scott
Do you know if it's possible to include binary gif files in a Unified Diff Patch? I'm having problem adding my gif icons in TurtoiseSvn Bruno -- View this message in context: http://www.nabble.com/Patch-to-change-the-active-tool-Cursor-in-ajax-viewer-tp20789750p20899153.html Sent from the MapGu

Re: [mapguide-users] Patch to change the active tool Cursor in ajax viewer

2008-12-04 Thread Bruno Scott
Thanks for your reply Kenneth, This sample code is pretty much the same as mine. I will do what you suggested and send a Diff patch. Bruno -- View this message in context: http://www.nabble.com/Patch-to-change-the-active-tool-Cursor-in-ajax-viewer-tp20789750p20837333.html Sent from the MapGu

Re: [mapguide-users] Patch to change the active tool Cursor in ajax viewer

2008-12-02 Thread Kenneth Skovhede, GEOGRAF A/S
I agree that this would be nice to have as a default. There exists an implementation here: http://trac.osgeo.org/mapguide/wiki/CodeSamples/JavaScript/CustomCursors Could you update that one to better match your implementation? The easiest way to get this into the next release, is to make it in "

[mapguide-users] Patch to change the active tool Cursor in ajax viewer

2008-12-02 Thread Bruno Scott
Here is a small patch to make the map cursor reflect the active toolbar action. function UpdateMapActionCursor(action) { var strCursor = "auto"; switch(action) { case 1: /*pan*/strCursor = "url('../stdicons/icon_pan.cur'), pointer";break; case 9: /*Zoom window*/st