Hello,
I want to show a normal popup window with the skyblue style border by using user-defined viewport.
If I define
dhxWins.enableAutoViewport(true);
the window is shown normally.
But if I define
dhxWins.enableAutoViewport(false);
dhxWins.setViewport(0, 0, $(document).width, $(document).height);
the window has no more his border.
Could you help me please?