A little more background. Hopefully someone 'in the know' can look
into this.

I'm also getting this warning on classes that are NOT declared
[Bindable] at the class level, but rather on each getter/setter.

However it does seem that in every case, there is a getter declared as
[Bindable] with the default (no event name specified). AND I am not
generating an event in the setter (or wherever it changes). 

I was under the impression that using [Bindable] with no event caused
the event firing to happen automatically. Is that not true with
getter/setter?

thanks,
Thunder


--- In flexcoders@yahoogroups.com, "thunderstumpgesatwork"
<[EMAIL PROTECTED]> wrote:
>
> 
> Hi all,
> 
> I've  recently been getting this warning with some of my value object
> classes.
> 
> For the value objects, I typically declare the entire class as
> [Bindable], and then have getter/setter functions for properties. Is
> this something that could cause the problem?  Am I required to
> dispatch the event as I would be if the getter/setter was declared
> [Bindable(event="blah")] ?
> 
> The only place in the framework source I found this string is in
> 'BinabilityInfo.as' line 209. I could not tell from a glance what was
> going on... it was missing some metadata arg length or something... I
> haven't dug into the framework source much.
> 
> Does anyone know what causes this warning?
> 
> Thanks,
> Thunder
>







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

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

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