| %2007/%06/%13 %07:%Jun | Marielle Lange |
Features:
“One of the most exciting features in the Apollo Beta is Drag and Drop support. This is full OS level drag and drop support. You will be able… | actionscript, flex, ajax, rich-internet-applications |
| %2008/%09/%20 %02:%Sep | Marielle Lange |
Sources:
* (1) Building Components in MXML @adobe.devnet.flex
Sources
* (2) Flex code behind pattern
* (3) Building components by using code behind @… | flex, design |
| %2010/%07/%12 %18:%Jul | |
FlexOnRails.net
* Flex Ruby on Rails Sample App that uses Cairngorm 2.1 and WebORB
* Part 1 - Flex Cairngorm/WebORB Issue Tracker Tutorial
* Part 2… | flex, ruby, rails |
| %2008/%09/%23 %19:%Sep | Marielle Lange |
Flex 3 includes a Java-based compiler API that lets you compile SWF and SWC files from Java applications. The API supports all the same options as the mxm… | flex, java |
| %2008/%09/%14 %18:%Sep | Marielle Lange |
PHP and Adobe Flex
Flex and PHP @adobe.devnet
Flex quick start guide for PHP developers @ adobe.devnet | php, flex |
| %2008/%09/%14 %00:%Sep | Marielle Lange |
* flex-on-rails
Directory Content | Flex |
| %2007/%11/%15 %04:%Nov | Marielle Lange |
How to Compile the Source Code
The swf file is obtained by compilation of a mxml file. MXML files are tightly associated with the Flex framework. The Fle… | flex |
| %2007/%11/%15 %04:%Nov | Marielle Lange |
Flex is a framework that combines instructions given in a xml type of language to lay out interface elements and the opportunity to script or dynamically b… | flex, actionscript-3, flash |
| %2008/%09/%14 %01:%Sep | Marielle Lange |
The [Bindable] metadata tag, when specified in front of the class keyword, means that every property in the class can be bound to controls or other data st… | flex |
| %2008/%09/%14 %00:%Sep | Marielle Lange |
* Actionscript 3 Constructs -> Actionscript 3
* Flex Metadata
* Best practices architectures (code behind, etc.)
(flexTFS, p. 20). Inside the <mx:Ap… | Flex, actionscript-3 |
| %2010/%07/%12 %18:%Jul | |
Members
*
* Actionscript 3 Constructs -> Actionscript 3
* Unit Testing
* Flex Metadata / Class annotations
*
* components
* assets
… | web, actionscript, actionscript-3, flex, standards, gui, rich-internet-applications, open |
| %2007/%06/%17 %07:%Jun | Marielle Lange |
FlexOnRails.net
* Flex Ruby on Rails Sample App that uses Cairngorm 2.1 and WebORB
* Part 1 - Flex Cairngorm/WebORB Issue Tracker Tutorial
* Part 2… | flex, ruby, rails |
| %2008/%09/%13 %23:%Sep | Marielle Lange |
FlexLib @ google code -- The FlexLib project is a community effort to create open source user interface components for Adobe Flex 2.
FlexBox
MyFlex.org -… | Flex, actionscript-3, gui, components, widget |
| %2008/%10/%10 %02:%Oct | Marielle Lange |
Fonts
On flexcomponents:
TextFields (which is the class that renders text in a Text class), either displays embeded fonts, or device fonts, but not both … | flex, assets |
| %2010/%07/%12 %18:%Jul | |
“”
<component id="Accordion" class="mx.containers.Accordion"/>
<component id="AddChildAction" class="mx.effects.AddChildAction"/>
<component id="Animate… | Flex, actionscript-3, gui, components |
| %2008/%09/%14 %03:%Sep | Marielle Lange |
Containers: VBox, HBox, Canvas, Application, Tile, Panel, ControlBar, ApplicationControlBar | flex, gui |
| %2008/%09/%14 %03:%Sep | Marielle Lange |
<mx:Application> default look.
backgroundImage
fillAlphas [1.0,1.0]
fillColors [0x9CB0BA,0x68808C]
backgroundSize 100%
paddingTop, paddingLeft, padingB… | flex, components |
| %2008/%10/%05 %21:%Oct | Marielle Lange |
Using constraints to control component layout | flex, gui |
| %2008/%09/%13 %23:%Sep | Marielle Lange |
Scalenine.com
not possible to assign multiple styles to a component | Flex, actionscript-3, gui, skins, design |
| %2008/%09/%14 %00:%Sep | Marielle Lange |
* components
* mx-application
* containers
* skinning
layout=absolute -> have to specify x,y values for each children ui element.
By setting a… | Flex, actionscript-3, gui |
| %2007/%08/%09 %09:%Aug | Marielle Lange |
(flexTFS, p. 52).View States. Applications change their appearance based on the tasks the user is performing. A state is one of several views that are def… | flex, gui, states |
| %2010/%07/%12 %18:%Jul | |
Bindable
The [Bindable] metadata tag, when specified in front of the class keyword, means that every property in the class can be bound to controls or othe… | flex |
| %2008/%09/%13 %23:%Sep | Marielle Lange |
Code Repository @ onflex.org
Flex Cookbook Beta @ adobe.com | Flex, Actionscript-3, snippets |
| %2007/%06/%25 %03:%Jun | Marielle Lange |
Directory Content | tutorials, flex, actionscript, actionscript-3 |
| %2007/%09/%06 %07:%Sep | Marielle Lange |
EAS p. 282
for info:Object = new Object(); info.city = “Toronto”; info.country = “Canada”;
for-each-in iterates over variable values; for-in ite… | flex, variables |
| %2008/%10/%02 %14:%Oct | Marielle Lange |
Unit testing and Test Driven Development (TDD) for Flex and ActionScript 3.0 @ adobe.devnet
The Test-Code-Simplify cycle (Quoted verbatim from “Extreme… | flex, unit-testing |
| %2007/%06/%22 %05:%Jun | Marielle Lange |
* Environments
* Flash CS3
* Flex
* Communication with Javascript
* Core Language
* Building blocks of the programming language. Statemen… | programming-language, actionscript, actionscript-3, flex |
| | |
Unit testing and Test Driven Development (TDD) for Flex and ActionScript 3.0 @ adobe.devnet
The Test-Code-Simplify cycle (Quoted verbatim from “Extreme… | flex, unit-testing |
| %2008/%10/%03 %01:%Oct | Marielle Lange |
Refactoring refers to continuous improvement of code, facilitated by unit tests, not stopping a project to do a redesign
Test Driven Development by Peter… | flex, unit-testing, agile-dvt |
| %2008/%10/%08 %14:%Oct | Marielle Lange |
* Testing, Debugging
(source: Flex 3 Cookbook)
The standard convention is to name test cases after the class being tested and to add Test as a suffix.… | actionscript-3, flex, test, unit-test, flexunit |
| %2010/%07/%12 %18:%Jul | |
* FlexUnit
Why Test?
* A buggy release of software will stick in people's minds.
* Debugging is harder than writing code in the first place
* Tha… | flex, actionscript, techniques, code, unit-testing |