Re: [qooxdoo-devel] New interface IResizeable

2007-05-10 Thread dperez
Thanks, I didn't know it ought to return true. Sebastian Werner wrote: > > The Interface can check infoming values. If all is OK, you can simply > return true. Corrected in SVN. > -- View this message in context: http://www.nabble.com/New-interface-IResizeable-tf3720509.html#a10412868 Sent

Re: [qooxdoo-devel] New interface IResizeable

2007-05-10 Thread Sebastian Werner
The Interface can check infoming values. If all is OK, you can simply return true. Corrected in SVN. Sebastian dperez schrieb: > Hi, > > I've done my 1st interface called IResizeable, that must be implemented when > including the Mixin MResizeable. > The problem is that I must comment the imp

[qooxdoo-devel] New interface IResizeable

2007-05-10 Thread dperez
Hi, I've done my 1st interface called IResizeable, that must be implemented when including the Mixin MResizeable. The problem is that I must comment the implement, because otherwise it fails when calling the interface method _changeWidth(). See demo Resizer_1.html. The error is about failing th