Re: [pmapper-users] Mapwidth & Mapheight

2009-10-27 Thread sumarno
How does if we want get autosize/autoscroll for whole page ? so when we identify/search object that display in infozone it will give us more space view (to down) ?? (i use pmapper 3.2 in windows XP) Armin Burger wrote: > > Kai > > the whole thing is a bit more complicated than I was hoping and

Re: [pmapper-users] Mapwidth & Mapheight

2006-11-11 Thread Armin Burger
Kai the whole thing is a bit more complicated than I was hoping and it makes a complete re-design of the general layout even more necessary. For a fast workaround you could try the following: use the default 'init()' function. Then in 'resiveDiv()' replace the parts that set the variables winx

Re: [pmapper-users] Mapwidth & Mapheight

2006-11-10 Thread Kai Behncke
On Tue, 07 Nov 2006 19:02:01 +0100, Armin Burger wrote > It should work if you do the following (assuming p.mapper in version > 2.1 or so): > > in pmapper.js for function init(): > > comment out the line >window.onresize = function(){resizeDiv();} > > then substitute the line >resizeDiv

Re: [pmapper-users] Mapwidth & Mapheight

2006-11-07 Thread Armin Burger
It should work if you do the following (assuming p.mapper in version 2.1 or so): in pmapper.js for function init(): comment out the line window.onresize = function(){resizeDiv();} then substitute the line resizeDiv(); with var mapurl = PM_XAJAX_LOCATION + 'x_load.php?'+SID+ '&zoom_typ

[pmapper-users] Mapwidth & Mapheight

2006-11-07 Thread Kai Behncke
Hello List, I´m totally new to p.mapper and I´m quite impressed. For a project I would like to change the surface of map.phtml a bit. I would like to have a map that is fixed at a width of 400 px (the same with the height). I thought I just could change: var mapW = ; var mapH = ; , but if