Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Tab Groups
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Tab Groups

 Post Reply Post Reply
Author
Message
calvi View Drop Down
Groupie
Groupie


Joined: 20 March 2004
Location: United Kingdom
Status: Offline
Points: 43
Post Options Post Options   Thanks (0) Thanks(0)   Quote calvi Quote  Post ReplyReply Direct Link To This Post Topic: Tab Groups
    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.

Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 21 January 2008 at 2:15am
Hi,
 
See Samples\UserInterface\GUI_VisualStudio sample.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
calvi View Drop Down
Groupie
Groupie


Joined: 20 March 2004
Location: United Kingdom
Status: Offline
Points: 43
Post Options Post Options   Thanks (0) Thanks(0)   Quote calvi Quote  Post ReplyReply Direct Link To This Post Posted: 21 January 2008 at 6:53am
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
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 22 January 2008 at 1:58am
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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.203 seconds.