hello ,
i have 3 windows and i put the next sequence
x=0;
y=0;
dhxWins.forEachWindow(function(win){
win.setDimension(800,500);
win.setPosition(x, y);
win.bringToTop();
win.setModal(false);
x+=20;
y+=20;
});
i want to move a window , i click on the window , i have the focus on
but i can’t move the windows .i click on the header and i can’t move the windows
i must double click on the header of window (or on button restore) for enable the move
i want to move it with one click on header
sorry for my english
need help . thank