[mapguide-users] V2.1 errors with ZoomToView() on 2nd iteration

djonio DJonio at miami-airport.com
Thu Mar 18 16:24:46 EDT 2010


I inserted the line “numberValue = numberValue - 0; “  in mainframe.templ and
the method works one(1) time. On second iteration I get a runtime error
Line:2006:

This is the method in error.

function MoveOverlayImage(x, y)
{
    img = document.getElementById(msie6minus? "img1div": curimg)
    if(img != null)
    {
        img.style.left = x + ovoffsx + "px";
        img.style.top = y + ovoffsy + "px";
    }
    MoveSelectionOverlayImage(x, y);
}
x = NaN
y = NaN

Any help?

r,
dennis
-- 
View this message in context: http://n2.nabble.com/V2-1-errors-with-ZoomToView-on-2nd-iteration-tp4759113p4759113.html
Sent from the MapGuide Users mailing list archive at Nabble.com.


More information about the mapguide-users mailing list