nice find! On 09 Mar 2007 12:01:09 -0800, Doug McCune <[EMAIL PROTECTED]> wrote:
This is possible, you need to specify the [ExcludeClass] metadata, and then when you compile the SWC it shouldn't be included in the "Custom" folder. ExcludeClass is pretty much undocumented, but it works. Doug On 09 Mar 2007 11:42:12 -0800, Dominick Accattato <[EMAIL PROTECTED]> wrote: > > Well I think anything that extends from UIComponent will show up in > design view so you can't inherit from that. Your then left with creating > your own component framework. Of course that means you'd have to do all the > drawing, event dispatching, layout etc... Additionally you could check to > see if it has a parent and if that parent is of a certain type. > > On 11/21/06, dmandrio <[EMAIL PROTECTED] > wrote: > > > > Is it possible to make a private component which can only be used in > > a > > specific component i.e. impossible to use in Flex Builder and not > > visible in "Custom components" tree in MXML Design view? > > > > Thanks, > > > > Damien > > > > > > > -- > Dominick Accattato, CTO > Infrared5 Inc. > www.newviewnetworks.com > >
-- Dominick Accattato, CTO Infrared5 Inc. www.newviewnetworks.com
