On 2/27/17, 3:30 AM, "Harbs" <harbs.li...@gmail.com> wrote:

>I don’t need it for SWF. I just want to be able to include valid css in
>my app and not have Falcon choke on it.
>
>I’m not sure I understand why this is related to SimpleCSSValuesImpl. The
>calc() should simply be passed through to the css file.
>
>Unless you are talking about FlexJS doing something fancy with advanced
>css features...

If you set the width to 100px, SWF code will respond.  If you set it to
calc(100% - 12px), SWF code will throw up.

As a workaround, you have the option of using a custom HTML template and
bringing the CSS with calc() that way.

HTH,
-Alex

Reply via email to