20 Nisan 2010
Posted by admin
Spinner and allowValueWrap
This examples how can you create spinner wtih wrap value ( allowValueWrap ).
Turkish
Spinner bileşinin basit kullanımı görmektesiniz. Wrapvalue değerini değiştererek başa dönmeyi etkinleştirebilirsiniz.
<?xml version="1.0" encoding="utf-8"?> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600" width="537" height="200"> <s:Spinner x="220" y="43" height="59" minimum="0" maximum="10" allowValueWrap="{valuewrap.selected}" id="spinner"/> <s:Label x="155" y="124" text="Value:" width="42"/> <s:Label text="{spinner.value}" x="207" y="124"/> <s:CheckBox id="valuewrap" x="10" y="10" label="valueWrap - Degerin Basa Donmesi"/> </s:Application>
Demo :




No Comments Yet
You can be the first to comment!
Leave a comment