Oh, that's it.  I am using the trunk (which I should have specified before).
Thanks Alex.

Joe

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Alex Back
Sent: Thursday, March 29, 2007 9:41 AM
To: qooxdoo Development
Subject: Re: [qooxdoo-devel] how to resize a text area

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

-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 268.18.20/737 - Release Date: 3/28/2007
4:23 PM
 

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

Reply via email to