Is there something special you need to do to change the size of a text area?
The following isn’t working:

textArea = new qx.ui.form.TextArea("foo");
textArea.set({ height: 40, bottom: 40, left: 10, right: 10 });

// I also tried
textArea = new qx.ui.form.TextArea("foo");
textArea.set({ height: 40, width: 250, bottom: 40, left: 10, });

And, it just stays the default size.  What am I doing wrong?  Thanks.

Joe Hudson

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 268.18.20/737 - Release Date: 3/28/2007
4:23 PM
 
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to