Is your property bindable?

On Feb 7, 2008, at 2:39 PM, danielvlopes wrote:

> Hello, i observe a strange behavior when i try extend label component
> to do a character counter. I try pass to my comp something like this:
>
> <com:MyLabel max="{myTextArea.lenght}" />
>
> max is a custom property, i create getter and setter for this.
> But if i use direct value, without bind everything work, like this:
> <com:MyLabel max="{myTextArea.lenght}" />
>
> Why custom components doesn't accept bind to properties and flex sdk
> comps accept?
>
> What can i do to make this work?
>
> Thanks
>
>
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
>
>
>

Reply via email to