Resolution problem for dhtmlx windows


Hi,



 



Pls find the code below.



I have tried using autoviewport true but wasn’t successful.



 



var dhxWins= new dhtmlXWindows();



dhxWins.setSkin(“dhx_blue”);



//creates new window for login page control



var win = dhxWins.createWindow(‘ab’, 420, 420, 400, 250);



//dhxWins.enableAutoViewport(true);



//dhxWins.window(‘ab’).setIcon("./codebase/img/NorthgateIcon.png");



dhxWins.window(‘ab’).clearIcon();



dhxWins.window(‘ab’).denyResize();



dhxWins.window(‘ab’).denyMove();



dhxWins.window(‘ab’).button(“close”).hide();



dhxWins.window(‘ab’).button(“park”).hide();



 

Hello,

And what problem is here?
Code is correct, please describe the issue you’ve got.