Problem with EnableGroups() and ShowTabWorkspace |
Post Reply |
Author | |
AndyL
Newbie Joined: 07 November 2006 Status: Offline Points: 7 |
Post Options
Thanks(0)
Posted: 13 November 2006 at 12:34pm |
Hi,
I want to be able to hide the TabWorkspace on a command bar.
Using ShowTabWorkspace(false) method works fine unless I create a command bar with Tab groups enabled using the WorkSpace.EnableGroups() method.
To test my theory I took the Sample app "MDI Sample", added a menu item with the following code in it.
case ID.VIEW_HIDE:CommandBars.ShowTabWorkspace( false); break;If I comment out the EnableGroups() method then the code above works. If I put the code back as in the sample then the code doesn't do anything.
Is there a way of turning off the Tab Groups or is there another way of turning off the TabWorkspace when using Groups?
Andy
|
|
AndyL
Newbie Joined: 07 November 2006 Status: Offline Points: 7 |
Post Options
Thanks(0)
|
Just had an update from CodeJock.
Apparently it is not possible to turn off EnableGroups() once it is turned on.
It looks like turning off the TabWorkspace isn't possible in this situation
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |