Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to create TABSTRIP dynamically?

Former Member
0 Likes
668

Hi.

Help me please!

I need to create TABSTRIP dynamically, because the number of TABS can be different.

So, how can I do this? And it's not a selection screen.

It will be good to see an example.

Thank you!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
534

I am not sure abt creating a tabstrip dynamically, you might have to create one with a pre-defined no of tabs and enable/disable the required ones at runtime?

You can call different subscreens on the same tab and also change the title of the tab during runtime, so that should not be a problem I think.

Hope this helps.

Sudha

2 REPLIES 2
Read only

Former Member
0 Likes
535

I am not sure abt creating a tabstrip dynamically, you might have to create one with a pre-defined no of tabs and enable/disable the required ones at runtime?

You can call different subscreens on the same tab and also change the title of the tab during runtime, so that should not be a problem I think.

Hope this helps.

Sudha

Read only

0 Likes
534

Yes, it's possible to do so. But it's not exactly what I need.

I've read somewhere that it's possible to create dinamically.