Brian Michael Active Member Licensed User Jul 4, 2021 #1 Hello, as it says in the title I want to be able to obtain all the views that are in a panel but this panel is in a TabStrip, how can I do it?
Hello, as it says in the title I want to be able to obtain all the views that are in a panel but this panel is in a TabStrip, how can I do it?
Erel B4X founder Staff member Licensed User Longtime User Jul 4, 2021 #2 You will need to add a panel to each of the tab layouts, with a unique name, and add global variables for these panels. This will allow you to iterate over the views in each of the tabs. Upvote 0
You will need to add a panel to each of the tab layouts, with a unique name, and add global variables for these panels. This will allow you to iterate over the views in each of the tabs.