Return-Path: X-Original-To: apmail-incubator-flex-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 15B57C1F5 for ; Mon, 6 Aug 2012 20:18:45 +0000 (UTC) Received: (qmail 48028 invoked by uid 500); 6 Aug 2012 20:18:44 -0000 Delivered-To: apmail-incubator-flex-commits-archive@incubator.apache.org Received: (qmail 47933 invoked by uid 500); 6 Aug 2012 20:18:44 -0000 Mailing-List: contact flex-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-commits@incubator.apache.org Received: (qmail 47917 invoked by uid 99); 6 Aug 2012 20:18:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Aug 2012 20:18:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Aug 2012 20:18:40 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 6BAC92388BA2; Mon, 6 Aug 2012 20:17:33 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1369970 [13/16] - in /incubator/flex/trunk/mustella/tests/Managers: ./ CursorManager/ CursorManager/Methods/ CursorManager/Props/ CursorManager/SWFs/ CursorManager/SWFs/Assets/ DragManager/ DragManager/Events/ DragManager/Halo/ DragManager... Date: Mon, 06 Aug 2012 20:17:23 -0000 To: flex-commits@incubator.apache.org From: pent@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120806201733.6BAC92388BA2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: incubator/flex/trunk/mustella/tests/Managers/StyleManager/SWFs/MP_SimpleLoader.mxml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/Managers/StyleManager/SWFs/MP_SimpleLoader.mxml?rev=1369970&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/Managers/StyleManager/SWFs/MP_SimpleLoader.mxml (added) +++ incubator/flex/trunk/mustella/tests/Managers/StyleManager/SWFs/MP_SimpleLoader.mxml Mon Aug 6 20:17:09 2012 @@ -0,0 +1,58 @@ + + + + + + + + @font-face{ + src: url("../../../../Assets/Fonts/Open_Sans/OpenSans-Regular.ttf"); + fontFamily: myVerdana; + embedAsCFF: false; + } + + @font-face{ + src: url("../../../../Assets/Fonts/Open_Sans/OpenSans-Bold.ttf"); + fontWeight: bold; + fontFamily: myVerdana; + embedAsCFF: false; + } + + @font-face{ + src: url("../../../../Assets/Fonts/Open_Sans/OpenSans-Italic.ttf"); + fontStyle: italic; + fontFamily: myVerdana; + embedAsCFF: false; + } + + global{ + fontAntiAliasType: "normal"; + fontFamily: myVerdana; + } + + + + + + + Added: incubator/flex/trunk/mustella/tests/Managers/StyleManager/SWFs/RuntimeCSS_CompatibilityVersion3.compile URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/Managers/StyleManager/SWFs/RuntimeCSS_CompatibilityVersion3.compile?rev=1369970&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/Managers/StyleManager/SWFs/RuntimeCSS_CompatibilityVersion3.compile (added) +++ incubator/flex/trunk/mustella/tests/Managers/StyleManager/SWFs/RuntimeCSS_CompatibilityVersion3.compile Mon Aug 6 20:17:09 2012 @@ -0,0 +1 @@ +-compatibility-version=3.0 \ No newline at end of file Added: incubator/flex/trunk/mustella/tests/Managers/StyleManager/SWFs/RuntimeCSS_CompatibilityVersion3.mxml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/Managers/StyleManager/SWFs/RuntimeCSS_CompatibilityVersion3.mxml?rev=1369970&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/Managers/StyleManager/SWFs/RuntimeCSS_CompatibilityVersion3.mxml (added) +++ incubator/flex/trunk/mustella/tests/Managers/StyleManager/SWFs/RuntimeCSS_CompatibilityVersion3.mxml Mon Aug 6 20:17:09 2012 @@ -0,0 +1,83 @@ + + + + + @font-face{ + src: url("../../../../Assets/Fonts/Open_Sans/OpenSans-Regular.ttf"); + fontFamily: myVerdana; + embedAsCFF: false; + } + + @font-face{ + src: url("../../../../Assets/Fonts/Open_Sans/OpenSans-Bold.ttf"); + fontWeight: bold; + fontFamily: myVerdana; + embedAsCFF: false; + } + + @font-face{ + src: url("../../../../Assets/Fonts/Open_Sans/OpenSans-Italic.ttf"); + fontStyle: italic; + fontFamily: myVerdana; + embedAsCFF: false; + } + + global{ + fontAntiAliasType: "normal"; + fontFamily: myVerdana; + } + + + + + + + + + + Snowmen + Candy Canes + Ribbon + Gingerbread + + + + + + \ No newline at end of file Added: incubator/flex/trunk/mustella/tests/Managers/StyleManager/SWFs/StyleManager_Bugs_Main.mxml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/Managers/StyleManager/SWFs/StyleManager_Bugs_Main.mxml?rev=1369970&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/Managers/StyleManager/SWFs/StyleManager_Bugs_Main.mxml (added) +++ incubator/flex/trunk/mustella/tests/Managers/StyleManager/SWFs/StyleManager_Bugs_Main.mxml Mon Aug 6 20:17:09 2012 @@ -0,0 +1,60 @@ + + + + + + + + @namespace s "library://ns.adobe.com/flex/spark"; + @namespace mx "library://ns.adobe.com/flex/mx"; + + @font-face { + src: url("../../../../Assets/Fonts/Open_Sans/OpenSans-Regular.ttf"); + fontFamily: myVera; + } + + @font-face { + src: url("../../../../Assets/Fonts/Open_Sans/OpenSans-Bold.ttf"); + fontWeight: bold; + fontFamily: myVera; + } + + @font-face { + src: url("../../../../Assets/Fonts/Open_Sans/OpenSans-Italic.ttf"); + fontStyle: italic; + fontFamily: myVera; + } + + global { + fontAntiAliasType: "normal"; + fontFamily: myVera; + } + + s|DataGrid + { + skinClass: ClassReference("skins.GreenDataGridSkin"); + } + + + + + Added: incubator/flex/trunk/mustella/tests/Managers/StyleManager/SWFs/assets/MP_customStyles_embeddedImages.mxml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/Managers/StyleManager/SWFs/assets/MP_customStyles_embeddedImages.mxml?rev=1369970&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/Managers/StyleManager/SWFs/assets/MP_customStyles_embeddedImages.mxml (added) +++ incubator/flex/trunk/mustella/tests/Managers/StyleManager/SWFs/assets/MP_customStyles_embeddedImages.mxml Mon Aug 6 20:17:09 2012 @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Added: incubator/flex/trunk/mustella/tests/Managers/StyleManager/SWFs/assets/MyModule.mxml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/Managers/StyleManager/SWFs/assets/MyModule.mxml?rev=1369970&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/Managers/StyleManager/SWFs/assets/MyModule.mxml (added) +++ incubator/flex/trunk/mustella/tests/Managers/StyleManager/SWFs/assets/MyModule.mxml Mon Aug 6 20:17:09 2012 @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + Added: incubator/flex/trunk/mustella/tests/Managers/StyleManager/SWFs/assets/embeddedStyles.css URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/Managers/StyleManager/SWFs/assets/embeddedStyles.css?rev=1369970&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/Managers/StyleManager/SWFs/assets/embeddedStyles.css (added) +++ incubator/flex/trunk/mustella/tests/Managers/StyleManager/SWFs/assets/embeddedStyles.css Mon Aug 6 20:17:09 2012 @@ -0,0 +1,50 @@ +/* + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ +@namespace s "library://ns.adobe.com/flex/spark"; +@namespace mx "library://ns.adobe.com/flex/mx"; + +.homeMap +{ + borderStyle: "solid"; + cornerRadius: 10; + backgroundColor: #FF9933; + alpha: 1; + dottedMap: Embed(source="../../../../../Assets/Images/redrect.jpg"); +} + +mx|ApplicationControlBar +{ + borderStyle: "solid"; + cornerRadius: 10; + backgroundColor: #FF9933; + alpha: 1; + dottedMap: Embed(source="../../../../../Assets/Images/redrect.jpg"); +} + +.customPanel +{ + backgroundImage: Embed(source="../../../../../Assets/Images/greenrect.jpg"); +} + +mx|Panel +{ + backgroundImage: Embed(source="../../../../../Assets/Images/greenrect.jpg"); +} + + Added: incubator/flex/trunk/mustella/tests/Managers/StyleManager/SWFs/assets/windowsXP2.css URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/Managers/StyleManager/SWFs/assets/windowsXP2.css?rev=1369970&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/Managers/StyleManager/SWFs/assets/windowsXP2.css (added) +++ incubator/flex/trunk/mustella/tests/Managers/StyleManager/SWFs/assets/windowsXP2.css Mon Aug 6 20:17:09 2012 @@ -0,0 +1,28 @@ +/* + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ +@namespace "http://www.adobe.com/2006/mxml"; + +List { + color: #770000; + } + +Label { + color: #000077; + fontSize: 18; + } Added: incubator/flex/trunk/mustella/tests/Managers/StyleManager/SWFs/pre_compile.sh URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/Managers/StyleManager/SWFs/pre_compile.sh?rev=1369970&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/Managers/StyleManager/SWFs/pre_compile.sh (added) +++ incubator/flex/trunk/mustella/tests/Managers/StyleManager/SWFs/pre_compile.sh Mon Aug 6 20:17:09 2012 @@ -0,0 +1,26 @@ +#!/bin/sh +################################################################################ +## +## Licensed to the Apache Software Foundation (ASF) under one or more +## contributor license agreements. See the NOTICE file distributed with +## this work for additional information regarding copyright ownership. +## The ASF licenses this file to You under the Apache License, Version 2.0 +## (the "License"); you may not use this file except in compliance with +## the License. You may obtain a copy of the License at +## +## http://www.apache.org/licenses/LICENSE-2.0 +## +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. +## +################################################################################ +cd assets + +echo "Removing previously compiled files..." +rm -f `find . -name "*.swf"` + + + Propchange: incubator/flex/trunk/mustella/tests/Managers/StyleManager/SWFs/pre_compile.sh ------------------------------------------------------------------------------ svn:executable = * Added: incubator/flex/trunk/mustella/tests/Managers/StyleManager/SWFs/skins/GreenDataGridSkin.mxml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/Managers/StyleManager/SWFs/skins/GreenDataGridSkin.mxml?rev=1369970&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/Managers/StyleManager/SWFs/skins/GreenDataGridSkin.mxml (added) +++ incubator/flex/trunk/mustella/tests/Managers/StyleManager/SWFs/skins/GreenDataGridSkin.mxml Mon Aug 6 20:17:09 2012 @@ -0,0 +1,339 @@ + + + + + + + + + + + + + + + + + + + + + + + 0)) + { + dataGrid.styleManager.getColorNames(colors); // lazily replace color names with ints + rowBackgroundFillColor.color = colors[rowIndex % colors.length]; + } + else + { + // This should be the same as bgFill.color. + rowBackgroundFillColor.color = 0xFFFFFF; + } + } + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Added: incubator/flex/trunk/mustella/tests/Managers/StyleManager/SparkStyles/SWFs/SparkStyles_Globals.mxml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/Managers/StyleManager/SparkStyles/SWFs/SparkStyles_Globals.mxml?rev=1369970&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/Managers/StyleManager/SparkStyles/SWFs/SparkStyles_Globals.mxml (added) +++ incubator/flex/trunk/mustella/tests/Managers/StyleManager/SparkStyles/SWFs/SparkStyles_Globals.mxml Mon Aug 6 20:17:09 2012 @@ -0,0 +1,152 @@ + + + + + + + + + + + + @namespace s "library://ns.adobe.com/flex/spark"; + @namespace mx "library://ns.adobe.com/flex/mx"; + @font-face{ + src: url("../../../../../Assets/Fonts/PT_Serif/PT_Serif-Web-Regular.ttf"); + fontFamily: myArial; + embedAsCFF: true; + } + + + @font-face{ + src: url("../../../../../Assets/Fonts/PT_Serif/PT_Serif-Web-Bold.ttf"); + fontWeight: bold; + fontFamily: myArial; + embedAsCFF: true; + } + + @font-face{ + src: url("../../../../../Assets/Fonts/PT_Serif/PT_Serif-Web-Italic.ttf"); + fontStyle: italic; + fontFamily: myArial; + embedAsCFF: true; + + } + + s|ButtonBase { + fontAntiAliasType: "normal"; + fontFamily: myArial; + fontLookup: "embeddedCFF"; + } + + s|NumericStepper { + fontAntiAliasType: "normal"; + fontFamily: myArial; + fontLookup: "embeddedCFF"; + } + + s|List { + fontAntiAliasType: "normal"; + fontFamily: myArial; + fontLookup: "embeddedCFF"; + } + + s|Label { + fontAntiAliasType: "normal"; + fontFamily: myArial; + fontLookup: "embeddedCFF"; + } + + s|SkinnableComponent { + fontAntiAliasType: "normal"; + fontFamily: myArial; + fontLookup: "embeddedCFF"; + } + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file Added: incubator/flex/trunk/mustella/tests/Managers/StyleManager/SparkStyles/SWFs/SparkStyles_Globals_mxml.mxml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/Managers/StyleManager/SparkStyles/SWFs/SparkStyles_Globals_mxml.mxml?rev=1369970&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/Managers/StyleManager/SparkStyles/SWFs/SparkStyles_Globals_mxml.mxml (added) +++ incubator/flex/trunk/mustella/tests/Managers/StyleManager/SparkStyles/SWFs/SparkStyles_Globals_mxml.mxml Mon Aug 6 20:17:09 2012 @@ -0,0 +1,121 @@ + + + + + + + + + + + + @namespace s "library://ns.adobe.com/flex/spark"; + @namespace mx "library://ns.adobe.com/flex/mx"; + @font-face{ + src: url("../../../../../Assets/Fonts/PT_Serif/PT_Serif-Web-Regular.ttf"); + fontFamily: myArial; + embedAsCFF: true; + } + + + @font-face{ + src: url("../../../../../Assets/Fonts/PT_Serif/PT_Serif-Web-Bold.ttf"); + fontWeight: bold; + fontFamily: myArial; + embedAsCFF: true; + } + + @font-face{ + src: url("../../../../../Assets/Fonts/PT_Serif/PT_Serif-Web-Italic.ttf"); + fontStyle: italic; + fontFamily: myArial; + embedAsCFF: true; + + } + + s|ButtonBase { + fontAntiAliasType: "normal"; + fontFamily: myArial; + fontLookup: "embeddedCFF"; + } + + s|NumericStepper { + fontAntiAliasType: "normal"; + fontFamily: myArial; + fontLookup: "embeddedCFF"; + } + + s|List { + fontAntiAliasType: "normal"; + fontFamily: myArial; + fontLookup: "embeddedCFF"; + } + + s|TextInput { + fontAntiAliasType: "normal"; + fontFamily: myArial; + fontLookup: "embeddedCFF"; + } + + s|TextArea, s|Panel { + fontAntiAliasType: "normal"; + fontFamily: myArial; + fontLookup: "embeddedCFF"; + } + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file Added: incubator/flex/trunk/mustella/tests/Managers/StyleManager/SparkStyles/SWFs/SparkStyles_HaloComps.mxml URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/Managers/StyleManager/SparkStyles/SWFs/SparkStyles_HaloComps.mxml?rev=1369970&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/Managers/StyleManager/SparkStyles/SWFs/SparkStyles_HaloComps.mxml (added) +++ incubator/flex/trunk/mustella/tests/Managers/StyleManager/SparkStyles/SWFs/SparkStyles_HaloComps.mxml Mon Aug 6 20:17:09 2012 @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file Added: incubator/flex/trunk/mustella/tests/Managers/StyleManager/SparkStyles/SWFs/assets/globalStyles.css URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/Managers/StyleManager/SparkStyles/SWFs/assets/globalStyles.css?rev=1369970&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/Managers/StyleManager/SparkStyles/SWFs/assets/globalStyles.css (added) +++ incubator/flex/trunk/mustella/tests/Managers/StyleManager/SparkStyles/SWFs/assets/globalStyles.css Mon Aug 6 20:17:09 2012 @@ -0,0 +1,51 @@ +/* + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ +/* CSS file */ +global { + chromeColor: #FFCC99; + contentBackgroundColor: #CC6699; + symbolColor: #FF0066; + selectionColor: #00FF00; + rollOverColor: #FF9933; + focusColor: #B80000; + focusedTextSelectionColor: #00FF00; + fontAntiAliasType: "normal"; + fontFamily: myVerdana; +} + +@font-face{ + src: url("../../../../../../Assets/Fonts/Open_Sans/OpenSans-Regular.ttf"); + fontFamily: myVerdana; + embedAsCFF: false; +} + +@font-face{ + src: url("../../../../../../Assets/Fonts/Open_Sans/OpenSans-Bold.ttf"); + fontWeight: bold; + fontFamily: myVerdana; + embedAsCFF: false; +} + +@font-face{ + src: url("../../../../../../Assets/Fonts/Open_Sans/OpenSans-Italic.ttf"); + fontStyle: italic; + fontFamily: myVerdana; + embedAsCFF: false; +} + Added: incubator/flex/trunk/mustella/tests/Managers/StyleManager/SparkStyles/SWFs/assets/globalStyles2.css URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/Managers/StyleManager/SparkStyles/SWFs/assets/globalStyles2.css?rev=1369970&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/Managers/StyleManager/SparkStyles/SWFs/assets/globalStyles2.css (added) +++ incubator/flex/trunk/mustella/tests/Managers/StyleManager/SparkStyles/SWFs/assets/globalStyles2.css Mon Aug 6 20:17:09 2012 @@ -0,0 +1,28 @@ +/* + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ +/* CSS file */ +global { + chromeColor: #9999FF; + contentBackgroundColor: #CC9966; + symbolColor: #66FF00; + selectionColor: #0099FF; + rollOverColor: #FF9933; + focusColor: #009900; + focusedTextSelectionColor: #0099FF; +} Added: incubator/flex/trunk/mustella/tests/Managers/StyleManager/SparkStyles/SWFs/pre_compile.sh URL: http://svn.apache.org/viewvc/incubator/flex/trunk/mustella/tests/Managers/StyleManager/SparkStyles/SWFs/pre_compile.sh?rev=1369970&view=auto ============================================================================== --- incubator/flex/trunk/mustella/tests/Managers/StyleManager/SparkStyles/SWFs/pre_compile.sh (added) +++ incubator/flex/trunk/mustella/tests/Managers/StyleManager/SparkStyles/SWFs/pre_compile.sh Mon Aug 6 20:17:09 2012 @@ -0,0 +1,26 @@ +#!/bin/sh +################################################################################ +## +## Licensed to the Apache Software Foundation (ASF) under one or more +## contributor license agreements. See the NOTICE file distributed with +## this work for additional information regarding copyright ownership. +## The ASF licenses this file to You under the Apache License, Version 2.0 +## (the "License"); you may not use this file except in compliance with +## the License. You may obtain a copy of the License at +## +## http://www.apache.org/licenses/LICENSE-2.0 +## +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. +## +################################################################################ +cd assets + +echo "Removing previously compiled files..." +rm -f `find . -name "*.swf"` + +echo "Compiling css to swf..." +$SDK_DIR/bin/mxmlc -static-link-runtime-shared-libraries=true globalStyles2.css \ No newline at end of file Propchange: incubator/flex/trunk/mustella/tests/Managers/StyleManager/SparkStyles/SWFs/pre_compile.sh ------------------------------------------------------------------------------ svn:executable = *