Is there a way to tell the Flex IDE (Eclipse) to use a different default stylesheet?
I am editing some custom components which do not explicitly import a stylesheet - it uses the global CSS from the main application file. So things look fine at runtime in the browser, but when I am editing a custom component, it has NO style...well...it has the default green/gray style that Flex uses by default. I would like to be able to see what my custom components look like while I am editing them. This is a huge issue when you use CSS to position your form fields....if your custom component cannot find the CSS at edit time, the Design mode is unintelligible...all controls are munged in the upper lefthand corner of the the designer. It looks good at runtime when the global CSS is applied...but not in the IDE. What I have bee doing now, is manually inserting a CSS declaration at edit time and then commenting it out when I run it. Very cumbersome. Thanks for any info...

