Set focus on a pane not visible inside a tab-layout
Hi everyone,I have this configuration interface where i have several tabs with different parameters that should be stored together.. Before i added the tabs (there were fewer items) i had this function that captured validation errors, displayed a message and set focus to the pane originating the validation error, but now with the tabs it doesn't work as expected because the pane originating the error is not always in the visible child of the tab-layout. Is there some way of getting the layout containing a given pane? or checking if a tab-layout contains a given pane?
Cheers,
Alex Paes