TabPanel

Hi All,
we are moving our solution from Smart Client to NGClient.

We are currently facing a problem with tabPanels management: actually we switch from a tab to another programmatically but it seems to doesn’t work on NGClient.
here Is a sample solution that test the issue:
[attachment=0]test_tabpanel.servoy[/attachment]

To reproduce it:
1 - Open the solution within an NGClient
2 - click on Projects
3 - click on Tracker
4 - click on the button “Click me to switch” (position Projects—>Tracker–> sub form)

It should open the tab located under Projects—>Selected Projects—> Goal Here (tabIndex = 10).

It should switch to the tab having number 10 but it always shows the one having number 1 (or, to be precise, the last one clicked manually).

The console says something like “I can’t switch to the sub-tab you want because the main tab is not visible yet”.

How can I solve this problem? We have a lot of this kind of situations all around the solution.

Thanks in advance

Marco

test_tabpanel.servoy (7.4 KB)

Ciao Marco,

looks like an issue of the NGClient indeed.
Can you create a case in our support system https://support.servoy.com ?
You can then track the resulution of the case.

Saluti,
Paolo

Ciao Paolo,
thank you for your reply.
I opened a Servoy case as you suggested.

A presto
Marco