Just a quick note that I meant the OL and Sencha forums. Copying and pasting too fast.<br><br>
<div class="gmail_quote">On Wed, Apr 27, 2011 at 11:33 AM, David Miller <span dir="ltr"><<a href="mailto:teknocreator@gmail.com">teknocreator@gmail.com</a>></span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">
<div>
<div>
<blockquote>
<p>Hi list!</p>
<p>After looking at yet another forum thread which was possibly related to my problem, I discovered that if I first hide the popup after retrieving the information from the server, then call the body.update with the retrieved information, then show the popup, the popup window expands up and the anchors stays were I clicked on the map. So in the getPopupText(loc) function, I do this instead:<br>
<br>// set the popup text information with ExtJS <br><br>popup.hide();<br>popup.body.update(wincontent); <br>popup.show();<br><br>Not sure why I need the second show as there's a show in the popup function. Whatever works I guess. Amazing... searched for a few days on this one as well as posted to OL and GeoExt forums. Have to copy this solution to the other forums. <br>
<br>Well, now to Tabs. Hope not, but might be back. Thanks for everyone's times and something to keep in mind here for these GeoExt popups.<br><br>Dave M </p></blockquote></div></div></blockquote></div><br>