Re: [Mapbuilder-devel] Mapbuilder and tiling support

2008-01-22 Thread GeoUser
ll resize the mainMapPane and > the Map automatically. > The problem of the loading bar is most likely that it's not listening > to the OpenLayer events. But I'm no expert in that area and your > details are a bit sketchy to say for sure. > > Steven > > >

Re: [Mapbuilder-devel] Mapbuilder and tiling support

2008-01-22 Thread GeoUser
One more problem. Maybe i'm trying to use it in wrong way but here's what i do: > config.objects.mainMap.setWindowWidth(newWidth); > config.objects.mainMap.setWindowHeight(newHeight); > > config.objects.mainMap.callLis

Re: [Mapbuilder-devel] Mapbuilder and tiling support

2008-01-21 Thread GeoUser
ad of image/png as > image format. > > Regards, > Andreas. > > GeoUser wrote: >> OK, i created a demo that uses tiling. I used newest mapbuilder with >> integrated open layers. Then i made tests under FFOX, IE6 and IE7. FFOX >> and >> IE7 worked fine but on IE6

Re: [Mapbuilder-devel] Mapbuilder and tiling support

2008-01-18 Thread GeoUser
OK, i created a demo that uses tiling. I used newest mapbuilder with integrated open layers. Then i made tests under FFOX, IE6 and IE7. FFOX and IE7 worked fine but on IE6 something went wrong. I can see request for map tiles in geoserver command prompt log but i don't see tiles loading in IE. New

Re: [Mapbuilder-devel] Mapbuilder and tiling support

2007-12-04 Thread GeoUser
What about tiling of rasters that come from geoserver wms requests? -- View this message in context: http://www.nabble.com/Mapbuilder-and-tiling-support-tf4942600.html#a14166680 Sent from the MapBuilder Devel mailing list archive at Nabble.com. -

[Mapbuilder-devel] Mapbuilder and tiling support

2007-12-04 Thread GeoUser
Hello. Can anyone tell me in what stage tiling in mapbuilder is? Is somebody working on that? Are there any demos showing tiling in mapbuilder? -- View this message in context: http://www.nabble.com/Mapbuilder-and-tiling-support-tf4942600.html#a14149098 Sent from the MapBuilder Devel mailing li

Re: [Mapbuilder-devel] manual how to compress

2007-09-20 Thread GeoUser
Excellent guide. But i have few problems. 1. > var _3=document.createElement("script"); > _3.readyState=="complete"; > this.loadingScripts.push(_3); > should second line be > _3.readyState="complete"; > And what can i do if Firefox says: > Error: window[_23] is not a constructor: >