Hi,
How to use this
***********************************
// Copy original function to new pointer
origOnMapLoadingFunc = parent.parent.mapFrame.OnMapLoading;
// Redefine old OnMapLoading function
parent.parent.mapFrame.OnMapLoading = function() {
// Does somethimg
}
// Call "new" functionality
paren.parent.mapFrame.OnMapLoading();
//Run old function
origOnMapLoadingFunc();
***********************************
As u said It worked really well But i m not getting how to apply it and
where.
Can anyone please explain How to use this
thanks
--
View this message in context:
http://n2.nabble.com/Event-that-captures-mouse-action-tp3939442p4858199.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users