Re: [flexcoders] Compiler errors from css file

2008-11-23 Thread Rick Winscot
Can you point us to or post some code? I¹m sure we could work this out if we had some context to go off of. Rick Winscot On 11/23/08 6:20 PM, "Tom McNeer" <[EMAIL PROTECTED]> wrote: > > > > @Rick, > > They are errors, not warnings. And my comment about HTML styles was simply to > point ou

Re: [flexcoders] Compiler errors from css file

2008-11-23 Thread Tom McNeer
@Rick, They are errors, not warnings. And my comment about HTML styles was simply to point out that styles which don't exist in valid HTML CSS, as well as styles written in ActionScript style (rather than HTML/CSS style) are causing the errors. @Ralf, I know I can write them in HTML/CSS style. B

Re: [flexcoders] Compiler errors from css file

2008-11-23 Thread Ralf Bokelberg
You don't have to write them in ActionScript style. Flex understands background-alpha as well as backgroundAlpha. I guess you are talking about some external validator for the css, or? r. On Sun, Nov 23, 2008 at 2:27 AM, Rick Winscot <[EMAIL PROTECTED]> wrote: > Are you getting Flex compiler erro

Re: [flexcoders] Compiler errors from css file

2008-11-22 Thread Rick Winscot
Are you getting Flex compiler errors or just warnings? If it¹s just warnings you can use the ­warnings=false compiler option. http://www.quilix.com/node/9 To be fair - I¹m not sure if I understand the true nature of your problem... You are talking about styles in Flex correct? If so... HTML style

[flexcoders] Compiler errors from css file

2008-11-22 Thread Tom McNeer
Hi, When using an external CSS file in my Flex apps, I receive compiler errors from attributes that are not valid for normal browser CSS ('property "backgroundAlpha" doesn't exist'), either because the attributes don't exist in HTML (fillAlphas) or because they are written in Actionscript "style"