Calendar

April 2006
M T W T F S S
« Mar   May »
 12
3456789
10111213141516
17181920212223
24252627282930

Tag Cloud

Categories

Archives

Highest Rated

Most Viewed

Recent Posts

Recent Comments


« RIA Visio Stencil for Flex 2 | Main | StatPods Added to Showcase »

AS3VOGenerator Update

By Rich Tretola | April 27, 2006Print This Post Print This Post
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
44 views

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/

Share/Save/Bookmark

Topics: AS3VOGenerator, Announcements, Eclipse, Flex Tools, Hibernate |

Comments