RE: [mapguide-users] Mouse cursor in Ajax viewer

2007-09-18 Thread Campbell, Keith A
] On Behalf Of flakesns Sent: 18 September 2007 02:17 To: mapguide-users@lists.osgeo.org Subject: Re: [mapguide-users] Mouse cursor in Ajax viewer Hi, i'm using MG 1.2RC in windows XP. My solution based on Jackie Ng great code. Open toolbar.templ in viewerfiles folder. Add this code: function changeIcon

Re: [mapguide-users] Mouse cursor in Ajax viewer

2007-09-17 Thread flakesns
Hi, i'm using MG 1.2RC in windows XP. My solution based on Jackie Ng great code. Open toolbar.templ in viewerfiles folder. Add this code: function changeIcon(action){ var cururl = http://localhost/mapguide/stdicons/;; var map = parent.mapFrame.document.getElementById(map);

Re: [mapguide-users] Mouse cursor in Ajax viewer

2007-06-11 Thread Maciej Skorczewski
hi can you put some ex. of this? (sample code) Nimrod Cnaan pisze: you can use the ajaxmappane.templ file at executecommand function and set the map.style .cursoras you need Maciek ___ mapguide-users mailing list mapguide-users@lists.osgeo.org

RE: [mapguide-users] Mouse cursor in Ajax viewer

2007-06-11 Thread Chris Gountanis
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jackie Ng Sent: Monday, June 11, 2007 3:11 PM To: mapguide-users@lists.osgeo.org Subject: Re: [mapguide-users] Mouse cursor in Ajax viewer Try something like this: var map

RE: [mapguide-users] Mouse cursor in Ajax viewer

2007-06-11 Thread Chris Claydon
Mouse wheel zoom is standard too. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Gountanis Sent: June 11, 2007 2:28 PM To: 'MapGuide Users Mail List' Subject: RE: [mapguide-users] Mouse cursor in Ajax viewer Can the cursors just be added

Re: [mapguide-users] Mouse cursor in Ajax viewer

2007-06-11 Thread Maciej Skorczewski
btw it is posible to change cursor to ex. style=cursor: wait when map i loading. maciek Chris Claydon Mouse wheel zoom is standard too. ___ mapguide-users mailing list mapguide-users@lists.osgeo.org

Re: [mapguide-users] Mouse cursor in Ajax viewer

2007-06-11 Thread Jackie Ng
No worries. This issue is now Trac'd http://trac.osgeo.org/mapguide/ticket/197 - Jackie macieksk wrote: thx Jackie! i works great! Maciek ps. i thing in future (MG 1.3?) this can by do i main code. Jackie can you add this to trac of MapGuide?

RE: [mapguide-users] Mouse cursor in Ajax viewer

2007-06-08 Thread Nimrod Cnaan
you can use the ajaxmappane.templ file at executecommand function and set the map.style .cursoras you need Date: Fri, 8 Jun 2007 11:54:05 -0500 To: mapguide-users@lists.osgeo.org From: [EMAIL PROTECTED] Subject: [mapguide-users] Mouse cursor in Ajax viewer Hi, Is it possible to change