Entries in the ‘Flex’ Category:

Flex4 two-way data binding

Method 1: Use the @ symbol
1. < ? Xml version = "1.0" encoding = "utf-8"?>
2. < S: Application xmlns: fx = “http://ns.adobe.com/mxml/2009″
3. Xmlns: s = “library: / / ns.adobe.com / flex / spark”
4. Xmlns: mx = “library: / / ns.adobe.com / flex / [...]

Leave a Comment

Flex 4 in the new data types: ArrayList

The introduction of the Flex 4 in a new data type: ArrayList. It implements the IList interface to the underlying Array as a data source. Essentially it is a lightweight ArrayCollection, can be used as a data source bound to the control. But ArrayCollection different is that it can not filter and filter arrays.
Example:

< fx:Declarations>
< [...]

Leave a Comment

Flash Catalyst experience

Adobe released a new Flash Builder4, in addition to outside the multi-flex builder, a subsidiary of collaboration tools Flash Catalyst.

Leave a Comment

Can help a format plug-in flex

FlexPrettyPrintCommand
Project : http://sourceforge.net/projects/flexformatter/
After decompression, flex builder put in the installation directory plugins file. Restart
help:
http://sourceforge.net/docman/display_doc.php?docid=137421&group_id=248408

Leave a Comment

Flash Builder Tips:How to Switch Language

Open [Setup Path]/Gumbo.ini with any texteditor.
-clean -nl en_US -vmargs -Xms512m -Xmx512m -XX:MaxPermSize=256m -XX:PermSize=64m -Djava.net.preferIPv4Stack=true.
Third line is Language Setting.
Support Language:
de_DE
fr_FR
ja_JP
ru_RU
zh_CN
en_US

Leave a Comment

Flex-based online slide authoring tools

Adobe’s online office software suite and add a member:
Acrobat.com Presentations
http://labs.acrobat.com

Leave a Comment

Quoted in the library project in Flex

First of all, the establishment of flex library project, and then write your own logic …
After preparation, remember to compile …

Tags:

Leave a Comment

Flex Builder will be renamed as the Flash Builder

The next generation of Flex Builder 4 will change its name to Flash Builder 4.
So good for some people to avoid misunderstandings. Flex is Flash, not a new technology.
Flex SDK and Flex Framework unchanged.

Leave a Comment

Quoted in the library project in Flex

First of all, the establishment of flex library project, and then write your own logic …
After preparation, remember to compile …

Tags:

Leave a Comment

FlexBean

FlexBean is a Netbeans’ plug-in for Netbeans 6.1. It aims to provide a Flex support for Netbeans IDE. So, you can create/compile/run/… Flex projects with your lovely Netbeans IDE !
Visit tool homepage: click here!

Leave a Comment