RE: [flexcoders] Re: Compiler warning about unused CSS type selector

2006-10-01 Thread Matt Chotin
[mailto:[EMAIL PROTECTED]ups.com] On Behalf Of Shannon Hicks Sent: Tuesday, September 19, 2006 9:17 AM To: [EMAIL PROTECTED]ups.com Subject: RE: [Junk E-Mail - LOW] [flexcoders] Re: Compiler warning about unused CSS type selector Perhaps more importantly, why the warning

RE: [Junk E-Mail - LOW] [flexcoders] Re: Compiler warning about unused CSS type selector

2006-09-21 Thread Matt Chotin
] On Behalf Of Shannon Hicks Sent: Tuesday, September 19, 2006 9:17 AM To: flexcoders@yahoogroups.com Subject: RE: [Junk E-Mail - LOW] [flexcoders] Re: Compiler warning about unused CSS type selector Perhaps more importantly, why the warning? Is there a performance or (significant

[flexcoders] Re: Compiler warning about unused CSS type selector

2006-09-19 Thread tobiaspatton
That's right. I have three related applications and I would like to use a single style sheet for all three. One of the applications does not use the ComboBox control, so reports this warning. I'm hoping there's a switch in flex-config.xml to disable this warning, but can't find one. Tobias.

Re: [flexcoders] Re: Compiler warning about unused CSS type selector

2006-09-19 Thread Darron J. Schall
Have you tried the -compiler.keep-all-type-selectors flag or keep-all-type-selectorstrue/keep-all-type-selectors tag? It might add a tiny bit to the file size (since unused types won't be pruned), but it might eliminate the warnings. There doesn't seem to be a specific compiler option to

[flexcoders] Re: Compiler warning about unused CSS type selector

2006-09-19 Thread tobiaspatton
Thanks for the reply Darron; I had high hopes that you were right, but sadly the warning still appears: mxmlc -source- path=D:\PerforceDepot\galiano\Galiano.Tobias_Patton\Client/classes - compiler.keep-all-type-selectors -include-

[flexcoders] Re: Compiler warning about unused CSS type selector

2006-09-19 Thread Tim Hoff
Hi Tobias, Instead of using the default ComboBox CSS, you could change it to a custom styleName. You would have to code styleName properties for all of the comboBoxes, but the warning should go away. Looks like you have the same problem with Alert. Of course, you could always cheat by

RE: [Junk E-Mail - LOW] [flexcoders] Re: Compiler warning about unused CSS type selector

2006-09-19 Thread Shannon Hicks
, September 19, 2006 11:00 AMTo: flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] [flexcoders] Re: Compiler warning about unused CSS type selector That's right. I have three related applications and I would like to use a single style sheet for all three. One of the applications does not use