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

2010-05-17 Thread Nilesh
. This works perfect! Cheers, Nilesh Pawar --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: 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...@... wrote: use

[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;

[flexcoders] Is dragged object acceptable on Drag Over of the Droppable Target -TileList DND

2010-05-07 Thread Nilesh
? Thanks, Nilesh