Hi everyone...

I get a binding warning I just can't seem to shake off...

I have an interface (let's call it IMyInterface) and it is defining,
among other things, a setter/getter function pair.

I know, I know - this screams extending a base class and not
implementing an interface, but bear with me...

The implementing classes implement those setter/getter pair, and the
getter function has the [Bindable] metatag defined.

Sure, Binding works like a charm, but that warning bugs me.
I know extending a base class that implements those setter/getter as
bindable will solve this.
I'm just wandering if there's a way to work with an interface and
still not get that warning...

Thanks,
Sefi

Reply via email to