A few examples of Gauge Component.
Gauges Flex 2 Components by Peter Ent
Very simple and detail explanation to using only Flex class to create components.
http://weblogs.macromedia.com/pent/archives/2006/07/writing_flex_2.cfm
--------------------------------------
Using Degrafa by Thomas Gonzalez
V.02 version add the Degrafa graphic Classes to draw skin for components.
More flexible and polished.
Gauge Component v.02
http://form-function.blogspot.com/2008/04/gauge-component-v02.html
Gauge Component v.01 - Flex
http://form-function.blogspot.com/2008/03/gauge-component-v01.html
Wednesday, June 18, 2008
Degrafa : Declarative Graphics Framework
Home: http://www.degrafa.com
The focus behind the Declarative Graphics Framework (Degrafa) is to bring the graphics classes up a level to provide a common ground between developer and designer within Flex, and enable the graphics classes to become first class citizens within the Flex framework.
Code: http://code.google.com/p/degrafa/
Group: http://groups.google.com/group/degrafa/
Open Source: Resize & Move Container
flex-object-handles
User resizeable container for flex components.
Official website at: http://www.rogue-development.com/objectHandles.xml
User resizeable container for flex components.
Official website at: http://www.rogue-development.com/objectHandles.xml
A very common UI element found in many applications are those little square handles around an on-screen object that allow you to move & resize it. I haven't been able to find anything like that pre-built in flex, so I've started a project to develop one. It behaves as a container object so you can put any other flex component inside it and get the resizeable functionality right away.
Monday, June 9, 2008
Link: the list of helpful Flex or Flash debug tools
Debugging tools collection:
Debugging AS3 with "firebug’s console" combined with "FlashTracer" will take efficiency's advantage.
the list of helpful Flex or Flash debug tools
from: Ntt.cc (http://ntt.cc/)
Debugging AS3 with "firebug’s console" combined with "FlashTracer" will take efficiency's advantage.
the list of helpful Flex or Flash debug tools
from: Ntt.cc (http://ntt.cc/)
Link: 36 New, Cool Flex and AS3 Tools, Libraries and Components
very useful resources:
36 New, Cool Flex and AS3 Tools, Libraries and Components
By: Sean Moore (http://www.seantheflexguy.com/)
36 New, Cool Flex and AS3 Tools, Libraries and Components
By: Sean Moore (http://www.seantheflexguy.com/)
Thought by Bruce (Author of Thinking in Java)
Very good computing thoughts.
The author is Bruce Eckel who wrote "Think in Java"
ActionScript Collections and Functional Programming
The author is Bruce Eckel who wrote "Think in Java"
ActionScript Collections and Functional Programming
Summary
Not only are basic collections (arrays and associative arrays) tightly integrated into the core language, but arrays provide some sophisticated functional programming support. This article also introduces the creation and use of shared libraries and the basics of prototypes.
Friday, June 6, 2008
Flex Component: FlowBox Container
I found several Flex Containers can handle automatic wrapping child component.
- Eric Cancil version(best practice):
http://blog.3r1c.net/
This is the best I've seen. - Tony Fendall version:
http://www.munkiihouse.com/?p=60
Tony's FlowBox use HBox as sub container, add child to HBox, when the HBox is full, create new one to add child. But there are some issues, especially the HBox scrollingBar appear sometime. - FlexLib version:
This version handle the basic function of wrapping but limited to horizontal only and doesn't have many inherited style from box/container.
Thursday, June 5, 2008
Flex Resources and Blog Collection
Flex Blog Collection
Doug McCune: http://dougmccune.com/blog/
David Coletta: http://www.colettas.org/
Ely Greenfield: http://www.quietlyscheming.com/blog/
Eric Cancil: http://blog.3r1c.net/
Peter Ent: http://weblogs.macromedia.com/pent/
Ben Stucki: http://blog.benstucki.net/
Darron Schal: http://weblog.cahlan.com/
Brendan Meutzner: http://www.meutzner.com/blog/index.cfm
Arpit Mathur: http://www.arpitonline.com/blog/
Andrew Trice: http://www.cynergysystems.com/blogs/
Mike Nimer: http://blog.mikenimer.com/
Component, Widget List
http://www.brightworks.com/technology/adobe_flex/components_widgets_etc.html
Doug McCune: http://dougmccune.com/blog/
David Coletta: http://www.colettas.org/
Ely Greenfield: http://www.quietlyscheming.com/blog/
Eric Cancil: http://blog.3r1c.net/
Peter Ent: http://weblogs.macromedia.com/pent/
Ben Stucki: http://blog.benstucki.net/
Darron Schal: http://weblog.cahlan.com/
Brendan Meutzner: http://www.meutzner.com/blog/index.cfm
Arpit Mathur: http://www.arpitonline.com/blog/
Andrew Trice: http://www.cynergysystems.com/blogs/
Mike Nimer: http://blog.mikenimer.com/
Component, Widget List
http://www.brightworks.com/technology/adobe_flex/components_widgets_etc.html
List of 31 Flex APIs, Libraries, Components and Tools
http://seantheflashguy.com/blog/2007/08/21/list-of-31-flex-apis-libraries-components-and-tools/
Flex 2 Primitive Explorer
http://www.3gcomm.fr/Flex/PrimitiveExplorer/Flex2PrimitiveExplorer.html
Subscribe to:
Posts (Atom)