OK, I got it working by using frameview_resize.phtml instead of frameview.phtml...but this is not so in dev version I think!
Now I shall remove the header part for choosing map window size and use only dynamic resizing. After that "only" the slider part has to be modified for new extent handling (I hope). I'll try to do it by updating the 's1' value as you suggested and then if everything is fine, I will document this on wiki. dejan > -----Original Message----- > From: Armin Burger [mailto:armin.burger at gmx.net] > Sent: Wednesday, May 24, 2006 10:56 PM > To: Gambin Dejan > Cc: pmapper-users at faunalia.it > Subject: Re: [Pmapper-users] Dynamic map creation in pmapper > > > You might use the parts from the latest dev version (on > www.pmapper.net/dl) that allows a more flexible resizing with mouse > drag. In any case it would not require a full refresh. There are just > some files that have modifications, check for all files > younger than 4 > weeks or so. > > armin > > Gambin Dejan wrote: > > Thanks Armin, > > > > I have done this by setting: $this->GEOEXT = > $_SESSION["initext"] and > > this is fine BUT: > > > > 1. when choosing the different map window size it goes to "Full > > extent" again 2. as you said, the slider has to be updated > accordingly > > > > > > dejan > > > >> -----Original Message----- > >> From: Armin Burger [mailto:armin.burger at gmx.net] > >> Sent: Tuesday, May 23, 2006 6:48 PM > >> To: Gambin Dejan > >> Cc: pmapper-users at faunalia.it > >> Subject: Re: [Pmapper-users] Dynamic map creation in pmapper > >> > >> > >> you will have to do something similar for 'pmap_setGeoExt()' in > >> map.php around line ~203 ... $this->geoext0 = > $this->map->extent; ... > >> > >> if you use the slider you will also notice that the max values are > >> not correct. This needed some dynamic updating of the JS 's1' > >> value. On this > >> at least I will have once a look because it is also required for > >> consistent use of the slider in case where the map windows is > >> resizeable > >> with the mouse (pm 2 and latest dev for pm 1). > >> > >> armin > >> >