Flash CS5 is comming with a promissing feature: You will be able to create native iPhone Applications from your flash project.
I hope we will be able to export Flex applications to native IPhone applications as well.
See it on Adobe's labs http://labs.adobe.com/technologies/flashcs5/appsfor_iphone/
Tuesday, October 20, 2009
Thursday, August 6, 2009
PetAlert component included in the Commons Library
PetAlert is an extension of Flex Alert Class that shows a custom Pet along with the message. The message can be fully customized with CSS and together with BallonSkin you can create nice messages in your project.
See exemple bellow, and visualize the source for more information
Feel free to use these pets if you liked, I made them myself and released a svg version with this very example.
See exemple bellow, and visualize the source for more information
Feel free to use these pets if you liked, I made them myself and released a svg version with this very example.
Tuesday, August 4, 2009
Laszlo like focus indicator
A new component was included in my "Commons Library". It is a component that acts like Laszlo's focus indicator.
Just put it inside the Application component and every time you change focus pressing TAB (or other specified) an animation will show you the focus transition between the previus focused component and the new focused component.
Just like this:
You can see an example here or on the same "Commons Library" example here
Just put it inside the Application component and every time you change focus pressing TAB (or other specified) an animation will show you the focus transition between the previus focused component and the new focused component.
Just like this:
<ui:FocusIndicator/>
You can see an example here or on the same "Commons Library" example here
Thursday, July 23, 2009
Commons Components Library
This is a Library with some useful components.
I'm constantly adding components that I already have as I need them, so come to take a look once in while.
I'm constantly adding components that I already have as I need them, so come to take a look once in while.
Example:
Friday, May 29, 2009
Flex Diagrammer Library
With this Flex library you can build your own diagrammers and easily extend nodes and links adding custom functionality.
Custom node example:
<?xml version="1.0" encoding="utf-8"?>
<BaseNode xmlns="com.anotherflexdev.diagrammer.*" xmlns:mx="http://www.adobe.com/2006/mxml" textMargin="20">
<mx:Image x="0" y="0" source="@Embed(source='assets/images/node-process.png')"/>
<mx:Button label="Workflow"/>
</BaseNode>
See live examples: UML Example, Custom Workflow Example
Downloads
Project source code at google code. If you want to contribute please mail me at gilmar.purin@gmail.com
Subscribe to:
Posts (Atom)