The problem turned out to be that I had the [Bindable] attribute 
associated with a couple classes, thinking that this would make all 
the public data members bindable (not sure why I thought that.)

Taking the [Binding] attribute off the class, and putting it on each 
public data member solved the problem.

Here's a related question:

Suppose I have a private data member that's a String and a public 
getter method. I want the string to be bindable, so I have to apply 
the [Bindable] metadata to the getter method. Also, I have to 
specify the event fired when the data changes. What event should I 
specify? If the getter returns an ArrayCollection, I've succesfully 
used [Bindable(event="collectionChanged")], but I don't know what 
the equivalent event is for a string. Do I have to implement a 
setter method and dispatch a specially-named event?

Thanks.
Tobias

--- In [email protected], "Matt Chotin" <[EMAIL PROTECTED]> wrote:
>
> Maybe you had [Bindable] metadata in a class from the Alpha and the
> format changed in Beta?  I don't remember if we did anything 
significant
> there, maybe check the release notes?
> 
> -----Original Message-----
> From: [email protected] 
[mailto:[EMAIL PROTECTED] On
> Behalf Of tobiaspatton
> Sent: Wednesday, February 15, 2006 2:58 PM
> To: [email protected]
> Subject: [flexcoders] Warning about "unconverted Bindable data"
> 
> Can anyone tell me what this error means?
> 
> warning: unconverted Bindable metadata in class ...
> 
> Thanks.
> Tobias.
> 
> 
> 
> 
> 
> 
> 
> --
> 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
>






--
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

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to