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] h
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
Sizing a text area should work.
I have changed successfully its default size.
Joe Hudson-2 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
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,