Re: [flexcoders] Adobe SDK, why flex comps accept bind in properties and custom comps dont?

2008-02-08 Thread Tom Chiverton
On Thursday 07 Feb 2008, danielvlopes wrote: com:MyLabel max={myTextArea.lenght} / com:MyLabel max={myTextArea.lenght} / Your 'working' and 'not working' examples are the same, and both misspell 'length'. -- Tom Chiverton Helping to challengingly promote vertical e-tailers on:

Re: [flexcoders] Adobe SDK, why flex comps accept bind in properties and custom comps dont?

2008-02-08 Thread Paul Decoursey
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

[flexcoders] Adobe SDK, why flex comps accept bind in properties and custom comps dont?

2008-02-07 Thread danielvlopes
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