[flexcoders] metadata tags and events

2007-05-01 Thread Kenneth Sutherland
Does anyone have information on the various metadata tags that can be used in flex. I've been going through some of the source files to find out a way of getting my custom component to tell a model to update itself. Some of the tags I've seen that I don't know what they do are [DataBindingInfo]

Re: {Disarmed} [flexcoders] metadata tags and events

2007-05-01 Thread Jurgen Beck
You can find some of them explained here, but that is not the complete list either: http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Book_Partsfile=metadata_141_01.html Jurgen Kenneth Sutherland wrote: Does anyone have information on the various

RE: [flexcoders] metadata tags and events

2007-05-01 Thread Dimitrios Gianninas
) ); Dimitrios Gianninas Developer Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth Sutherland Sent: Tuesday, May 01, 2007 5:52 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] metadata tags and events Does

Re: {Disarmed} [flexcoders] metadata tags and events

2007-05-01 Thread Daniel Freiman
I've got what I think are all of the metadata tags listed here: http://nondocs.blogspot.com/2007/04/metadata.html I don't know what all of them do, including the ones Kenneth asked about, but I'm working on it. - Dan Freiman On 5/1/07, Jurgen Beck [EMAIL PROTECTED] wrote: You can find

Re: {Disarmed} Re: {Disarmed} [flexcoders] metadata tags and events

2007-05-01 Thread Jurgen Beck
That's a great list, Dan! Can someone from Adobe maybe chime in and help Dan with completing the list? Jurgen Daniel Freiman wrote: I've got what I think are all of the metadata tags listed here: http://nondocs.blogspot.com/2007/04/metadata.html

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