Re: [flexcoders] BindingUtils.bindSetter silently failing and returning from method ?

2007-02-05 Thread Ralph Hauwert
I agree that they should be able to fail silently, but they also stop the execution of that specific method at that pointthat's what's bothering me about it I can remember getting errors thrown about in the past indeed. Ralph. On 2/4/07, Ralf Bokelberg <[EMAIL PROTECTED]> wrote: Bind

Re: [flexcoders] BindingUtils.bindSetter silently failing and returning from method ?

2007-02-04 Thread Ralf Bokelberg
Bindings must be able to fail silently. Otherwise we would see a lot of exceptions during the initialization phase. Therefore these exceptions are catched by the flex framework. Last time i looked into it, there is a debug flag you can set, to see the failing bindings. I just looked at the online

[flexcoders] BindingUtils.bindSetter silently failing and returning from method ?

2007-02-04 Thread Ralph Hauwert
Hi All, I just spent about an hour trying to figure out why one of my methods was not executing. After a while I figured out it was only half executing. It would just stop at one of my BindingUtils.bindSetter calls. Turns out that during a quick cleanup I had deleted the value I was binding to in