Re: [OpenLayers-Users] Popup in Openlayers (How to fix the popup?)

2009-07-17 Thread Alexandre Dube
gt; Any example ? I have the map as a fullscreen. > > Thanks. > > > > From: arnd.wipperm...@web.de > To: kwon...@hotmail.com > Subject: AW: [OpenLayers-Users] Popup in Openlayers (How to fix the >

Re: [OpenLayers-Users] Popup in Openlayers (How to fix the popup?)

2009-07-17 Thread Kwong Hu Kiu
..@hotmail.com > CC: users@openlayers.org > Subject: Re: [OpenLayers-Users] Popup in Openlayers (How to fix the popup?) > > Do you have a live example of this behavior ? If not, try making a > small example demonstrating your issue and share it. It would be easier > to he

Re: [OpenLayers-Users] Popup in Openlayers (How to fix the popup?)

2009-07-16 Thread Arnd Wippermann
: RE: AW: [OpenLayers-Users] Popup in Openlayers (How to fix the popup?) Any example ? I have the map as a fullscreen. Thanks. _ From: arnd.wipperm...@web.de To: kwon...@hotmail.com Subject: AW: [OpenLayers-Users] Popup in Openlayers (How to fix the popup?) Date: Thu, 16 Jul 2009 18

Re: [OpenLayers-Users] Popup in Openlayers (How to fix the popup?)

2009-07-16 Thread Kwong Hu Kiu
om > CC: users@openlayers.org > Subject: Re: [OpenLayers-Users] Popup in Openlayers (How to fix the popup?) > > Do you have a live example of this behavior ? If not, try making a > small example demonstrating your issue and share it. It would be easier > to help. > > Reg

Re: [OpenLayers-Users] Popup in Openlayers (How to fix the popup?)

2009-07-16 Thread Kwong Hu Kiu
Any example ? I have the map as a fullscreen. Thanks. From: arnd.wipperm...@web.de To: kwon...@hotmail.com Subject: AW: [OpenLayers-Users] Popup in Openlayers (How to fix the popup?) Date: Thu, 16 Jul 2009 18:31:52 +0200 Hi, Why do you not create an own div element instead of an

Re: [OpenLayers-Users] Popup in Openlayers (How to fix the popup?)

2009-07-16 Thread Alexandre Dube
e popup.moveto is always being called. > > Any idea ? > > > Date: Thu, 16 Jul 2009 09:45:34 -0400 > > From: ad...@mapgears.com > > To: kwon...@hotmail.com > > CC: users@openlayers.org > > Subject: Re: [OpenLayers-Users] Popup in Openlayers (How to fix the > po

Re: [OpenLayers-Users] Popup in Openlayers (How to fix the popup?)

2009-07-16 Thread Kwong Hu Kiu
#x27;ed this and "pop.moveTo" is being called whenever i pan. > > > > Not really sure if this is a bug. > > > > I just want a simple popup that always appear on the lower right corner > > so user can interact with the map. > > > > Regards.

Re: [OpenLayers-Users] Popup in Openlayers (How to fix the popup?)

2009-07-16 Thread Alexandre Dube
r > so user can interact with the map. > > Regards. > > > > Date: Thu, 16 Jul 2009 08:18:27 -0400 > > From: ad...@mapgears.com > > To: kwon...@hotmail.com > > CC: users@openlayers.org > > Subject: Re: [OpenLayers-Users] Popup in Openlayers (How to fix the

Re: [OpenLayers-Users] Popup in Openlayers (How to fix the popup?)

2009-07-16 Thread Kwong Hu Kiu
er can interact with the map. Regards. > Date: Thu, 16 Jul 2009 08:18:27 -0400 > From: ad...@mapgears.com > To: kwon...@hotmail.com > CC: users@openlayers.org > Subject: Re: [OpenLayers-Users] Popup in Openlayers (How to fix the popup?) > > Hi, > > You could regist

Re: [OpenLayers-Users] Popup in Openlayers (How to fix the popup?)

2009-07-16 Thread Alexandre Dube
Hi, You could register a map 'moveend' event to move the popup again to the original location. You would need to recalculate the position on each move. Regards, Alexandre Kwong Hu Kiu wrote: > Hi, > > I am trying to use the openlayers popup in the map as below. > > if (this.popup == n

[OpenLayers-Users] Popup in Openlayers (How to fix the popup?)

2009-07-16 Thread Kwong Hu Kiu
Hi, I am trying to use the openlayers popup in the map as below. if (this.popup == null) { this.popup = new OpenLayers.Popup(); this.popup.setBorder("2px solid"); this.popup.setSize(new OpenLayers.Size(270, 270)); t