z178 Posted September 26, 2007 Posted September 26, 2007 Is there a way to disable tabs in a tab control and enable them if a certain condition is met?
Vaughan Posted September 27, 2007 Posted September 27, 2007 No.* If you want something like this, use separate layouts instead of tab controls. The navigation scripts can than provide the necessary control. *Well, the answer is Yes if you use the faux-tab hack.
comment Posted September 27, 2007 Posted September 27, 2007 I believe in version 9 you can disable tab switching by setting the borders to transparent and the tab width to 0. Then the only way to switch the tab panels is by Go to Object[]. If you do this in a script, you can also set any conditions you want.
Recommended Posts
This topic is 6266 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now