[flexcoders] Re: What determines a component's initial skin?

2009-01-21 Thread Amy
--- In flexcoders@yahoogroups.com, Pan Troglodytes chimpathe...@... wrote: I've been dinking with extending PopUpButton and have run into something that really puzzles me - how does it know to load PopUpButtonSkin by default? There is no code that mentions it in PopUpButton. Is it somehow

RE: [flexcoders] Re: What determines a component's initial skin?

2009-01-21 Thread Alex Harui
this in the docs and has been discussed on this forum. In it involves a classConstruct() function IIRC From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Amy Sent: Wednesday, January 21, 2009 9:55 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: What determines

Re: [flexcoders] Re: What determines a component's initial skin?

2009-01-21 Thread Pan Troglodytes
[mailto:flexcod...@yahoogroups.com] *On Behalf Of *Amy *Sent:* Wednesday, January 21, 2009 9:55 AM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Re: What determines a component's initial skin? --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Pan Troglodytes chimpathe

[flexcoders] Re: What determines a component's initial skin?

2009-01-21 Thread Amy
--- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: Default styles for 3rd party components is a rough spot in Flex 3. Default styles are usually defined in a CSS type selector (see defaults.css for examples), but third parties have to do a more difficult dance since they can't

[flexcoders] Re: What determines a component's initial skin?

2009-01-21 Thread Amy
--- In flexcoders@yahoogroups.com, Pan Troglodytes chimpathe...@... wrote: Any hint on what that topic might be under in the docs? I'm having trouble finding it. What Alex is referring to is here: http://livedocs.adobe.com/flex/3/html/skinstyle_3.html This works ok for styles that you can