<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Take a look at the frame layout, "MapGuide Developers Guide" page 25
(labeled "page 19"):<br>
<a class="moz-txt-link-freetext" href="http://mapguide.osgeo.org/2.0/documentation.html">http://mapguide.osgeo.org/2.0/documentation.html</a><br>
<br>
"parent" refers to the parent frame.<br>
Depending on what frame your javascript executes from,<br>
you need more or less "parent" references.<br>
<br>
The problem is described on page 26-27 (labelled 20-21).<br>
<br>
I recommend that you use the function "getMapFrame()" instead, as that
is avalible in almost all frames,<br>
and automatically finds the mapframe.<br>
<br>
<br>
<pre class="moz-signature" cols="72">Regards, Kenneth Skovhede, GEOGRAF A/S
</pre>
<br>
<br>
syncro balon skrev:
<blockquote cite="mid:SNT108-W24A1A577CE19C4BBC01B9B8F9A0@phx.gbl"
type="cite">
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>Hi
<div><br>
<div>i want indestand why "<b>parent.parent</b>.mapFrame.DigitizeRectangle(OnRectangleDigitized);"
don t work and i m having value null</div>
<div>bat with "<b>parent.parent.parent</b>.mapFrame.DigitizeRectangle(OnRectangleDigitized);"
is work but <b>without selecting features </b>in Map</div>
<div><br>
</div>
<div>Please help me</div>
</div>
<br>
<hr>Messenger débarque dans Hotmail ! <a moz-do-not-send="true"
href="http://www.windowslive.fr/hotmail/web-messenger/" target="_new">Essayez-le
!</a>
<pre wrap="">
<hr size="4" width="90%">
_______________________________________________
mapguide-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapguide-users">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a>
</pre>
</blockquote>
</body>
</html>