Hi All,
I'm trying to execute method parent.parent.ZoomToView(pXCO, pYCO, pScale,
true);
but not working. i also tried 
GetParent().ZoomToView(pXCO, pYCO, pScale, true);
which is also not working. So could u plz let me know if sm thing is
missing.
where :
 function GetParent()
           {
               if (parent.Fusion) {
                   return parent;
               }
               else if (parent.parent.Fusion) {
                   return parent.parent;
               }
           }



-----
VEER PAL SINGH
HCL TECHNOLOGIES LTD NOIDA
INDIA-201301
--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Not-able-execute-ZoomToView-pXCO-pYCO-pScale-true-in-Fusion-version-of-AIM-tp4989597.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
_______________________________________________
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to