On 08/15/2011 11:55 PM, Waxolunist wrote:
> Hello
>
> I am writing on an interface to couchdb. Therefore I wanted to add a new
> allowedkey to the properties. The interface works. But if I want to keep
> that change to qx.core.Property I have to store the complete qooxdoo
> framework in my cvs.
>
> How can I patch the class qx.core.Property with qx.Class.patch before the
> application reads my classes? If I call qx.Class.patch in the main method of
> Application it is already to late. I need a beforeinit place to patch
> qx.core.Property.

That's probably difficult, and maybe not even possible. You might be 
able to qx.Class.patch qx.core.Property (although Property is a 
qx.Boostrap.define). But the issue is really the right point in time to 
apply the patch. It needs to be after qx.core.Property has been loaded, 
but before any class uses properties, and there is no way to inject it 
that way.

Sorry,
T.


------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to