Welcome![Sign In][Sign Up]
Location:
Search - style in flex

Search list

[FlashMXActionScript编程实例

Description: Chapter 2: Getting Started Hello World Hello World Enhanced A simple "Hello World" application that shows the basics of how to use an ActionScript 3.0 class in an application. The Enhanced version adds a name-checking feature. These examples are meant to be built from scratch, tutorial-style. The example files are provided so you can see how they should look when completed. Chapter 4: Object-Oriented Programming Geometric Shapes Uses the object-oriented concepts of class inheritance and the implementation of interfaces to provide an application that calculates values for simple geometric shapes. Chapter 5: Display Programming Sprite Arranger Adds graphical Sprite objects to a drawing area and let you manipulate their placement in the display list. Builds upon the classes from the geometric Shapes example. Chapter 6: Working with Dates and Times Simple Clock Displays a simple analog clock face using methods of the Date and flash.util.Timer classes. Chapter 7: Working with Strings ASCII Art Loads bitmap images and coverts them into ASCII character equivalents, using a number of the methods in the String class. Chapter 8: Working with Arrays Play List Demonstrates a number of methods of the Array class while building and presenting a play list of music files. Chapter 9: Handling Errors Custom Errors Presents a simple framework containing a set of custom ApplicationError classes and shows how to throw, catch, and handle such errors. Chapter 10: Using Regular Expressions Wiki Editor Uses regular expressions to convert text containing wiki-style codes into formatted HTML text. Also shows how to use regular expressions for other conversions, such as numeric calculations. Chapter 11: Working With XML RSS Viewer Reads an RSS feed and formats the entries as HTML, including hyperlinks to the stories being referenced. This example shows the powerful new E4X statements and operators in action. Chapter 13: Event Handling Alarm Clock Demonstrates how to define, dispatch, and handle custom event classes. Extends the Simple Clock application to create an Alarm Clock with specialized AlarmEvents. Chapter 14: Networking and Communications File I/O Shows how to use the FileReference class to upload files from your local disk to a remote server, and how to download files from a remote server to your local disk. Note: To run this example you will need to set the UPLOAD_URL and DOWNLOAD_URL variables in the code to the address of a web server that will accept uploads and allow downloads. Telnet Socket Connects to a Telnet server and shows how to send and read bytes from the socket connection. Note: To run this example you will need to have access to a running Telnet server. Chapter 15: Working with Geometry Display Object Transformer Uses methods of the flash.geom.Matrix class to apply multiple geometric transformations to a DisplayObject. Chapter 16: Client System Environment Capabilities Info Lists the capabilities of your current browser and operating system, by using the SystemCapabilities class and an ExternalInterface call that uses Javascript to retrieve browser properties. Chapter 19: Using the External API IntrovertIM_CSharp IntrovertIM_HTML A tiny instant messenger application the uses the flash.external.ExternalInterface class to send messages between a Flex/ActionScript application and an external application. Two versions are provided. One uses HTML and Javascript for the external application, and the other uses C#.
Platform: | Size: 458790 | Author: swj_tommy@tom.com | Hits:

[WEB CodeFlex_css

Description: --- -Flex中的CSS界面样式手册---Flex interface of CSS style manual
Platform: | Size: 140288 | Author: | Hits:

[File FormatFlex3.Style.Explorer.V3.0.Beta

Description: 开发flex组件的样式设计,自动生成css代码-Flex component of the development of the style of design, automatically generate css code
Platform: | Size: 745472 | Author: g2046y | Hits:

[GUI DevelopMSNPanelControl

Description: 比较漂亮的一款菜单控件,仿MSN风格色调,这个小程序就是用该控件缩写的,它还有很多其它功能,比如更改菜单位置、更改菜单图标大孝更换风格样式、添加面析、全部复位、气泡提示等,其实它类似于现在比较流行的TAB选项卡,很多人都很喜欢,而且这款内置有三种风格哦! -A relatively good menu controls, like MSN-style tone, this little procedure is to use the initials of the controls, which there are many other functions, such as to change the menu location, change the menu icons to replace large filial styles, add the surface analysis, all reduction, such as bubbles prompted, in fact, more popular now that it is similar to the TAB tab, like many people, but there are three style of this built-Oh!
Platform: | Size: 52224 | Author: 445 | Hits:

[Windows DevelopAppleStyle

Description: 基于Flex Builder实现的一个简单的苹果风格的界面,书上的例子,欢迎查看-Flex Builder based on the realization of a simple Apple-style interface, the book' s examples, please see
Platform: | Size: 1092608 | Author: 肖飞 | Hits:

[Web ServerOSXcss

Description: flex操作系统风格的演示版本,请用flex3.0 mxml项目-flex-style demo version of the operating system, please use flex3.0 mxml project
Platform: | Size: 898048 | Author: kings | Hits:

[FlashMXTextArea_styleSheet_test

Description: flex中textarea控件的htmltext属性动态添加样式-htmltext flex properties in the textarea control to dynamically add style
Platform: | Size: 9216 | Author: 王圣杰 | Hits:

[FlashMXSOTC-AdvancedDatagrid

Description: This tutorial is going to build about the Flex DataGrid component. It s going to show how to do several things including how to use xml with a datagrid, how to use item renderers and label functions, and how to style and skin parts of the datagrid and scrollbar. Also at the end of the tutorial I supply a zip file with all the source code and assets needed to create the example in this tutorial.
Platform: | Size: 817152 | Author: PG | Hits:

[Software Engineeringflex_component

Description: 以表格形式整理flex中各组件对应的样式属性-Finishing flex in tabular form in the style properties of each component corresponds to
Platform: | Size: 24576 | Author: zzy | Hits:

[FlashMXFlex

Description: NOTE: In order for the runtime CSS to work all CSS files must be set to "Compile CSS to SWF". To do this, right-click on a CSS file in the "style" folder and select "Compile CSS to SWF". This must be done for every CSS file otherwise an error will pop up stating that "SWF can t be found.
Platform: | Size: 302080 | Author: zfqok | Hits:

[ELanguagelab1

Description: 任务是编写一个程序对使用C 语言书写的源代码进行词法分析和语法分析(C  语言的文法参见附录A),并打印分析结果。实验要求使用词法分析工具GNU Flex和语法分析工具GNU Bison,并使用C语言来完成。在两个强大工具的帮助下,编写一个能进行词法分析和语法分析的程序是一件相当轻松愉快的事情。 需要注意的是,由于在后面的实验中还会用到本次实验已经写好的代码,因此保持一个良好的代码风格、系统地设计代码结构和各模块之间的接口对于整个实验来讲相当重要。 -The task is to write a program using C language source code written in lexical analysis and syntax analysis (see C  language grammar Appendix A), and print the results. Experiments require the use of tools GNU Flex lexical analysis and parsing tools GNU Bison, and use the C language to complete. With the help of two powerful tools, the preparation of a capable lexical analysis and parsing program is a very pleasant thing. It should be noted that, due later in the experiment will be used in this experiment has been written code, so keeping the interface between a good coding style, system design and code structure for each module in terms of the whole experiment quite important.
Platform: | Size: 18432 | Author: 沈大川 | Hits:

CodeBus www.codebus.net