[svn:fx-trunk] 12569: 9 new sample themes and an update to the wireframe theme

Revision: 12569
Revision: 12569
Author:   [email protected]
Date:     2009-12-04 16:35:58 -0800 (Fri, 04 Dec 2009)
Log Message:
9 new sample themes and an update to the wireframe theme
Wireframe theme now has support for all MX components including most of the important AIR ones.
samples/themes now has 9 new themes, 5 spark_css themes which are CSS files, and 4 which are graphical assets, some from SWFs, some from images, some where the work is done in the MXML skin file.  Some credit goes to EffectiveUI for the color choices.  Some blame goes to me for mucking with them.
DateChooser is updated to handle backgroundColor better.
The main build.xml file is updated to build the themes during the main target if "-Dthemes=anything" and themes are added to the regular zip and mpl zip.
Reviewed by Glenn
Consulted with Jim
Themes primarily contributed by EffectiveUI
QA: we agreed the sample themes are just samples, there's a README to that effect.  However it'd be good to use the wireframe theme in tests with Halo components now.  I have concerns I may have screwed up some focus logic by deleting a little too aggressively.
Doc: Themes are decent samples though the code is not necessarily high quality.
Builder: these are for you baby!
I would like to thank whomever ends up rescuing the build after I check in these 586 files.
Modified Paths:
    flex/sdk/trunk/build.xml
    flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DateChooser.as
    flex/sdk/trunk/frameworks/projects/wireframe/build.xml
    flex/sdk/trunk/frameworks/projects/wireframe/defaults.css
    flex/sdk/trunk/frameworks/projects/wireframe/src/WireframeClasses.as
Added Paths:
    flex/sdk/trunk/frameworks/projects/wireframe/assets/
    flex/sdk/trunk/frameworks/projects/wireframe/assets/Tree_folderClosedIcon.png
    flex/sdk/trunk/frameworks/projects/wireframe/assets/Tree_folderOpenIcon.png
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/AccordionHeaderSkin.m xml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/BorderSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ButtonBarFirstButtonS kin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ButtonBarLastButtonSk in.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ButtonBarMiddleButton Skin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ButtonSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/CheckBoxSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ColorPickerSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ComboBoxSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ContainerBorderSkin.a s
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ControlBarSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DataGridHeaderBackgro undSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DataGridHeaderSeparat orSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DataGridSortArrow.as
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DateChooserNextMonthS kin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DateChooserNextYearSk in.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DateChooserPrevMonthS kin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DateChooserPrevYearSk in.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DateChooserRollOverIn dicatorSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DateChooserSelectionI ndicatorSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DateChooserTodayIndic atorSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DefaultButtonSkin.mxm l
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DividerSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/DropDownSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/EditableComboBoxSkin. mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/EmphasizedButtonSkin. mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/LinkButtonSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/MenuArrow.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/MenuArrowDisabled.mxm l
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/MenuBarItemSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/MenuBarSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/MenuCheck.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/MenuCheckDisabled.mxm l
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/MenuRadio.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/MenuRadioDisabled.mxm l
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/MenuSeparatorSkin.mxm l
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/MenuSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/PanelBorderSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/PopUpButtonSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ProgressBarSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ProgressBarTrackSkin. mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ProgressIndeterminate Skin.as
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ProgressMaskSkin.as
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/RadioButtonSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ScrollBarDownButtonSk in.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ScrollBarThumbSkin.mx ml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ScrollBarTrackSkin.mx ml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ScrollBarUpButtonSkin .mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/SliderThumbSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/SliderTrackHighlightS kin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/SliderTrackSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/StepperDecrButtonSkin .mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/StepperIncrButtonSkin .mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/TabSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/TextAreaSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/TextInputSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/TitleWindowCloseButto nDownSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/TitleWindowCloseButto nOverSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/TitleWindowCloseButto nUpSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/ToolTipSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/WindowedApplicationSk in.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/windowChrome/
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/windowChrome/CloseBut tonSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/windowChrome/Maximize ButtonSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/windowChrome/Minimize ButtonSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/windowChrome/RestoreB uttonSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/windowChrome/StatusBa rSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/mx/skins/wireframe/windowChrome/TitleBar Skin.mxml
    flex/sdk/trunk/samples/themes/
    flex/sdk/trunk/samples/themes/README.txt
    flex/sdk/trunk/samples/themes/arcade/
    flex/sdk/trunk/samples/themes/arcade/build.xml
    flex/sdk/trunk/samples/themes/arcade/src/
    flex/sdk/trunk/samples/themes/arcade/src/ArcadeClasses.as
    flex/sdk/trunk/samples/themes/arcade/src/arcade/
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ApplicationSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/BorderSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ButtonBarFirstButtonSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ButtonBarLastButtonSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ButtonBarMiddleButtonSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ButtonBarSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ButtonSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/CheckBoxSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ComboBoxButtonSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ComboBoxSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ComboBoxTextInputSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/DefaultButtonSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/DefaultComplexItemRenderer.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/DefaultItemRenderer.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/DropDownListButtonSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/DropDownListSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ErrorSkin.as
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/FocusSkin.as
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/HScrollBarSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/HScrollBarThumbSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/HScrollBarTrackSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/HSliderSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/HSliderThumbSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/HSliderTrackSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ListSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/NumericStepperSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/NumericStepperTextInputSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/PanelSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/RadioButtonSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ScrollBarDownButtonSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ScrollBarLeftButtonSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ScrollBarRightButtonSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ScrollBarUpButtonSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ScrollerSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/SkinnableContainerSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/SkinnableDataContainerSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/SpinnerDecrButtonSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/SpinnerIncrButtonSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/SpinnerSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/TabBarButtonSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/TabBarSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/TextAreaBorderSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/TextAreaSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/TextInputBorderSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/TextInputSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/TitleWindowCloseButtonSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/TitleWindowSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/ToggleButtonSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/VScrollBarSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/VScrollBarThumbSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/VScrollBarTrackSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/VSliderSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/VSliderThumbSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/VSliderTrackSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/VideoPlayerSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/fullScreen/
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/fullScreen/VideoPlayer FullScreenButtonSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/fullScreen/VideoPlayer PlayPauseButtonSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/fullScreen/VideoPlayer ScrubBarSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/fullScreen/VideoPlayer ScrubBarThumbSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/fullScreen/VideoPlayer ScrubBarTrackSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/fullScreen/VideoPlayer VolumeBarMuteButtonSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/fullScreen/VideoPlayer VolumeBarSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/fullScreen/VideoPlayer VolumeBarThumbSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/fullScreen/VideoPlayer VolumeBarTrackSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/normal/
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/normal/VideoPlayerFull ScreenButtonSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/normal/VideoPlayerPlay PauseButtonSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/normal/VideoPlayerScru bBarSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/normal/VideoPlayerScru bBarThumbSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/normal/VideoPlayerScru bBarTrackSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/normal/VideoPlayerVolu meBarMuteButtonSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/normal/VideoPlayerVolu meBarSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/normal/VideoPlayerVolu meBarThumbSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/mediaClasses/normal/VideoPlayerVolu meBarTrackSkin.mxml
    flex/sdk/trunk/samples/themes/arcade/src/assets/
    flex/sdk/trunk/samples/themes/arcade/src/assets/flex_skins.swf
    flex/sdk/trunk/samples/themes/arcade/src/defaults.css
    flex/sdk/trunk/samples/themes/arcade/src/preview.jpg
    flex/sdk/trunk/samples/themes/cobalt/
    flex/sdk/trunk/samples/themes/cobalt/build.xml
    flex/sdk/trunk/samples/themes/cobalt/src/
    flex/sdk/trunk/samples/themes/cobalt/src/CobaltClasses.as
    flex/sdk/trunk/samples/themes/cobalt/src/assets/
    flex/sdk/trunk/samples/themes/cobalt/src/assets/AccordionHeader_disabledSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/AccordionHeader_downSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/AccordionHeader_overSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/AccordionHeader_selectedDownSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/AccordionHeader_selectedOverSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/AccordionHeader_selectedUpSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/AccordionHeader_upSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-button_disabledSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-button_downSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-button_overSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-button_selectedDisabledSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-button_selectedUpSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-button_upSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-firstButton_disabledSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-firstButton_downSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-firstButton_overSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-firstButton_selectedDisabledSki n.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-firstButton_selectedUpSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-firstButton_upSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-lastButton_disabledSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-lastButton_downSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-lastButton_overSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-lastButton_selectedDisabledSkin .png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-lastButton_selectedUpSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/ButtonBar-lastButton_upSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/Button_disabledSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/Button_downSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/Button_overSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/Button_selectedDisabledSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/Button_selectedDownSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/Button_selectedOverSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/Button_selectedUpSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/Button_upSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/CheckBox_disabledIcon.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/CheckBox_downIcon.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/CheckBox_overIcon.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/CheckBox_selectedDisabledIcon.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/CheckBox_selectedDownIcon.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/CheckBox_selectedOverIcon.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/CheckBox_selectedUpIcon.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/CheckBox_upIcon.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/ColorPicker_disabledSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/ColorPicker_downSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/ColorPicker_overSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/ColorPicker_upSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/ComboBox_disabledSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/ComboBox_downSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/ComboBox_editableDisabledSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/ComboBox_editableDownSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/ComboBox_editableOverSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/ComboBox_editableUpSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/ComboBox_overSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/ComboBox_upSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/CursorManager_busyCursor.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/DataGrid_borderSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/DataGrid_columnDropIndicatorSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/DataGrid_columnResizeSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/DataGrid_headerBackgroundSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/DataGrid_headerSeparatorSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/DataGrid_sortArrowSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/DataGrid_stretchCursor.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_nextMonthDisabledSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_nextMonthDownSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_nextMonthOverSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_nextMonthUpSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_nextYearDisabledSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_nextYearDownSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_nextYearOverSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_nextYearUpSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_prevMonthDisabledSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_prevMonthDownSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_prevMonthOverSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_prevMonthUpSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_prevYearDisabledSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_prevYearDownSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_prevYearOverSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_prevYearUpSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_rollOverIndicatorSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_selectionIndicatorSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/DateChooser_todayIndicatorSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/DateField_disabledSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/DateField_downSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/DateField_overSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/DateField_upSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/DividedBox_dividerSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/DividedBox_horizontalCursor.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/DividedBox_verticalCursor.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/DragManager_copyCursor.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/DragManager_defaultDragImageSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/DragManager_linkCursor.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/DragManager_moveCursor.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/DragManager_rejectCursor.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/FormItem_indicatorSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollArrowLeft_disabledSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollArrowRight_disabledSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollBar_downArrowDownSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollBar_downArrowOverSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollBar_downArrowUpSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollBar_thumbDownSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollBar_thumbIcon.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollBar_thumbOverSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollBar_thumbUpSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollBar_trackDisabledSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollBar_trackSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollBar_upArrowDownSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollBar_upArrowOverSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/HScrollBar_upArrowUpSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/LinkButton_disabledSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/LinkButton_downSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/LinkButton_overSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/LinkButton_upSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/List_borderSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/MenuBar_backgroundSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/MenuBar_itemDownSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/MenuBar_itemOverSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/MenuBar_itemUpSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/Menu_branchDisabledIcon.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/Menu_branchIcon.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/Menu_checkDisabledIcon.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/Menu_checkIcon.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/Menu_radioDisabledIcon.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/Menu_radioIcon.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/Menu_separatorSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/NumericStepper_downArrowDisabledSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/NumericStepper_downArrowDownSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/NumericStepper_downArrowOverSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/NumericStepper_downArrowUpSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/NumericStepper_upArrowDisabledSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/NumericStepper_upArrowDownSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/NumericStepper_upArrowOverSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/NumericStepper_upArrowUpSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/Panel_borderSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/Panel_closeButtonDisabledSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/Panel_closeButtonDownSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/Panel_closeButtonOverSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/Panel_closeButtonUpSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/Panel_controlBarBackgroundSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/Panel_titleBackgroundSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/PopUpButton_disabledSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/PopUpButton_downSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/PopUpButton_overSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/PopUpButton_popUpDownSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/PopUpButton_popUpOverSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/PopUpButton_upSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/ProgressBar_barSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/ProgressBar_indeterminateSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/ProgressBar_trackSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/RadioButton_disabledIcon.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/RadioButton_downIcon.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/RadioButton_overIcon.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/RadioButton_selectedDisabledIcon.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/RadioButton_selectedDownIcon.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/RadioButton_selectedOverIcon.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/RadioButton_selectedUpIcon.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/RadioButton_upIcon.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/SWFLoader_brokenImageSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/Slider_thumbDisabledSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/Slider_thumbDownSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/Slider_thumbOverSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/Slider_thumbUpSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/Slider_trackHighlightSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/Slider_trackSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/TabBar-tab_disabledSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/TabBar-tab_downSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/TabBar-tab_overSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/TabBar-tab_selectedDisabledSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/TabBar-tab_selectedOverSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/TabBar-tab_selectedUpSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/TabBar-tab_upSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/TextArea_borderSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/TextArea_focusSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/TextInput_borderSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/TextInput_focusSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/ToolTip_borderSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/Tree_borderSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/Tree_defaultLeafIcon.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/Tree_disclosureClosedIcon.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/Tree_disclosureOpenIcon.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/Tree_folderClosedIcon.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/Tree_folderOpenIcon.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_downArrowDisabledSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_downArrowDownSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_downArrowOverSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_downArrowUpSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_thumbDownSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_thumbIcon.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_thumbOverSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_thumbUpSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_trackDisabledSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_trackSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_upArrowDisabledSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_upArrowDownSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_upArrowOverSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/assets/VScrollBar_upArrowUpSkin.png
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ApplicationSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/BorderSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ButtonBarFirstButtonSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ButtonBarLastButtonSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ButtonBarMiddleButtonSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ButtonBarSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ButtonSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/CheckBoxSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ComboBoxButtonSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ComboBoxSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ComboBoxTextInputSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/DefaultComplexItemRenderer.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/DefaultItemRenderer.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/DropDownListButtonSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/DropDownListSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ErrorSkin.as
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/FocusSkin.as
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/HScrollBarSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/HScrollBarThumbSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/HScrollBarTrackSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/HSliderSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/HSliderThumbSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/HSliderTrackSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/HighlightBitmapCaptureSkin.as
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ListSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/NumericStepperSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/NumericStepperTextInputSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/PanelBorderSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/PanelSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/RadioButtonSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ScrollBarDownButtonSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ScrollBarLeftButtonSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ScrollBarRightButtonSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ScrollBarUpButtonSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ScrollerSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/SkinnableContainerSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/SkinnableDataContainerSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/SpinnerDecrementButtonSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/SpinnerIncrementButtonSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/SpinnerSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/TabBarButtonSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/TabBarSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/TextAreaSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/TextInputSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/TitleWindowCloseButtonSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/TitleWindowSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/ToggleButtonSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/VScrollBarSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/VScrollBarThumbSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/VScrollBarTrackSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/VSliderSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/VSliderThumbSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/VSliderTrackSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/VideoPlayerSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/fullScreen/
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/fullScreen/VideoPlayer FullScreenFullScreenButtonSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/fullScreen/VideoPlayer FullScreenPlayPauseButtonSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/fullScreen/VideoPlayer FullScreenScrubBarSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/fullScreen/VideoPlayer FullScreenScrubBarThumbSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/fullScreen/VideoPlayer FullScreenScrubBarTrackSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/fullScreen/VideoPlayer FullScreenVolumeBarMuteButtonSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/fullScreen/VideoPlayer FullScreenVolumeBarSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/fullScreen/VideoPlayer FullScreenVolumeBarThumbSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/fullScreen/VideoPlayer FullScreenVolumeBarTrackSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/normal/
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/normal/VideoPlayerFull ScreenButtonSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/normal/VideoPlayerPlay PauseButtonSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/normal/VideoPlayerScru bBarSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/normal/VideoPlayerScru bBarThumbSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/normal/VideoPlayerScru bBarTrackSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/normal/VideoPlayerVolu meBarMuteButtonSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/normal/VideoPlayerVolu meBarSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/normal/VideoPlayerVolu meBarThumbSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/cobalt/skins/mediaClasses/normal/VideoPlayerVolu meBarTrackSkin.mxml
    flex/sdk/trunk/samples/themes/cobalt/src/defaults.css
    flex/sdk/trunk/samples/themes/cobalt/src/preview.jpg
    flex/sdk/trunk/samples/themes/graphite/
    flex/sdk/trunk/samples/themes/graphite/build.xml
    flex/sdk/trunk/samples/themes/graphite/src/
    flex/sdk/trunk/samples/themes/graphite/src/GraphiteClasses.as
    flex/sdk/trunk/samples/themes/graphite/src/assets/
    flex/sdk/trunk/samples/themes/graphite/src/assets/flex_skins.swf
    flex/sdk/trunk/samples/themes/graphite/src/defaults.css
    flex/sdk/trunk/samples/themes/graphite/src/graphite/
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ApplicationSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/BorderSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ButtonBarFirstButtonSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ButtonBarLastButtonSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ButtonBarMiddleButtonSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ButtonBarSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ButtonSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/CheckBoxSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ComboBoxButtonSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ComboBoxSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ComboBoxTextInputSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/DefaultButtonSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/DefaultComplexItemRenderer.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/DefaultItemRenderer.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/DropDownListButtonSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/DropDownListSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ErrorSkin.as
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/FocusSkin.as
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/HScrollBarSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/HScrollBarThumbSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/HScrollBarTrackSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/HSliderSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/HSliderThumbSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/HSliderTrackSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/HighlightBitmapCaptureSkin.as
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ListSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/NumericStepperSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/NumericStepperTextInputSkin.mxm l
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/PanelSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/RadioButtonSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ScrollBarDownButtonSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ScrollBarLeftButtonSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ScrollBarRightButtonSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ScrollBarUpButtonSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ScrollerSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/SkinnableContainerSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/SkinnableDataContainerSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/SpinnerDecrementButtonSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/SpinnerIncrementButtonSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/SpinnerSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/TabBarButtonSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/TabBarSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/TextAreaSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/TextInputSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/TitleWindowCloseButtonSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/TitleWindowSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/ToggleButtonSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/VScrollBarSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/VScrollBarThumbSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/VScrollBarTrackSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/VSliderSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/VSliderThumbSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/VSliderTrackSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/VideoPlayerSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/fullScreen/
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/fullScreen/FullScr eenButtonSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/fullScreen/MuteBut tonSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/fullScreen/PlayPau seButtonSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/fullScreen/ScrubBa rSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/fullScreen/ScrubBa rThumbSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/fullScreen/ScrubBa rTrackSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/fullScreen/VolumeB arSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/fullScreen/VolumeB arThumbSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/fullScreen/VolumeB arTrackSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/normal/
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/normal/FullScreenB uttonSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/normal/MuteButtonS kin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/normal/PlayPauseBu ttonSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/normal/ScrubBarSki n.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/normal/ScrubBarThu mbSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/normal/ScrubBarTra ckSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/normal/VolumeBarSk in.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/normal/VolumeBarTh umbSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/graphite/skins/mediaClasses/normal/VolumeBarTr ackSkin.mxml
    flex/sdk/trunk/samples/themes/graphite/src/preview.jpg
    flex/sdk/trunk/samples/themes/spark_cobalt/
    flex/sdk/trunk/samples/themes/spark_cobalt/preview.jpg
    flex/sdk/trunk/samples/themes/spark_cobalt/spark_cobalt.css
    flex/sdk/trunk/samples/themes/spark_desert/
    flex/sdk/trunk/samples/themes/spark_desert/preview.jpg
    flex/sdk/trunk/samples/themes/spark_desert/spark_desert.css
    flex/sdk/trunk/samples/themes/spark_graphite/
    flex/sdk/trunk/samples/themes/spark_graphite/preview.jpg
    flex/sdk/trunk/samples/themes/spark_graphite/spark_graphite.css
    flex/sdk/trunk/samples/themes/spark_sage/
    flex/sdk/trunk/samples/themes/spark_sage/preview.jpg
    flex/sdk/trunk/samples/themes/spark_sage/spark_sage.css
    flex/sdk/trunk/samples/themes/spark_sky/
    flex/sdk/trunk/samples/themes/spark_sky/preview.jpg
    flex/sdk/trunk/samples/themes/spark_sky/spark_sky.css
    flex/sdk/trunk/samples/themes/zen/
    flex/sdk/trunk/samples/themes/zen/build.xml
    flex/sdk/trunk/samples/themes/zen/src/
    flex/sdk/trunk/samples/themes/zen/src/ZenClasses.as
    flex/sdk/trunk/samples/themes/zen/src/assets/
    flex/sdk/trunk/samples/themes/zen/src/assets/flex_skins.swf
    flex/sdk/trunk/samples/themes/zen/src/defaults.css
    flex/sdk/trunk/samples/themes/zen/src/preview.jpg
    flex/sdk/trunk/samples/themes/zen/src/zen/
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/ApplicationSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/BorderSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/ButtonBarFirstButtonSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/ButtonBarLastButtonSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/ButtonBarMiddleButtonSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/ButtonBarSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/ButtonSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/CheckBoxSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/ComboBoxButtonSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/ComboBoxSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/ComboBoxTextInputSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/DefaultButtonSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/DefaultComplexItemRenderer.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/DefaultItemRenderer.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/DropDownListButtonSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/DropDownListSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/HScrollBarSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/HScrollBarThumbSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/HScrollBarTrackSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/HSliderSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/HSliderThumbSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/HSliderTrackSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/ListSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/NumericStepperSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/NumericStepperTextInputSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/PanelSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/RadioButtonSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/ScrollBarDownButtonSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/ScrollBarLeftButtonSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/ScrollBarRightButtonSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/ScrollBarUpButtonSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/ScrollerSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/SkinnableContainerSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/SkinnableDataContainerSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/SpinnerDecrButtonSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/SpinnerIncrButtonSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/SpinnerSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/TabBarButtonSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/TabBarSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/TextAreaBorderSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/TextAreaSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/TextInputBorderSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/TextInputSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/TitleWindowCloseButtonSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/TitleWindowSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/ToggleButtonSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/VScrollBarSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/VScrollBarThumbSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/VScrollBarTrackSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/VSliderSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/VSliderThumbSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/VSliderTrackSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/VideoPlayerSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/fullScreen/
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/fullScreen/FullScreenFullScr eenButtonSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/fullScreen/MuteButtonSkin.mx ml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/fullScreen/PlayPauseButtonSk in.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/fullScreen/ScrubBarSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/fullScreen/ScrubBarThumbSkin .mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/fullScreen/ScrubBarTrackSkin .mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/fullScreen/VolumeBarSkin.mxm l
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/fullScreen/VolumeBarThumbSki n.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/fullScreen/VolumeBarTrackSki n.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/normal/
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/normal/FullScreenButtonSkin. mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/normal/PlayPauseButtonSkin.m xml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/normal/ScrubBarSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/normal/ScrubBarThumbSkin.mxm l
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/normal/ScrubBarTrackSkin.mxm l
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/normal/VolumeBarMuteButtonSk in.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/normal/VolumeBarSkin.mxml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/normal/VolumeBarThumbSkin.mx ml
    flex/sdk/trunk/samples/themes/zen/src/zen/skins/mediaClasses/normal/VolumeBarTrackSkin.mx ml

actually your doing it right
netdownwidget.width = 100
in awesome-git the syntax is different.  i would recommend using the non-git-version, because the most tutorials are for older versions.
without reading the references of the git version,  try something like netdownwidget:set_width(x)
// edit: your icons arnt centered, maybe ur interested in that command:
for x in *.xbm; do convert -fill "#afa72e" -transparent white -colorize 100 -bordercolor transparent -border 8x8 -gravity center -crop 16x16+0+0 "${x}" "${x%.*}.png"; done
Last edited by intrntbrn (2012-04-12 22:11:09)

Similar Messages

  • I just bought a new MacBook Pro and recently updated to the new OS X.

    I just bought a new MacBook Pro and recently updated to the new OS X.

    Take it back to your nearest Apple retail store or Premium re-seller and ask them to check it out on the spot and replace it if necessary.   It carries a twelve month guarantee.

  • [svn:bz-trunk] 17133: this time finally (and hopefully) adding all the flex-messaging-opt tomcat/jrun/oracle/weblogic/ websphere servers maven pom files in the right svn folder.

    Revision: 17133
    Revision: 17133
    Author:   [email protected]
    Date:     2010-07-30 02:01:44 -0700 (Fri, 30 Jul 2010)
    Log Message:
    this time finally (and hopefully) adding all the flex-messaging-opt tomcat/jrun/oracle/weblogic/websphere servers maven pom files in the right svn folder.
    Added Paths:
        blazeds/trunk/modules/opt/poms/oracle/
        blazeds/trunk/modules/opt/poms/oracle/pom.xml
        blazeds/trunk/modules/opt/poms/tomcat4/
        blazeds/trunk/modules/opt/poms/tomcat4/pom.xml
        blazeds/trunk/modules/opt/poms/tomcat6/
        blazeds/trunk/modules/opt/poms/tomcat6/pom.xml
        blazeds/trunk/modules/opt/poms/weblogic/
        blazeds/trunk/modules/opt/poms/weblogic/pom.xml
        blazeds/trunk/modules/opt/poms/websphere/
        blazeds/trunk/modules/opt/poms/websphere/pom.xml

  • [svn:fx-trunk] 14017: Fix for icons being off-center in the wireframe CheckBox and RadioButton.

    Revision: 14017
    Revision: 14017
    Author:   [email protected]
    Date:     2010-02-05 16:16:37 -0800 (Fri, 05 Feb 2010)
    Log Message:
    Fix for icons being off-center in the wireframe CheckBox and RadioButton. The icon was not being vertically centered.
    QE notes: No
    Doc notes: No
    Bugs: SDK-25304
    Reviewer: Jason
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25304
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/wireframe/src/spark/skins/wireframe/CheckBoxSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/spark/skins/wireframe/RadioButtonSkin.mx ml

    Welcome guy -
    Unless you are using Spry menus as a learning experience, you should move forward to a menus system that will display properly on the millions of portable devices that won't work with Spry which was deprecated 2 years ago.
    Many are using JQuery menus or pure HTML/CSS menus.
    If you wish to continue your Spry for learning experience, we'll be glad to assist; please let us know.
    By the way, your submenus are not showing because you need to add the red value to this rule in your vertical CSS
    ul.MenuBarVertical ul.MenuBarSubmenuVisible{
        width: 220px;
        left: 180px;

  • My Windows 7 Professional desktop system hard disk got corrupted and I took the opportunity to install an SSD for a new system disk and reinstall Windows.  The system is up and running on the SSD, with my old system disk now used for storage as it is stil

    My Windows 7 Professional desktop system hard disk got corrupted and I took the opportunity to install an SSD for a new system disk and reinstall Windows.  The system is up and running on the SSD, with my old system disk now used for storage as it is still readable.  The only Adobe product I have reinstalled so far is Reader XI but I would like to reinstall Elements 8 and Acrobat 9 without taking up more licences as both are also installed on my laptop.  Can you point me to the best way to do this?  - Thanks

    If you have the two allotted activations already and one was lost on the hard drive that failed then you need to contact Adobe Support thru chat and ask them to reset your activations.
    For the link below click the Still Need Help? option in the blue area at the bottom and choose the chat option...
    Serial number and activation chat support (non-CC)
    http://helpx.adobe.com/x-productkb/global/service1.html ( http://adobe.ly/1aYjbSC )

  • How to create a new cell attribute and add adorner to the cell

    Hi
    I am relatively new to InDesign and wanted to do the following
    I want to add a new boolean attribute to a selected table cell. When this attribute is set, I would want to draw one line vertical and one line across the selected cell ( kind of like a "Plus" sign over the cell). I am wondering how to go about doing this.
    PS: I read the snippet snpManipulateTableStyle and can see how to change a cell style using existing attribute (kcellAttrFillColorBoss). However in my case, i want to create a entirely new boolean attribute and based on it being true or false, I would want to draw the adornment on the cell
    Any help with this would be greatly appreciated..
    thanks!
    Sam

    I would create the new site first, then promote the new domain controllers and add them to the site. You can do this during the dc promote process.
    There's step by step guides already available for creating a site so I don't see any point reinventing one.
    Here's one:
    http://www.petri.co.il/create-active-directory-sites-windows-server.htm
    You may have to adjust the site links part since it looks like Site 3 will only be linked to Site 1.
    Of course, the IP addresses for the domain controllers in Site 3 have to be in the IP subnet configured for that site.
    Using the example above, you'll of course have to enter the information that makes sense for your netwrok.
    I doubt anyone will create a custom step by step for you using the information you provided  (they'd also have to know your subnets for one thing) but then, who knows. 
    Please mark as helpful if you find my contribution useful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you.

  • Have new MC544LL/A and same old problem"The ipod cannot be synced. A duplicate filename was specified."Is this a "apple or Itune" problem?

    Have new MC544LL/A and same old problem"The ipod cannot be synced. A duplicate filename was specified."Is this a "apple or Itune" problem?

    I fought this problem for WEEKS with no success.  iTunes on Windows 7 x64.  I tried running it as Administrator.  I tried every fix I could find here and on Youtube and nothing.  Any time I was in iTunes and switched focus to another Window like Outlook or something it would pop this error message up again.  I reinstalled iTunes from scratch.  This did NOT fix it, but it gave me a clue.  I figured it had to be my iTunes library which is stored on an external HD.
    After poking around in the library for a while I thought it might be a file that had been set to Read Only so I did an "attrib -r e:\itunes /s"  to clear all of them all.  This wasn't the problem but it alerted me to a file it couldn't clear.  The file was iT.tmp and it couln't clear that because the file was corrupt.  I deleted it but that still didn't fix it.
    I finally did a "chkdsk e:\itunes /f" and let it run through.  It found the error in iT.tmp, fixed it and now iTunes works fine again.

  • I still have my iPod Nano 3rd generation, but my old computer crashed and I did not have itunes backed up, so I lost my library. Is there a way to get the songs from my old ipod to new computer library and then on to the new ipod?

    I still have my iPod nano 3rd generation, but my old computer crashed and I did not have itunes backed up. Is there a way to get the music from ipod to new computer library and then on to the new ipod ?

    Save all the photos from your Droid into a folder on your computer.
    Connect your device to your computer. On iTunes left Pane, select iPhone under 'Devices'; then on the right Pane, select PHOTO tab.  Make sure Sync Photo box is checked, and "from" box selected the folder that has Droid's photos.  Then click the SYNC or APPLY button on the lower right window.

  • Problem with setting up new Ipad Air2:I can't set up my new Ipad using new Apple ID and it keeps showing the notification that wrong email or password and try again. I can log in Itune with thesame

    I can't set up my new Ipad using new Apple ID and it keeps showing the notification that wrong email or password and try again. I can log in Itune with the same ID. Please help me if you have come across the same issue. Thank you!

    Contact the App store for Apple ID help. Their support link is on the right of the App store window
    LN

  • HT5622 I have just received a new iphone 5s and need to set the Apple ID with my work email.  I used my work email on my personal iphone 4s to set up an icloud account and it will not let me use my work email as the Apple ID on my new iphone. What do I do

    I have just received a new iphone 5s and need to set the Apple ID with my work email.  I used my work email on my personal iphone 4s to set up an icloud account and it will not let me use this email as the Apple ID on my new iphone.  As it is a work phone I need to use this email address as my Apple ID.  How do I do this?

    when you open the app store scroll down to the bottom it will display the apple id currently in use, change it to your normal apple id email

  • How do I get the downloaded music on my iphone to my new home pc and itunes, it took the info from the 1st device but not the 2nd

    how do I get the downloaded music on my iphone to my new home pc and itunes, it took the info from the 1st device but not the 2nd

    the appletv will not display your movies in folders.
    you could change the tags in itunes to include the genre in the "show" field in the "video" tab. this would replicate the view you want, but you will need to tag all your movies to do this.

  • Installed new hard drive and windows 7 at the same time. Left old hard drives in computer but unable to get bookmarks from old drives to new.

    Installed new hard drive and windows 7 at the same time. Left old hard drives in computer, installed firefox however I have no idea in which file the old bookmarks are located. I still have the old files for firefox in the old drives.

    Your "Firefox personal data", like bookmarks, are stored in your Profile folder in Firefox. See this support article about how to recover that data from that old hard drive and transfer it your your new Profile.
    http://support.mozilla.com/en-US/kb/Recovering+important+data+from+an+old+profile

  • I have a new Macbook pro and can't recall the password I used with my Time capsule - How can I (ideally) retrieve or possibly change the time capsule password?

    I have a new Macbook pro and can't recall the password I used with my Time capsule - How can I (ideally) retrieve or possibly change the time capsule password?

    Remember security on a TC is an illusion.
    Simply press the reset button for 1-2 sec.. you must not do too long .. it will then hard reset.. but soft reset will revert all passwords to default for 5min. ie TC password is now public.
    Remember this the next time because anybody at all can change your passwords.
    Once into the TC you can then open the view passwords if you wanted any weaker security. Click and open the TC.. and click on edit.. then go to the top menu..
    Voila .. all your passwords in plain sight to any Tom Dick and Fred.

  • HT4293 i am trying to use dual monitors when editing with FCPX. I have a macbook pro and an apple cinema display monitor. I have connected them and opened Fcpx but the option to use second monitor is not active! what do i do ? please help going bonkers!

    i am trying to use dual monitors when editing with FCPX. I have a macbook pro and an apple cinema display monitor. I have connected them and opened Fcpx but the option to use second monitor is not active! what do i do ? please help going bonkers!

    <http://support.apple.com/kb/HT5891>
    You can use USB for the Apple trackpad.
    <http://www.mobeetechnology.com/the-power-bar.html>

  • HT1209 I have a music collection on my iPod (160GB Classic). I have that collection on my old Mac Book. Now I have a new Mac Pro and want to transfer the collection to the new Mac Pro, is that doable?

    I have a music collection on my iPod (160GB Classic). I have that collection on my old Mac Book. Now I have a new Mac Pro and want to transfer the collection to the new Mac Pro, is that doable?

    Thanks roaminggnome. Can I do that transfer wirelessly or do I have to get a large jump drive to copy and transfer. I presume that I cannot use my iPod right?

Maybe you are looking for

  • Can't add my itunes library to my new 30GB video iPod... help please

    I have had a 20GB ipod with itunes. I had 822 songs on that itunes library, and just today got an 30GB ipod video. I want the songs already in my library to go into my new ipod. How can I do that without putting all those cds back in and downloading

  • How to help my friend install Microsoft Office for Mac 2008

    Hello, I have a friend in North Carolina whose mom recently got a MacBook Pro running OS X Mountian Lion (10.8), he will be coming on to join this discussion after I post it. He needs Microsoft Office for his mom and I just happened to have purchase

  • Project will not load Premiere CS5

    Ive been working on my senior class video yearbook all year and now the project has over 400 files and now i cant work on it. It will pass the load process but once the sequence and everything comes on, it begins to load all the separate files and ne

  • Whenever i click on the link in firfox the new advertisement window opens, want to get rid of it

    whenever i click on the link i desire to open the new window opens with some advertisement which i do not want

  • Install just stops

    Hello all I'm trying to install Oracle8i personal edition relase 8.1.5 for Win98 on a Win ME machine I have installed the Dev tools cd with no problem but when I'm installing the PE I get to the first install screen I click next and nothing happens I