Hi, I have a problem using properties. I configured a property using the apply method. But when setting the same value again, the applying method is not called. So I looked at the generated function, at I found out, that if the old value and the new one are the same, the function is quited with return before the apply method is called. I don't understand this behaviour, since sometimes it is really useful to call the apply function also if it is the same value and if you don't want to, you can also use the comparison of old and new value inside the apply method.
So is there any possibility to deactivate this behaviour of the properties? Maria ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
