In p.mapper 4.3.2, downloaded from
http://svn.pmapper.net/repos/pmapper/trunk/pmapper, the zoom cursor is not
displayed. I solved modifying getRootPath function commenting lines: 

var theLastPos=theLoc.indexOf('?'); 
theLoc=theLoc.substr(0,theLastPos); 

in javascript/pm_cjs.js and javascript/src/pm.pmapper.js (as it was in
pmapper 4.2.0). 
Otherwise, it seems to 'loose' a part of the path in rootPath and I have to
add it (if I don't comment above lines): 

var rootPath = this.getRootPath() + "main_dir"; 

I don't know if such comments could produce further errors.



--
View this message in context: 
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Zoom-cursor-not-displayed-on-pmapper-4-3-2-tp4025798.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to