[mapguide-users] RE: Event that captures mouse action

SriRam007 binod_tripathy at yahoo.co.in
Tue Apr 6 06:22:26 EDT 2010


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.


More information about the mapguide-users mailing list