RE: [flexcoders] Re: Tabbing children from custom item renderer inside List

2008-08-04 Thread Alex Harui
, August 04, 2008 12:13 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Tabbing children from custom item renderer inside List The problem here is that the default behaviour sends the focus outside the list in the document that contains the list... ie the txtAdaugaItem textfield in

RE: [flexcoders] Re: Tabbing children from custom item renderer inside List

2008-08-04 Thread Alex Harui
l > preventDefault when it is time to transfer the tab to the next renderer. > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Claudiu Ursica > Sent: Sunday, August 03, 2008 5:52 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: Tabbing ch

[flexcoders] Re: Tabbing children from custom item renderer inside List

2008-08-04 Thread Claudiu Ursica
___ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Claudiu Ursica > Sent: Sunday, August 03, 2008 5:52 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: Tabbing children from custom item renderer > inside List

RE: [flexcoders] Re: Tabbing children from custom item renderer inside List

2008-08-03 Thread Alex Harui
5:52 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Tabbing children from custom item renderer inside List Ok, I managed to send the focus to the second numeric stepper, but when I hit tab again I loose the tab and cannot sent the focus to the second item in the list on the first nu

[flexcoders] Re: Tabbing children from custom item renderer inside List

2008-08-03 Thread Claudiu Ursica
Ok, I managed to send the focus to the second numeric stepper, but when I hit tab again I loose the tab and cannot sent the focus to the second item in the list on the first numeric stepper. Now my code looks something like this: http://www.adobe.com/2006/mxml"; implements="mx.managers.IFocu

[flexcoders] Re: Tabbing children from custom item renderer inside List

2008-08-03 Thread Claudiu Ursica
Ok, I managed to send the focus to the second numeric stepper, but when I hit tab again I loose the tab and cannot sent the focus to the second item in the list on the first numeric stepper. Now my code looks something like this: http://www.adobe.com/2006/mxml"; implements="mx.managers.IFocu