I wonder, what happens, if you make a interface bindable. Does this change the code beeing created from the implementing class?
Cheers Ralf. On Wed, Aug 27, 2008 at 8:22 AM, Josh McDonald <[EMAIL PROTECTED]> wrote: > I thought he was talking about a compile-time warning :) > > On Wed, Aug 27, 2008 at 3:40 PM, Alex Harui <[EMAIL PROTECTED]> wrote: >> >> The final class that gets listened to needs to have its property be >> bindable. The interface being bindable gets you past the compiler, but the >> warning is a run-time when it actually looks at the instance it is hooking >> up to. >>