[flexcoders] Interfaces with Styles

2008-10-15 Thread Amy
Is it possible to write an interface that specifies that a component will expose particular styles? Thanks; Amy

Re: [flexcoders] Interfaces with Styles

2008-10-15 Thread Michael Schmalle
Hi Amy, No, the metadata is what instructs the compiler to add style definitions and [Style()] meta is not allowed in an interface. Needs to be done in the class package definition. Mike On Wed, Oct 15, 2008 at 2:33 PM, Amy [EMAIL PROTECTED] wrote: Is it possible to write an interface that