Hi Dietrich,

that seems was the missing hint. Finally, with the additional 
implementation of both _changeInnerWidth and _changeInnerHeight it works 
well for me. Please check if r8273 works for you, too.

So this seems to be no issue of the layouter but my temporary 
misunderstanding of the system. I can't wait to rework these layout 
things with 0.8. :)

Sebastian


Dietrich Streifert schrieb:
> 
> Sebastian Werner schrieb:
>> Looks like you have put your method inside the class declaration and not 
>> inside the members map :)
>>
>> Sebastian
>>   
> Yep. That was my fault grrr.
> 
> But I found a way to track width changes by implementing the 
> _changeInnerWidth applyer/modifier:
> 
>     _changeInnerWidth : function(vNew, vOld) {
>       this._recomputeTextFieldWidth();
>     },
> 
> within the member map.
> 
> Now the width of the TextField is recomputed on parent width changes 
> like resizing the browser window.
> 
> 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to