Tab Groups |
Post Reply |
Author | |
calvi
Groupie Joined: 20 March 2004 Location: United Kingdom Status: Offline Points: 43 |
Post Options
Thanks(0)
Posted: 20 January 2008 at 12:53pm |
On the Window menu of Visual Studio 2005/8 are the commands "New Horizontal Tab Group" and "New Vertical Tab Group". Can those be implemented with CXTPTabClientWnd? (I hazarded a guess that CXTPTabClientWnd::AddWorkspace might help, but the only documentation for it tautologically states: "Call this member function to add a workspace". Without a definition of what a workspace is, or a sample showing its use, that didn't help at all. ) Thanks. |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
See Samples\UserInterface\GUI_VisualStudio sample.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
calvi
Groupie Joined: 20 March 2004 Location: United Kingdom Status: Offline Points: 43 |
Post Options
Thanks(0)
|
Hi Oleg,
I don't know what to look for in the GUI_VisualStudio sample you cited. Its RC file (for v11.2.2) has the menu item "Workspace Actions", but no handlers, and no code that explicitly uses "workspaces" - whatever they are. Thanks |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Just add same menu with same id - it will be converted to Workspace actions:
MENUITEM "Workspace Actions", 35002
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
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 |