Re: [RESOLVED] remove a tab
I have 4 tab, I want only 2 tab... I want to delete index 0 and 1. How?
Re: [RESOLVED] remove a tab
You have to move everything from tabs 2 and 3 onto tabs 0 and 1 and then delete tabs 2 and 3.
Re: [RESOLVED] remove a tab
I've read this post and it's exactly what I'm looking for. However, this isn't working for me. I have a SST with 4 tabs (4 Tabs and 4 TabsPerRow). I need to delete the second tab. I already have all the controls off that specific tab, but I can't seem to delete it. I've tried changing the tabs property to equal 3, but I still get that 'Invalid Property Value'. Can anyone clarify this any further?? Thanks ahead of time.
Re: [RESOLVED] remove a tab
tllsettler : that wouldn't work because it always deletes the last tab.
Copy the contents of the 3rd tab to the 2nd and the 4th to the 3rd, then change the number of tabs. I think it will work that way.
Re: [RESOLVED] remove a tab
Ahhh... nevermind. I've seen the light. It automatically takes the last tab as the one to be deleted, so I needed to make sure all controls were off that one. A fine job of copy & pasting. :)