Tab control of repeater items

View: New views
5 Messages — Rating Filter:   Alert me  

Tab control of repeater items

by Dave Cates-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all,

I¹m creating an app that needs to make use of the tab control to cycle
through the visible controls.

Buttons, checkboxes etc are working great but I can¹t seem to be able to tab
to the elements within my repeaters.

Within the repeaters are custom components made up of things like
textfields. I need each of the repeater¹s items to be tab enabled.

I¹ve set them to tabEnabled, and set the repeater to have tabChildren
enabled too.

Any ideas?!

Thanks!

Re: Tab control of repeater items

by Dave Cates-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Any one got any ideas?!

From: Dave Cates <dave@...>
Reply-To: <flexcoders@...>
Date: Mon, 02 Nov 2009 23:00:03 +0000
To: "flexcoders@..." <flexcoders@...>
Subject: [flexcoders] Tab control of repeater items

 
 
 

Hi all,

I¹m creating an app that needs to make use of the tab control to cycle
through the visible controls.

Buttons, checkboxes etc are working great but I can¹t seem to be able to tab
to the elements within my repeaters.

Within the repeaters are custom components made up of things like
textfields. I need each of the repeater¹s items to be tab enabled.

I¹ve set them to tabEnabled, and set the repeater to have tabChildren
enabled too.

Any ideas?!

Thanks!
 
   

>


RE: Tab control of repeater items

by Alex Harui :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

All parents need tabChildren=true, the thing that gets focus must implement IFocusManagerComponent and have focusEnabled=true and tabEnabled=true
________________________________
From: flexcoders@... [flexcoders@...] On Behalf Of Dave Cates [dave@...]
Sent: Tuesday, November 03, 2009 5:27 AM
To: flexcoders@...
Subject: Re: [flexcoders] Tab control of repeater items



Any one got any ideas?!

________________________________
From: Dave Cates <dave@...<UrlBlockedError.aspx>>
Reply-To: <flexcoders@...<UrlBlockedError.aspx>>
Date: Mon, 02 Nov 2009 23:00:03 +0000
To: "flexcoders@...<UrlBlockedError.aspx>" <flexcoders@...<UrlBlockedError.aspx>>
Subject: [flexcoders] Tab control of repeater items





Hi all,

I’m creating an app that needs to make use of the tab control to cycle through the visible controls.

Buttons, checkboxes etc are working great but I can’t seem to be able to tab to the elements within my repeaters.

Within the repeaters are custom components made up of things like textfields. I need each of the repeater’s items to be tab enabled.

I’ve set them to tabEnabled, and set the repeater to have tabChildren enabled too.

Any ideas?!

Thanks!







Re: Tab control of repeater items

by Dave Cates-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hey Alex,

Thanks for your reply.

How would an MXML custom component implement IFocusManagerComponent ?

I also thought the focusEnabled=true and tabEnabled=true were the default
settings? I have hardcoded them too but no luck hence thinking the
implementation of IFocusManagerComponent might be the key.

Thanks.

From: Alex Harui <aharui@...>
Reply-To: <flexcoders@...>
Date: Tue, 3 Nov 2009 22:33:34 -0800
To: "flexcoders@..." <flexcoders@...>
Subject: RE: [flexcoders] Tab control of repeater items

 
 
 

All parents need tabChildren=true, the thing that gets focus must implement
IFocusManagerComponent and have focusEnabled=true and tabEnabled=true

From: flexcoders@... [flexcoders@...] On Behalf Of
Dave Cates [dave@...]
Sent: Tuesday, November 03, 2009 5:27 AM
To: flexcoders@...
Subject: Re: [flexcoders] Tab control of repeater items

 
Any one got any ideas?!

From: Dave Cates <dave@... <UrlBlockedError.aspx> >
Reply-To: <flexcoders@... <UrlBlockedError.aspx> >
Date: Mon, 02 Nov 2009 23:00:03 +0000
To: "flexcoders@... <UrlBlockedError.aspx> "
<flexcoders@... <UrlBlockedError.aspx> >
Subject: [flexcoders] Tab control of repeater items

 
 
 

Hi all,

I¹m creating an app that needs to make use of the tab control to cycle
through the visible controls.

Buttons, checkboxes etc are working great but I can¹t seem to be able to tab
to the elements within my repeaters.

Within the repeaters are custom components made up of things like
textfields. I need each of the repeater¹s items to be tab enabled.

I¹ve set them to tabEnabled, and set the repeater to have tabChildren
enabled too.

Any ideas?!

Thanks!
 
   



 
   

>


Re: Tab control of repeater items

by Dave Cates-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hey Alex,

Thanks for your reply.

How would an MXML custom component implement IFocusManagerComponent ?

I also thought the focusEnabled=true and tabEnabled=true were the default
settings? I have hardcoded them too but no luck hence thinking the
implementation of IFocusManagerComponent might be the key.

Thanks.

From: Alex Harui <aharui@...>
Reply-To: <flexcoders@...>
Date: Tue, 3 Nov 2009 22:33:34 -0800
To: "flexcoders@..." <flexcoders@...>
Subject: RE: [flexcoders] Tab control of repeater items

 
 
 

All parents need tabChildren=true, the thing that gets focus must implement
IFocusManagerComponent and have focusEnabled=true and tabEnabled=true

From: flexcoders@... [flexcoders@...] On Behalf Of
Dave Cates [dave@...]
Sent: Tuesday, November 03, 2009 5:27 AM
To: flexcoders@...
Subject: Re: [flexcoders] Tab control of repeater items

 
Any one got any ideas?!

From: Dave Cates <dave@... <UrlBlockedError.aspx> >
Reply-To: <flexcoders@... <UrlBlockedError.aspx> >
Date: Mon, 02 Nov 2009 23:00:03 +0000
To: "flexcoders@... <UrlBlockedError.aspx> "
<flexcoders@... <UrlBlockedError.aspx> >
Subject: [flexcoders] Tab control of repeater items

 
 
 

Hi all,

I¹m creating an app that needs to make use of the tab control to cycle
through the visible controls.

Buttons, checkboxes etc are working great but I can¹t seem to be able to tab
to the elements within my repeaters.

Within the repeaters are custom components made up of things like
textfields. I need each of the repeater¹s items to be tab enabled.

I¹ve set them to tabEnabled, and set the repeater to have tabChildren
enabled too.

Any ideas?!

Thanks!
 
   



 
   

>>