Hi all,

I would like to change the size of the help window in pmapper 4.
What I did is that I changed the value from 350 to 600 in the javascript file 
in 
the javascript\src\pm.pmapper.js

 /** default options for help dialog */
        helpDlgOptions: {width:600, height:500, left:100, top:500, 
resizeable:true, newsize:true, container:'pmDlgContainer', name:"help"},

 
After I changed it, nothing happened.

However, if I change the css in the templates\dialog.css such as the overflow: 
auto to another option like overflow:hidden, I can remove the scroll.

div.jqmdMSG { 
    width: auto;
    height: 100%;
    color: #000000;
    overflow: auto;
    background-color: #ffffff;
    top:0px;
    left:0px;
    padding: 0px 4px; 
}

Any help???

Thanks,

Serge



      
------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to