Read up on renderers on my blog.
To have a multiple field editor, you have to implement IFocusManagerComponent and handle setFocus, then handle keyFocusChange and call preventDefault() when you want to switch fields. Search the internet for examples. ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Keith Sent: Wednesday, July 02, 2008 8:12 PM To: [email protected] Subject: [flexcoders] MXML component with multiple controls as an itemRenderer *QUESTION: Can anyone send a good link explaining how to build a MXML component with mulitple input controls using it as an itemRenderer in a List? **My controls of the list items reset and do not update when I scroll them outside the length of the List.* * EXAMPLE: Here is my failed attempt but it shows what I'm trying to do: http://tinyurl.com/46rjmk <http://tinyurl.com/46rjmk> Thanks, -- Keith H -- *

