Re: [qooxdoo-devel] resizer height

2007-07-30 Thread johnl
I see. Thank you, that is very helpful. David dperez wrote: > Hi, > > The height of the resizer itself isn't changed (equals always to auto), but > the height of the contained element is updated. > > Here is a piece of the source code of Resizer: > > _changeHeight: function(value) > { >

Re: [qooxdoo-devel] resizer height

2007-07-29 Thread dperez
Hi, The height of the resizer itself isn't changed (equals always to auto), but the height of the contained element is updated. Here is a piece of the source code of Resizer: _changeHeight: function(value) { var child = this.getChildren()[0]; child && child.setHeight(value);

Re: [qooxdoo-devel] resizer height

2007-07-27 Thread johnl
Unfortunately, the 'height' property doesn't actually change, as it is always 'auto,' so there is no event fired, at least in 0.7.1. I've modified my interface so that I don't need this event anymore, but it would be a nice one to have. Maybe I'll put an enhancement request into bugzilla. Davi

Re: [qooxdoo-devel] resizer height

2007-07-26 Thread dperez
>From David to David, You can add an event listener to the changeHeight event of the child of the resizer. Hope this helps. johnl-4 wrote: > > I'm looking for a way to detect when the height of a resizer has been > changed by a user. The 'changeHeight' even doesn't do it. Is this > supported

[qooxdoo-devel] resizer height

2007-07-26 Thread johnl
I'm looking for a way to detect when the height of a resizer has been changed by a user. The 'changeHeight' even doesn't do it. Is this supported? David - This SF.net email is sponsored by: Splunk Inc. Still grepping throug