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

Campbell, Keith A keith.campbell at atkinsglobal.com
Tue Sep 18 05:02:30 EDT 2007


Hmm, still not working. Might need to fiddle with it a bit. 

-----Original Message-----
From: mapguide-users-bounces at lists.osgeo.org
[mailto:mapguide-users-bounces at lists.osgeo.org] On Behalf Of flakesns
Sent: 18 September 2007 09:35
To: mapguide-users at lists.osgeo.org
Subject: [mapguide-users] RE: Mouse cursor in Ajax viewer


oh i'm sorry.. i'm not sure about the version.
i forgot to put this step:
 -> U need to create your own *.cur image. 
 ->Then store the *.cur in stdicons folder.
Mine works well on MG1.2RC2.


Keith Campbell wrote:
> 
> Thanks for posting this.
> 
> However, I can't get it to work in 1.1.0. I've added semicolons at the

> line ends in the case statements and also in the changeIcon(action) 
> call but no joy. Maybe a version thing.
> 
> Keith
> 
> -----Original Message-----
> From: mapguide-users-bounces at lists.osgeo.org
> [mailto:mapguide-users-bounces at lists.osgeo.org] On Behalf Of flakesns
> Sent: 18 September 2007 02:17
> To: mapguide-users at 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(action){
> 	var cururl = "http://localhost/mapguide/stdicons/";
> 	var map = parent.mapFrame.document.getElementById("map");
> 	switch(action)
> 	{
> 		case 1:
> 			map.style.cursor = cururl + "icon_pan.cur"
> 			break;
> 		case 7:
> 			map.style.cursor = cururl + "icon_zoomin.cur"
> 			break;
> 		case 8:
> 			map.style.cursor = cururl + "icon_zoomout.cur"
> 			break;
> 		case 9:
> 			map.style.cursor = cururl + "icon_zoomrect.cur"
> 			break;
> 		default:
> 			map.style.cursor = 'default';
> 			break;
> 	}
> 	
> }
> 
> Then find OnCommandExecuted,
> 
> function OnCommandExecuted(action)
> {
> 	changeIcon(action)
>         .....
>         .....
>         .....
> }
> 
> 
> 
> Kayne M. Morvant wrote:
>> 
>> Hi,
>> 
>> Is it possible to change the mouse cursor in the Ajax viewer to mimic

>> the behavior of the DWF viewer? If I select 'Zoom Rectangle' or 
>> 'Pan',
> etc.
>> the
>> cursor never changes from the arrow style.
>> 
>> If this is not currently implemented, would it be possible to add 
>> this
> 
>> as an enhancement to a future release?
>> 
>> -Kayne
>> 
>> _______________________________________________
>> mapguide-users mailing list
>> mapguide-users at lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>> 
>> 
> 
> --
> View this message in context:
> http://www.nabble.com/Mouse-cursor-in-Ajax-viewer-tf3891016s16610.html
> #a
> 12748237
> Sent from the MapGuide Users mailing list archive at Nabble.com.
> 
> _______________________________________________
> mapguide-users mailing list
> mapguide-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
> 
> 
> This message has been scanned for viruses by MailControl - (see
> http://bluepages.wsatkins.co.uk/?6875772)
> 
> 
> This email and any attached files are confidential and copyright 
> protected. If you are not the addressee, any dissemination of this 
> communication is strictly prohibited. Unless otherwise expressly 
> agreed in writing, nothing stated in this communication shall be
legally binding.
> 
> The ultimate parent company of the Atkins Group is WS Atkins plc. 
> Registered in England No. 1885586.  Registered Office Woodcote Grove, 
> Ashley Road, Epsom, Surrey KT18 5BW.
> 
> Consider the environment. Please don't print this e-mail unless you 
> really need to.
> _______________________________________________
> mapguide-users mailing list
> mapguide-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
> 
> 

--
View this message in context:
http://www.nabble.com/Mouse-cursor-in-Ajax-viewer-tf3891016s16610.html#a
12752466
Sent from the MapGuide Users mailing list archive at Nabble.com.

_______________________________________________
mapguide-users mailing list
mapguide-users at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


More information about the mapguide-users mailing list