[flexcoders] Re: Spring Framework

2006-07-14 Thread Jesús Ramos
We have used this adapter sucessfully in a banking services project. http://carbonfive.sourceforge.net/springadapter/api/com/carbonfive/flas h/spring/package-summary.html#documentation Quite easy to use, and very powerful. HTH. J. -- Flexcoders Mailing List FAQ:

[flexcoders] Re: About Evaluating Strings Into Component IDs

2005-04-18 Thread Jesús Ramos
Thanks, Ron. Below is my code for what I am trying to do. mx:List id=userOptionsList dataProvider={mx.utils.ArrayUtil.toArray (userOptionsModel.userOption)} cellRenderer={NavigationCellRenderer} rowHeight=40 styleName=text height={mainViewStack.height}