[SOLVED] Tab key with nested Components

I have a Component which is a child of a parent Component… both have TextEditor components… I find that when I tab in the child that focus switches to the parent TextEditor as well… Is there any way to only have the Tab key cycle through the TextEditor’s on the current Component only and not also the parent?

Thanks,

Rail

https://www.juce.com/api/classKeyboardFocusTraverser.html any use?

Aah… Thanks…

Will look into creating a custom traverser.

Cheers,

Rail

Worked like a charm!

Thanks,

Rail