Re: [flexcoders] TileList Itemrenderer's TextInput focus problem on keyboard Tab key

2010-05-15 Thread Alex Harui
TileList is not designed to support focusable renderers. You may have to borrow code from List or DataGrid. On 5/14/10 6:52 AM, Akshar Kaul akshar.k...@gmail.com wrote: use tabindex property to set the order in which you want to set the focus using tab key... Akshar Kaul On Fri, May

[flexcoders] TileList Itemrenderer's TextInput focus problem on keyboard Tab key

2010-05-14 Thread Nilesh
Hello Members, I am facing problem with textinput focus on keyboard Tab key. Is there any way to get focus on next fields through keyboard Tab key? Here is sample code of my example - /* test.mxml */ ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml;

Re: [flexcoders] TileList Itemrenderer's TextInput focus problem on keyboard Tab key

2010-05-14 Thread Akshar Kaul
use tabindex property to set the order in which you want to set the focus using tab key... Akshar Kaul On Fri, May 14, 2010 at 11:04, Nilesh pawarnil...@yahoo.com wrote: Hello Members, I am facing problem with textinput focus on keyboard Tab key. Is there any way to get focus on next