<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><DIV><BR></DIV>
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt">Thank you sooooooo much Kenneth Skovhede, you are a genius.<BR>I succeeded to implement your idea and it worked perfectly.&nbsp; </DIV>
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt">I sometimes wonder "why didn't I think of that ?" :)) </DIV>
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt">&nbsp;</DIV>
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt"><FONT size=2 face=Tahoma>
<HR SIZE=1>
<B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> "Kenneth Skovhede, GEOGRAF A/S" &lt;ks@geograf.dk&gt;<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> MapGuide Users Mail List &lt;mapguide-users@lists.osgeo.org&gt;<BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> Friday, September 18, 2009 1:09:25 PM<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> Re: [mapguide-users] Implement redling with an always on top window<BR></FONT><BR>I'm pretty sure you can't do that, as it would be really annoying and a potential security risk<BR>if arbitrary webpages could do that.<BR><BR>Instead, in the outer most page, include the viewer as an iframe:<BR>&lt;html&gt;<BR>&lt;body&gt;<BR>&lt;iframe src="......ajaxviewer/?....params..." style="... location, size, etc ...."&gt;&lt;/iframe&gt;<BR>&lt;iframe src="your-tool-window.html" style=".... same ..."&gt;&lt;/iframe&gt;<BR>&lt;/body&gt;<BR>&lt;/html&gt;<BR><BR>You should now be able to place the
 second iframe on top of the first one (z-index).<BR>There are many JS snippets that allow you to drag an iframe around,<BR>so you can just make the iframe look like a window.<BR><BR>That way, you can mimic an "always-on-top" window, but it stays within the page, so the browser<BR>does not mind.<BR><PRE class=moz-signature>Regards, Kenneth Skovhede, GEOGRAF A/S
</PRE><BR><BR>Nick Sebastyan skrev: 
<BLOCKQUOTE type="cite">
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt">
<DIV>Greetings all, </DIV>
<DIV>&nbsp;</DIV>
<DIV>I&nbsp;have a question that is a little off topic but it implies mapguide at a certain level so i will give it a shot.</DIV>
<DIV>&nbsp;</DIV>
<DIV>I have to implement some redlining functionality on mapguide that will reside in a popup window because there are to much options and will not be very user friendly if i will put all this commands in the toolbar, context menu, taskpane etc.</DIV>
<DIV>For example you have options to create, save as xml ,&nbsp; rename, load, select, modify temporary layers, draw lines, polygons, insert text, insert symbols from the resource repository, etc.</DIV>
<DIV>&nbsp;</DIV>
<DIV>The idea is that the window that provide all this functionality will have to be an ALWAYS ON TOP window because it will be very annoying if the window keep losing focus when you start to draw something on the map. I have found some methods but they do not help because they give constant focus only to a window and it will not be possible to select what to draw and draw it this way (&nbsp;an&nbsp;example&nbsp;will&nbsp;be&nbsp;window.showModalDialog('url', 'args')).</DIV>
<DIV>&nbsp;</DIV>
<DIV>So the question is does somebody know how you can truly make an "always on top window" or have other ideas ? </DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks.&nbsp;&nbsp; </DIV></DIV><BR><PRE><HR SIZE=4 width="90%">
_______________________________________________
mapguide-users mailing list
<A class=moz-txt-link-abbreviated href="mailto:mapguide-users@lists.osgeo.org" rel=nofollow target=_blank ymailto="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</A>
http://lists.osgeo.org/mailman/listinfo/mapguide-users
  </PRE></BLOCKQUOTE></DIV></div><br>

      </body></html>