<div dir="ltr">Hey Chris,<br><br>Much thanks, it works good now. I had to use this though :<br><br>&nbsp;&nbsp;&nbsp; if (map.baseLayer.mapObject) {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; var sz = this.map.getSize();&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; map.baseLayer.mapObject.Resize(sz.w,sz.h);&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; }<br><br>Thanks again,<br><br>Lennox<br><br><div class="gmail_quote">On Fri, Oct 10, 2008 at 4:04 PM, chaak <span dir="ltr">&lt;<a href="mailto:haak@agintegrated.com">haak@agintegrated.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Hi Lennox,<br>
<br>
After much searching, I found another post on this same issue dated back<br>
from May. &nbsp;I used the code that Darko Radicecki provided and it works great!<br>
I first put the following code directly in the VirtualEarth.js file, and<br>
then I tried it directly in the VE layer options; both ways work.<br>
<br>
<br>
Chris<br>
<br>
onMapResize: function() {<br>
 &nbsp; &nbsp; &nbsp; &nbsp;var sz = this.map.getSize();<br>
 &nbsp; &nbsp; &nbsp; &nbsp;this.mapObject.Resize(sz.w,sz.h);<br>
<div class="Ih2E3d">}<br>
<br>
<br>
Lennox Antoine wrote:<br>
&gt;<br>
&gt; At least I can take re-assurance that it&#39;s not only me :). Thanks for the<br>
&gt; info though, i&#39;ll try your method and see if it works.<br>
&gt;<br>
&gt; Lennox<br>
&gt;<br>
<br>
</div><font color="#888888">--<br>
View this message in context: <a href="http://n2.nabble.com/Can%27t-get-VE-map-to-work-tp1088773p1317558.html" target="_blank">http://n2.nabble.com/Can%27t-get-VE-map-to-work-tp1088773p1317558.html</a><br>
</font><div><div></div><div class="Wj3C7c">Sent from the OpenLayers Users mailing list archive at Nabble.com.<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@openlayers.org">Users@openlayers.org</a><br>
<a href="http://openlayers.org/mailman/listinfo/users" target="_blank">http://openlayers.org/mailman/listinfo/users</a><br>
</div></div></blockquote></div><br></div>