Hi Martin,
> var win = new qx.ui.window.Window("Test");
> this.getRoot().add(win);
> win.open();
>
> win.set({
>   layout: new qx.ui.layout.Canvas(),
>   contentPadding: 0
> });
> win.add(new qx.ui.form.TextArea(), {edge: 0});
>
> Maybe that already helps. Otherwise, could you supply your code snippet
> which is not working?
>   
Thanks, it worked fine. Manually setting height, or via listeners was 
working, but looked like a hack, this is seamless :)

cheers,
skar.

-- 
--
The life so short, the craft so long to learn. 


------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to