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

2006-10-01 Thread Matt Chotin
; Matt > > > > > > From: [EMAIL PROTECTED]ups.com [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]

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

2006-09-21 Thread tobiaspatton
; > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 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 > u

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

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 doe

[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 placi

[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- libraries=locale\EN\lib\Galiano.swc,D:\PerforceDepot\galiano\Gali

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 true 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 disable the css warning. -d tobiaspatton wrote: >

[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.