Re: [qooxdoo-devel] Announcing 0.7-alpha2

2007-04-28 Thread Derrell . Lipman
Christian Boulanger <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] schrieb: >> Christian Boulanger <[EMAIL PROTECTED]> writes: >> You can define a mixin with the desired property and include the mixin at runtime into any class you want. >>> but I forgot to ask: how is this done exactly?

Re: [qooxdoo-devel] Announcing 0.7-alpha2

2007-04-28 Thread Christian Boulanger
[EMAIL PROTECTED] schrieb: > Christian Boulanger <[EMAIL PROTECTED]> writes: > >>> You can define a mixin with the desired property and include the mixin >>> at runtime into any class you want. >>> >> but I forgot to ask: how is this done exactly? I haven't found any >> example or doc

Re: [qooxdoo-devel] Announcing 0.7-alpha2

2007-04-28 Thread Derrell . Lipman
Christian Boulanger <[EMAIL PROTECTED]> writes: >> Not in the way it was done in 0.5 and 0.6 but in a much cleaner way ;-) >> >> You can define a mixin with the desired property and include the mixin >> at runtime into any class you want. >> > but I forgot to ask: how is this done exactly? I h

Re: [qooxdoo-devel] Announcing 0.7-alpha2

2007-04-28 Thread Christian Boulanger
Fabian answered long ago: >> I suppose that dynamic properties are only possible at declaration >> time, not at run time anymore, like it was possible in 0.5. Or can I >> still retrofit existing classes with additional properties without >> having to extend them? >> > Not in the way it wa

Re: [qooxdoo-devel] Announcing 0.7-alpha2

2007-04-07 Thread Christian Boulanger
That was it, thank you very much! Now I have finally a working SVN build environment... and I feel the thrill of living dangerously. C. [EMAIL PROTECTED] schrieb: > [EMAIL PROTECTED] writes: > > >> The compiler is not detecting, for some reason, that the Classic appearance >> used by the skele

Re: [qooxdoo-devel] Announcing 0.7-alpha2

2007-04-07 Thread Erich Konicek
[EMAIL PROTECTED] schrieb: >> * in qx.ui.treefullcontrol.Tree is a direct access to a property value, i >> adapted it to the qx 0.7 property value >> that's no good manner, but i had no other idea >> > Erich, I forgot to credit you in the check-ins for these two problems, but > thanks for tr

Re: [qooxdoo-devel] Announcing 0.7-alpha2

2007-04-06 Thread Derrell . Lipman
[EMAIL PROTECTED] writes: > The compiler is not detecting, for some reason, that the Classic appearance > used by the skeleton requires qx.renderer.border.BorderPresets. One of the > compiler gurus will have to find the problem that is causing this, but in the > interim, I've temporarily solved t

Re: [qooxdoo-devel] Announcing 0.7-alpha2

2007-04-06 Thread Derrell . Lipman
Christian Boulanger <[EMAIL PROTECTED]> writes: > Win32/Cygwin/SVN-rev.7241: > > after svn update / make distclean / make build and clearing the > browser-cache, I am getting the following error in my unmodified skeleton > linked to the svn version > > 031297 ERROR: qx.ui.form.Button[60]: Could n

Re: [qooxdoo-devel] Announcing 0.7-alpha2

2007-04-06 Thread Christian Boulanger
Win32/Cygwin/SVN-rev.7241: after svn update / make distclean / make build and clearing the browser-cache, I am getting the following error in my unmodified skeleton linked to the svn version 031297 ERROR: qx.ui.form.Button[60]: Could not apply state appearance: TypeError - qx.renderer.border.

Re: [qooxdoo-devel] Announcing 0.7-alpha2

2007-04-06 Thread Derrell . Lipman
Erich Konicek <[EMAIL PROTECTED]> writes: > I tryed a little with the trunc-version and i found two little errors: > * in a few classes there are calls to Widget.isEnabled() > (witch earlier was the getAlias of the enabled property in qx.core.Object and > is not a property in qx.ui.core.Widget -

Re: [qooxdoo-devel] Announcing 0.7-alpha2

2007-04-06 Thread Erich Konicek
A really very, very good work! The extended OO functions (Mixins, Interfaces) and the enhanced property features are great. Also the new appearance theme "Ext" is much more beautifuly as Classic. I was surprised about the migration. Such a complex migration without an error - amazing! I tryed

Re: [qooxdoo-devel] Announcing 0.7-alpha2

2007-04-05 Thread Fabian Jakobs
Hello David, > Good job and very well documented for being an alpha. :-) > It looks like the new 0.7 version is quite advanced. > I like how the new appearance looks, with gradients in the buttons. > > Question: > With qooxdoo 0.6.x you can have an event for any property change. > Now we only can

Re: [qooxdoo-devel] Announcing 0.7-alpha2

2007-04-05 Thread Fabian Jakobs
Hello Christian, > Hello, > > it is a truly impressive improvement that shows how much thought you put > into a well-designed framework. > > But I suppose that dynamic properties are only possible at declaration > time, not at run time anymore, like it was possible in 0.5. Or can I > still retro

Re: [qooxdoo-devel] Announcing 0.7-alpha2

2007-04-05 Thread dperez
Good job and very well documented for being an alpha. :-) It looks like the new 0.7 version is quite advanced. I like how the new appearance looks, with gradients in the buttons. Question: With qooxdoo 0.6.x you can have an event for any property change. Now we only can have events if the design

Re: [qooxdoo-devel] Announcing 0.7-alpha2

2007-04-05 Thread Christian Boulanger
Hello, it is a truly impressive improvement that shows how much thought you put into a well-designed framework. But I suppose that dynamic properties are only possible at declaration time, not at run time anymore, like it was possible in 0.5. Or can I still retrofit existing classes with addit

[qooxdoo-devel] Announcing 0.7-alpha2

2007-04-04 Thread Andreas Ecker
Hi all, just wanted to let you know about a tiny surprise before the Easter break: another pre-release is available, 0.7-alpha2 ! Please see the following news entry for more information: http://news.qooxdoo.org/another-exciting-technical-preview Any feedback on the new features, particularly th