We're discussing whether you can have an app template. Suppose you
wanted every app you build to have a menubar at the top and controlbar
at the bottom. If you just do
AmyAppTemplate.mxml
<mx:Application>
<mx:MenuBar/>
<mx:ControlBar />
</mx:Application>
You can't just use that in your next app like this:
<amy:AmyAppTemplate xmlns:amy="*" ... />
<mx:Button/>
<mx:TextInput />
...
________________________________
From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of Amy
Sent: Wednesday, August 06, 2008 6:22 AM
To: [email protected]
Subject: [flexcoders] Re: Can we subclass Application yet?
--- In [email protected] <mailto:flexcoders%40yahoogroups.com>
, "Josh McDonald" <[EMAIL PROTECTED]> wrote:
>
> Interesting. So either the documentation is very old, or
[DefaultProperty]
> simply isn't inherited? Either way the docs could use updating. I'll
put
> testing this onto my todo list :)
As you know, I'm not nearly the whiz kid you guys are, but is this
discussion talking about working around a problem with
childDescriptors? I don't really have anything to add to the
conversation, just trying to understand what is being said :-).
Thanks;
Amy