<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:10pt"><div><span>OK.......ill update right away and see what happens</span></div><div><br></div>  <div style="font-size: 10pt; font-family: arial, helvetica, sans-serif; "> <div style="font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; "> <div dir="ltr"> <font size="2" face="Arial"> <hr size="1">  <b><span style="font-weight:bold;">Von:</span></b> Andreas Hocevar &lt;ahocevar@opengeo.org&gt;<br> <b><span style="font-weight: bold;">An:</span></b> Robert Buckley &lt;robertdbuckley@yahoo.com&gt; <br><b><span style="font-weight: bold;">CC:</span></b> "users@geoext.org" &lt;users@geoext.org&gt; <br> <b><span style="font-weight: bold;">Gesendet:</span></b> 15:17 Dienstag, 6.März 2012<br> <b><span style="font-weight: bold;">Betreff:</span></b> Re: [Users] geoext.popup position wrong<br> </font> </div> <br>Looks to me like you're
 using an old version of the GeoExt css - one<br>that doesn't match your GeoExt version.<br><br>Andreas.<br><br>On Tue, Mar 6, 2012 at 3:04 PM, Robert Buckley &lt;<a ymailto="mailto:robertdbuckley@yahoo.com" href="mailto:robertdbuckley@yahoo.com">robertdbuckley@yahoo.com</a>&gt; wrote:<br>&gt; Hi,<br>&gt;<br>&gt; you can try it out here...<br>&gt;<br>&gt; <a href="http://maps.zgb.de/geoportal/treenodes.html" target="_blank">http://maps.zgb.de/geoportal/treenodes.html</a><br>&gt;<br>&gt; ________________________________<br>&gt; Von: Andreas Hocevar &lt;<a ymailto="mailto:ahocevar@opengeo.org" href="mailto:ahocevar@opengeo.org">ahocevar@opengeo.org</a>&gt;<br>&gt; An: Robert Buckley &lt;<a ymailto="mailto:robertdbuckley@yahoo.com" href="mailto:robertdbuckley@yahoo.com">robertdbuckley@yahoo.com</a>&gt;<br>&gt; CC: "<a ymailto="mailto:users@geoext.org" href="mailto:users@geoext.org">users@geoext.org</a>" &lt;<a ymailto="mailto:users@geoext.org"
 href="mailto:users@geoext.org">users@geoext.org</a>&gt;<br>&gt; Gesendet: 14:59 Dienstag, 6.März 2012<br>&gt; Betreff: Re: [Users] geoext.popup position wrong<br>&gt;<br>&gt; Can you be a bit more specific on how the popup position is wrong?<br>&gt; Maybe with a screenshot?<br>&gt;<br>&gt; It should be enough to configure<br>&gt;<br>&gt; location: e.xy<br>&gt;<br>&gt; Andreas.<br>&gt;<br>&gt; On Tue, Mar 6, 2012 at 2:06 PM, Robert Buckley &lt;<a ymailto="mailto:robertdbuckley@yahoo.com" href="mailto:robertdbuckley@yahoo.com">robertdbuckley@yahoo.com</a>&gt;<br>&gt; wrote:<br>&gt;&gt; Hi,<br>&gt;&gt;<br>&gt;&gt; it´s not the first time I have had this problem, but I have looked into my<br>&gt;&gt; own work and cannot find a solution.<br>&gt;&gt;<br>&gt;&gt; When the popup appears, it is not positioned on the point I clicked..<br>&gt;&gt;<br>&gt;&gt; I have included the geoext css and the popup css files in the html doc.<br>&gt;&gt;<br>&gt;&gt; my code
 is here...if some could give me a clue as to where I should look<br>&gt;&gt; for<br>&gt;&gt; a solution I´d be most grateful,<br>&gt;&gt;<br>&gt;&gt; cheers,<br>&gt;&gt;<br>&gt;&gt; Rob<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; var featureInfo = new OpenLayers.Control.WMSGetFeatureInfo({<br>&gt;&gt; &nbsp; &nbsp;infoFormat: "application/vnd.ogc.gml",<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; queryVisible: true,<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; highlightOnly: false,<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; maxFeatures: 20,<br>&gt;&gt; eventListeners: {<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "getfeatureinfo": function(e) {<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var items = [];<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Ext.each(e.features, function(feature) {<br>&gt;&gt; &nbsp; &nbsp; &nbsp;
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; items.push({<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xtype: "propertygrid",<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; title: feature.fid,<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; source: feature.attributes<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; });<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; });<br>&gt;&gt; new GeoExt.Popup({<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; url: "/geoserver/ows",<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; title: "Info",<br>&gt;&gt;
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; layout: "border",<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; region:"east",<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //x: 330,<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //y: 20,<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; width: 200,<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; height: 300,<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; layout: "accordion",<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bodyStyle: 'background-color:#FFF;,font-size:14px;',<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; autoScroll: true,<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; map: mapPanel.map,<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; location:
 map.getLonLatFromPixel(e.xy),<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //location: e.xy,<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;//lonlat: mapPanel.map.getLonLatFromPixel(e.xy),<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;// html: e.text,<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; maximizable: false,<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; resizable: false,<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; collapsible: false,<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; items: items<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }).show();<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; }<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; }<br>&gt;&gt; &nbsp; &nbsp; });<br>&gt;&gt;<br>&gt;&gt; _______________________________________________<br>&gt;&gt; Users mailing list<br>&gt;&gt;
 <a ymailto="mailto:Users@geoext.org" href="mailto:Users@geoext.org">Users@geoext.org</a><br>&gt;&gt; <a href="http://www.geoext.org/cgi-bin/mailman/listinfo/users" target="_blank">http://www.geoext.org/cgi-bin/mailman/listinfo/users</a><br>&gt;&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; --<br>&gt; Andreas Hocevar<br>&gt; OpenGeo - <a href="http://opengeo.org/" target="_blank">http://opengeo.org/</a><br>&gt; Expert service straight from the developers.<br>&gt;<br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; Users mailing list<br>&gt; <a ymailto="mailto:Users@geoext.org" href="mailto:Users@geoext.org">Users@geoext.org</a><br>&gt; <a href="http://www.geoext.org/cgi-bin/mailman/listinfo/users" target="_blank">http://www.geoext.org/cgi-bin/mailman/listinfo/users</a><br>&gt;<br><br><br><br>-- <br>Andreas Hocevar<br>OpenGeo - <a href="http://opengeo.org/" target="_blank">http://opengeo.org/</a><br>Expert service straight from the
 developers.<br><br><br> </div> </div>  </div></body></html>