mhh, no :) In 0.8 you can simply use textField.setWidth(200);
etc. like in 0.7.x. Sebastian Derrell Lipman schrieb: > On Fri, Sep 12, 2008 at 11:45 AM, Yuecel > <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > > is there a possibility to change the size of a textfield in Qooxdoo? > If yes, > could somebody make an example. > > > In 0.7, you should be able to do textfield.setWidth(newWidth); > In 0.8, you should be able to do textfield.setLayoutProperties( { width > : newWidth, minWidth : newWidth, maxWidth : newWidth } ); > > If course you needn't specify the minWidth or maxWidth if you're willing > to allow the layouter to adjust the width as it sees fit. > > Derrell > > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > > > ------------------------------------------------------------------------ > > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
