Hi Joe,

which version of qooxdoo do you currently use?

The current TRUNK is under heavy development and at the moment the values 
defined in the appearance (width = "auto" and height = "auto") are 
overwriting the user values. This issue will be fixed during the development 
process.

If you aren't using the current TRUNK, then please provide us more 
information. How is the setup of your application? Do you use 
layout-managers?


cheers,
  Alex

On Thursday 29 March 2007 Joe Hudson wrote:
> 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

-------------------------------------------------------------------------
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
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to