[flexcoders] Re: Metadata in AS3

2006-08-07 Thread maxym.hryniv
Waiting for reply. --- In flexcoders@yahoogroups.com, maxym.hryniv [EMAIL PROTECTED] wrote: Hi all. How can I receive class related metadata in AS3. F.ex i have class with metadata. [Event(name=enableChange, type=flash.events.Event)] public class ModalText extends TextArea { How can i

Re: [flexcoders] Re: Metadata in AS3

2006-08-07 Thread Tom Chiverton
On Monday 07 August 2006 13:32, maxym.hryniv wrote: One more: how can I create my own metadata tags??? F.ex i want to use [XMLSerializable(target=attribute)]. public var someProperty : SomeType; Why can't you just have a method like isXMLSerializable() ? -- Tom Chiverton

RE: [flexcoders] Re: Metadata in AS3

2006-08-07 Thread Gordon Smith
Sorry, there are no APIs for accessing metadata, and you can't create your own. - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of maxym.hryniv Sent: Monday, August 07, 2006 5:32 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re