topical media & game development
lib-flex-style-explorer-views-hScrollBarView.mx
lib-flex-style-explorer-views-hScrollBarView.mx
(swf
)
[ flash
]
flex
<?xml version="1.0" encoding="utf-8"?>
<mx:HBox width="100%" height="100%" xmlns:mx="http://www.adobe.com/2006/mxml" name="V Scroll Bar"
xmlns:head="*" xmlns:components="*" >
<!--
//********************//
// STYLE CONTROLS //
//********************//
-->
<mx:VBox height="100%" width="380" styleName="glassPods" >
<head:lib_flex_style_explorer_layout_GlassHeaders headerTitle="STYLE CONTROLS"/>
<mx:Canvas width="100%" height="100%" horizontalScrollPolicy="off" verticalScrollBarStyleName="fseVerticalScrollBar">
<mx:VBox x="10" width="350">
<mx:Form width="100%" >
<components:lib_flex_style_explorer_components_textSliders
sliderLabel="Corner Radius" min="0" max="16" value="4" id="mycornerRadiushScrollBar"
dataChange="setValue('cornerRadius', event.target.value, 'number', 'hScrollBar')" />
<components:lib_flex_style_explorer_components_doubleTextSliders
sliderLabel="Highlight Alphas" min="0" max="1" styleValue="[.3, 0]" id="myhighlightAlphashScrollBar" snapInt=".01"
dataChange="setArrayValue('highlightAlphas', event.target.styleValue, 'number', 'hScrollBar')" />
<mx:Box styleName="conditionalBox" width="100%" horizontalAlign="left" toolTip="Note: This is an array of four colors, the second two being the fill colors on roll over.">
<mx:HBox width="100%" >
<mx:Box horizontalAlign="left" paddingLeft="5" paddingTop="5" width="25" >
<mx:Image source="{alertIcon}" />
</mx:Box>
<mx:Form styleName="conditionalForm" paddingLeft="1" width="100%" >
<components:lib_flex_style_explorer_components_quadTextSliders
sliderLabel="Fill Alphas" min="0" max="1" styleValue="[.6, .4, .75, .65]" id="myfillAlphashScrollBar" snapInt=".01"
dataChange="setQuadArrayValue('fillAlphas', event.target.styleValue, 'number', 'hScrollBar')" />
<components:lib_flex_style_explorer_components_quadColorPicker dataProvider="{swatches}" pickerLabel="Fill Colors" styleValue="[0xFFFFFF, 0xCCCCCC, 0xFFFFFF, 0xEEEEEE]" id="myfillColorshScrollBar"
dataChange="setQuadArrayValue('fillColors', event.target.styleValue, 'color', 'hScrollBar')" />
</mx:Form>
</mx:HBox>
</mx:Box>
<components:lib_flex_style_explorer_components_doubleColorPicker dataProvider="{swatches}" pickerLabel="Track Colors" styleValue="[0x94999B, 0xE7E7E7]" id="mytrackColorshScrollBar"
dataChange="setArrayValue('trackColors', event.target.styleValue, 'color', 'hScrollBar')" />
<components:lib_flex_style_explorer_components_colorPicker dataProvider="{swatches}"
pickerLabel="Theme Color" selectedColor="0x009DFF" id="mythemeColorhScrollBar"
dataChange="setValue('themeColor', event.target.selectedColor, 'color', 'hScrollBar')" />
<components:lib_flex_style_explorer_components_colorPicker dataProvider="{swatches}"
pickerLabel="Border Color" selectedColor="0xB7BABC" id="myborderColorhScrollBar"
dataChange="setValue('borderColor', event.target.selectedColor, 'color', 'hScrollBar')" />
</mx:Form>
<mx:Box height="20" />
<mx:Spacer height="100%" />
</mx:VBox>
</mx:Canvas>
<mx:Box width="100%" paddingRight="5" paddingBottom="5" horizontalAlign="right">
<mx:LinkButton label="Restore Defaults"
click="restoreItemDefaults('hScrollBar')" styleName="undoLink" />
</mx:Box>
</mx:VBox>
<!--
//********************//
// SANDBOX //
//********************//
-->
<mx:Canvas height="100%" width="100%" styleName="glassPods" >
<head:lib_flex_style_explorer_layout_GlassHeaders headerTitle="SANDBOX" />
<mx:Box top="30" height="150" left="10" right="10"
backgroundColor="#FFFFFF" backgroundAlpha=".4" verticalGap="0"
verticalAlign="bottom" paddingRight="0" paddingLeft="0" paddingBottom="0" >
<mx:HScrollBar id="myhScrollBar" width="100%" minScrollPosition="0"
lineScrollSize="1" pageScrollSize="10" maxScrollPosition="10"
repeatDelay="50" repeatInterval="50" scrollPosition="5" pageSize="25" />
</mx:Box>
</mx:Canvas>
<!--
//********************//
// CSS VIEW //
//********************//
-->
<mx:Canvas height="100%" width="250" styleName="glassPods" horizontalScrollBarStyleName="fseVerticalScrollBar" >
<head:lib_flex_style_explorer_layout_GlassHeaders headerTitle="CSS"/>
<mx:TextArea text="{myCSS}" left="10" right="10" top="30" bottom="10" styleName="cssTextArea" />
</mx:Canvas>
<mx:Script source="lib-flex-style-explorer-as-hScrollBar.ax" />
</mx:HBox>
(C) Æliens
18/6/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.