> Thanks.
Yes, I noticed this, however it is not very practical to add an event
handler for each and every Binding object I use. It would be much
better if Binding object had 'Active' property, indicating that it is
currently pushing the value to the bound property.
Well, I suppose I will have to rewrite my app so I don't need this
functionality.
Thanks.
Bart Mermuys - 14 Feb 2006 14:42 GMT
Hi,
> Yes, I noticed this, however it is not very practical to add an event
> handler for each and every Binding object I use. It would be much
> better if Binding object had 'Active' property, indicating that it is
> currently pushing the value to the bound property.
Yeah, that sounds like a good idea. Infact the Binding has a boolean
inPushOrPull field but it's private :-(
Thanks for the feedback,
Greetings
> Well, I suppose I will have to rewrite my app so I don't need this
> functionality.
>
> Thanks.