I have the same problem and don't have a solution yet.
 If I extend the UIComponent , shouldn't all the focus aspects work by
default? The documentation specifies  that focus is enabled by
default.  But it doesn't . If I try to use setFocus in a mouse event ,
focusEvents are not received by my component. Is there something that
I must do and it is not specified in the documentation to have
focusing work(mouse click , tab ,focus events)?  Thank you.

--- In [email protected], "b0b0bb0b" <[EMAIL PROTECTED]> wrote:
>
> well there are two things, one is a controlBar with buttons in it, 
> and when tabbed the first button will be highlighted then it will 
> just move onto the next text box in the VBox rather than the other 
> buttons in the controlBar. I haven't implented the below, so I was 
> just using the default settings.  I then tried telling flex to make 
> them all true but the program tabbed in the same way.
> 
> 
> The other custom component is a mxml file that contains a dateField 
> and a text box. this get skiped altoghter when tabbing.
> 
> thanks
> 
> 
> 
> 
> 
> --- In [email protected], "JesterXL" <jesterxl@> wrote:
> >
> > Does it extend UIComponent (or a sub-class)?  Does it implment:
> > 
> > tabChildren = false;
> > tabEnabled = true;
> > focusEnabled = true;
> > 
> > ???
> > 
> > ----- Original Message ----- 
> > From: "b0b0bb0b" <ksutherland@>
> > To: <[email protected]>
> > Sent: Friday, July 21, 2006 10:04 AM
> > Subject: [flexcoders] tabbing in flex
> > 
> > 
> > if I have a Vbox with say 10 items in it. from buttons to text 
> boxes, 
> > as well as a custom component which I've extended. then when the 
> app 
> > loads I tab my way through the app which works fine until it comes 
> to 
> > the custom component.  it has a tabIndex like the rest of the 
> buttons 
> > and text boxes, but it never recieves focus if you tab. the focus 
> moves 
> > straight to the next non-custom component.
> > Any ideas how to get around this.
> > cheers. I'm using flex 1.5
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > --
> > Flexcoders Mailing List
> > FAQ: 
> http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > Search Archives: http://www.mail-archive.com/flexcoders%
> 40yahoogroups.com 
> > Yahoo! Groups Links
> >
>







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to