RE: [flexcoders] metadata tags and events

2007-05-01 Thread Dimitrios Gianninas
in order to tell other classes your object is bindable, it has to have this metatag: [Bindable(change)] public function get text():void { } then somewhere is your component once the text field data is set, broadcast the change event like so: dispatchEvent( new Event(change) );

RE: [flexcoders] metadata tags and events

2007-05-01 Thread Kenneth Sutherland
:[EMAIL PROTECTED] On Behalf Of Dimitrios Gianninas Sent: 01 May 2007 13:16 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] metadata tags and events in order to tell other classes your object is bindable, it has to have this metatag: [Bindable(change)] public function get text():void

RE: [flexcoders] metadata tags and events

2007-05-01 Thread Dimitrios Gianninas
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth Sutherland Sent: Tuesday, May 01, 2007 11:04 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] metadata tags and events Cheers, I'd already tried what you'd suggested below and for whatever reason it is still

Re: [flexcoders] metadata tags and events

2007-05-01 Thread Douglas Knudsen
@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Kenneth Sutherland *Sent:* Tuesday, May 01, 2007 11:04 AM *To:* flexcoders@yahoogroups.com *Subject:* RE: [flexcoders] metadata tags and events Cheers, I'd already tried what you'd suggested below and for whatever reason it is still