Re: svn commit: r1415916 - in /incubator/flex/falcon/trunk/compiler/src/org/apache/flex/compiler/internal: css/codegen/CSSReducer.java targets/FlexAppSWFTarget.java targets/FlexTarget.java

2012-12-01 Thread Alex Harui
StyleManagerImpl essentially has an additional code path for Falcon which if it doesn't exist, goes down the old mxmlc code path. On 12/1/12 11:03 PM, "Justin Mclean" wrote: > Hi, > >> Tweak CSS data output to be entirely data (more or less). Apps with CSS >

Re: svn commit: r1415916 - in /incubator/flex/falcon/trunk/compiler/src/org/apache/flex/compiler/internal: css/codegen/CSSReducer.java targets/FlexAppSWFTarget.java targets/FlexTarget.java

2012-12-01 Thread Justin Mclean
Hi, > Tweak CSS data output to be entirely data (more or less). Apps with CSS > styles will now require the StyleManagerImpl.as in the flex develop branch so > you cannot use older Flex SDKs with Falcon, including Apache Flex > 4.8.0-incubating. If you really must use an ol

[jira] [Created] (FLEX-33283) Falcon Compiler - PropertyReference in CSS not implemented yet.

2012-11-29 Thread Cyrill Zadra (JIRA)
Cyrill Zadra created FLEX-33283: --- Summary: Falcon Compiler - PropertyReference in CSS not implemented yet. Key: FLEX-33283 URL: https://issues.apache.org/jira/browse/FLEX-33283 Project: Apache Flex

[jira] [Commented] (FLEX-33046) Excluded style hlocColor set via css in charts.swc

2012-09-26 Thread Santanu Karar (JIRA)
tch would fix.', where is the patch that I can download? Also, would it work with FB 4.6 as well (not Apache released SDK) > Excluded style hlocColor set via css in charts.swc > -- > > Key: FLEX-33046 &g

AW: Difference between CSS, SWC and SWF themes?

2012-09-23 Thread christofer.d...@c-ware.de
x-dev@incubator.apache.org Betreff: Re: Difference between CSS, SWC and SWF themes? Just right click on the CSS file in Flash Builder and check the Compile CSS to SWF option. It'll compile the CSS to SWF. You can use Embed meta data to embed any assets you need. -omar On Sunday, September 23, 2012, christo

Re: Difference between CSS, SWC and SWF themes?

2012-09-23 Thread Omar Gonzalez
Just right click on the CSS file in Flash Builder and check the Compile CSS to SWF option. It'll compile the CSS to SWF. You can use Embed meta data to embed any assets you need. -omar On Sunday, September 23, 2012, christofer.d...@c-ware.de wrote: > Hi Alex, > > so it should be p

AW: Difference between CSS, SWC and SWF themes?

2012-09-23 Thread christofer.d...@c-ware.de
between CSS, SWC and SWF themes? A theme is described by its CSS file, which usually refers to some assets. Those assets might be Flash SWF assets, or FXG or ActionScript classes. Depending on the type of assets, it is sometimes more convenient to package it up as a SWC (the CSS file is in the SWC

Re: Difference between CSS, SWC and SWF themes?

2012-09-22 Thread Alex Harui
A theme is described by its CSS file, which usually refers to some assets. Those assets might be Flash SWF assets, or FXG or ActionScript classes. Depending on the type of assets, it is sometimes more convenient to package it up as a SWC (the CSS file is in the SWC). This is usually the case when

Difference between CSS, SWC and SWF themes?

2012-09-22 Thread christofer.d...@c-ware.de
ok at the themes, I can't seem to work out why some themes are SWC files, some are SWFs (AeonGraphical ) and some others are simple CSS files (sometimes accompanied with one or two image resources). So my question now is: What are these differences and what ist the reason for them?

[jira] [Created] (FLEX-33137) Add support for the @import command in css files

2012-07-11 Thread Christofer Dutz (JIRA)
Christofer Dutz created FLEX-33137: -- Summary: Add support for the @import command in css files Key: FLEX-33137 URL: https://issues.apache.org/jira/browse/FLEX-33137 Project: Apache Flex

[jira] [Updated] (FLEX-39) mx.managers.PopUpManagerImpl.mx_internal::hideModalWindow() ignores destroy flag if CSS style modalTransparencyDuration is set to 0

2012-04-05 Thread Vincent Spallek (Updated) (JIRA)
the CSS style modalTransparencyDuration is set to 0. In this case, the popup manager creates a memory leak. When destroy is set to true, it only sets the visibility of the modalWindow to false instead of removing it from its parent. The algorithm for removing the modal window from its parent is

[jira] [Created] (FLEX-39) mx.managers.PopUpManagerImpl.mx_internal::hideModalWindow() ignores destroy flag if CSS style modalTransparencyDuration is set to 0

2012-04-05 Thread Vincent Spallek (Created) (JIRA)
mx.managers.PopUpManagerImpl.mx_internal::hideModalWindow() ignores destroy flag if CSS style modalTransparencyDuration is set to 0 --- Key: FLEX-39

Re: CSS

2012-03-03 Thread Martin Heidegger
I have given CSS quite a bit of thoughts over time. Practically speaking: CSS is a file format that allows to set many properties with various detail for a huge set of components with few statements. Specially when I new dialect like SASS is used it allows to set a huge bunch of properties

CSS

2012-03-03 Thread Ariel Jakobovits
I mostly used CSS in the mx days. Though spark skins with fxg are easy for designers, CSS can be quicker for newbies, and is relevant to future HTML output. Thing is, I have found CSS styling to be a drag on performance. Any chance we can update our compiler to apply stylesheets at compile