Ok, I've managed to fix this (the sure fire way of working a problem out for yourself is posting the question on flexcoders!).
The FlexBookPage class had tabChildren set to false. Setting this to true solved the problem. On Jan 31, 2008 9:13 AM, Giles Roadnight <[EMAIL PROTECTED]> wrote: > Hi All > > I'm using the flexbook component here: > > http://www.quietlyscheming.com/blog/components/flexbook/ > > but need to be able to tab to the buttons on the pages in the book. > If I make the book implement the IFocusManagerComponent interface I > can tab to the book but within it. > I have made sure tabChildren, tabenabled ect are set to true. > > Do I need to implement this interface? I'm not sure I do as other > containers don't. > > How do I tab to children within the book? Obviously I need on;y want > to tab to buttons on the current page. Do I need to override a > function to tab to the current page or something? > > Many Thanks > > Giles > > > -- Giles Roadnight http://giles.roadnight.name

