Hi Omid,
Omid Mottaghi wrote:
> Hi,
>
> When I click on the blue title of some windows, they jump down around 20
> pixels!
I cannot reproduce this bahaviour. What does your code exactly look like?
With this
--snip--
var manager=new qx.ui.window.Manager();
var desktop=new qx.ui.window.Desktop(manager);
this.getRoot().add(desktop, {top: 0, left: 0, bottom: 0, right: 0});
// create a window
var win = new qx.ui.window.Window("Test").set({
width: 200,
height: 200
});
desktop.add(win);
win.open();
--snip--
it works.
cheers,
Alex
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel