Hi,
I am trying to disable some of the tabs from LTabsControl. I
have implemented
MPV , with Say Five different tabs in which if suppose i want to show
only first three
or last two ( according to user request with selection of checkbox )
then how should i remove/disappear the existing tabs from LTabsControl
and show only
the ( checked ) first three tabs in LTabsControl.
Again if i want to load existing tabs and want to show in
LTabsControl then which method should i use ? I tried with
SwithToPanel(); method but it only switch to related view but the tab
remains there only.
I am trying to hide some of the tabs and again load existing
tab on the fly. Anyone have any advice on this !!! or Sample code
which shows how to hide the tabs and load existing tabs from ppbo.
Thanks in advance.
Isaac Wankerl - 28 Jun 2005 17:13 GMT
> Hi,
> I am trying to disable some of the tabs from LTabsControl. I
[quoted text clipped - 14 lines]
>
> Thanks in advance.
Apple only provides APIs to add or remove tabs to/from the end of the
list. If you need to insert a tab in the middle, you would need to add
a tab at the end, then shift your content over.

Signature
Isaac Wankerl
Metrowerks
Neel - 30 Jun 2005 11:02 GMT
Using SetControlData API allow to add tab inbetween but it doesnt
working properly. Do we need to remove panel at the same index before
adding new tab to the similar one.