delete
FLEX例子之进程条(ProgressBar)
FLEX例子之进程条(ProgressBar)
这个例子进行的是Tourdeflex:UI Controls:Other Controls:ProgressBar 简介: The ProgressBar control provides a visual representation of the progress of a task over time. 例子: <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" verticalAlign="top" horizontalAlign="center" backgroundGradientColors="[0x000000,0x323232]" paddingTop="0" viewSourceURL="srcview/index.html">   <mx:Script> ...
delete
FLEX例子之图片控件(Image)
FLEX例子之图片控件(Image)
这个例子进行的是Tourdeflex:UI Controls:Other Controls:Image 文中用到的图片下载地址:点此下载,下载后整个images文件夹放到src目录即可.其实只是用到了二张图片. 简介: The Alert control is a pop-up dialog box that can contain a message, a title, buttons (any combination of OK, Cancel, Yes, and No) and an icon. The Alert control is modal, which means it will retain focus until the user closes it. 例子: <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"...
标签:, , ,
delete
FLEX例子之滑动块(Slider)
这个例子进行的是Tourdeflex:UI Controls:Other Controls:HSlider and VSlider 文中用到的图片下载地址:点此下载,下载后整个images文件夹放到src目录即可.其实只是用到了几个图片. 简介: The Slider class is the base class for the Flex slider controls. The slider controls let users select a value by moving a slider thumb between the end points of the slider track. The current value of the slider is determined by the relative location of the thumb between the end points of the slider, corresponding to the slider’s minimum and maximum...
delete
FLEX例子之颜色拾取器(ColorPicker)
这个例子进行的是Tourdeflex:UI Controls:Other Controls:ColorPicker 简介: The ColorPicker control provides a way for a user to choose a color from a swatch list. The default mode of the component shows a single swatch in a square button. When the user clicks the swatch button, the swatch panel appears and displays the entire swatch list. 例子: <?xml version="1.0"?> <!-- Simple example to demonstrate the ColorPicker control. --> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" backgroundGradientColors="[0x000000,0x323232]"...
delete
FLEX例子之弹出提示窗口(Alert)
这个例子进行的是Tourdeflex:UI Controls:Other Controls:Alert 简介: The Alert control is a pop-up dialog box that can contain a message, a title, buttons (any combination of OK, Cancel, Yes, and No) and an icon. The Alert control is modal, which means it will retain focus until the user closes it. 例子: <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" verticalAlign="top" horizontalAlign="center" backgroundGradientColors="[0x000000,0x323232]"...
标签:, , ,
delete
FLEX例子之树形菜单(Tree)
FLEX例子之树形菜单(Tree)
这个例子进行的是Tourdeflex:UI Controls:Tree and Grid Controls:Tree 简介:
标签:, , ,
delete
FLEX例子之OLAP数据表(OLAPDataGrid)
这个例子进行的是Tourdeflex:UI Controls:Tree and Grid Controls:OLAPDataGrid 这个例子我没怎么弄明白
delete
FLEX例子之数据表(DataGrid)
这个例子进行的是Tourdeflex:UI Controls:Tree and Grid Controls:DataGrid 简介:
delete
FLEX例子之高级数据表(AdvancedDataGrid)
这个例子进行的是Tourdeflex:UI Controls:Tree and Grid Controls:AdvancedDataGrid 简介:
delete
FLEX例子之并列列表(TileList)
这个例子进行的是Tourdeflex:UI Controls:ListControls:TileList 文中用到的图片下载地址
Page 7 of 16« 首页...45678910...尾页 »
Feedback Form