• Home
  • About Me
  • AIR Central
  • AS3 Libs
  • Books
  • Flex Central
  • Resources
  • The Guru's
  •  

    StatPods Added to Showcase

    April 29th, 2006

    NOW REQUIRES FLASH PLAYER 9 (BETA 3)

    Recently, I have been working on a new data visualization project for web visitors to this blog (or any other website).   The application is now a featured application in the Adobe Flex Developer Showcase.

    You may use your EverythingFlex username/password to test the application.

    http://labs.adobe.com/showcase/


    AS3VOGenerator Update

    April 27th, 2006

    I have updated the Cairngorm and non Cairngorm AS3VOGenerators to implement IUID as well as the neccessary getters and setters for a new private var _uid.  This var is neccessary for components extending from listClasses to function properly when the data is bound to dataGrids, etc.

    In addition to the import statement and implementation of IUID, ere is what was added:
    private var _uid:String;
    public function get uid():String{
    return this._uid
    }
    public function set uid(uid:String):void{
    this._uid = uid;
    }

    Here is the AS3VOGererator and install directions for Hibernate Synchrinizer:

    http://everythingflex.wordpress.com/2006/02/14/installing-as3vogenerator/