"Workspace Actions" |
Post Reply |
Author | |
Bart D
Newbie Joined: 27 August 2005 Location: Netherlands Status: Offline Points: 4 |
Post Options
Thanks(0)
Posted: 27 August 2005 at 6:35am |
Using the "ToolkitPro Application Wizard" I've created an application that uses the MDI-TabbedWindow Interface. I'd like to be able to create Horizontal / Vertical Tabgroups. To this extend, I've added a menu item to the Windows menu, called "Workspace Actions" With and ID of 35002. This should bring up two - three menu items that help managing the tabbed panes. However, these menu items (New Horizontal Tab Group, New Vertical Tab Group) do NOT show up . They DO show up, when I add the same menu item to the example project "Bounc2". So the questions is, what do I overlook here????? Any help is highly appreciated.... Bart
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi, replace m_wndMTIClient.Attach(this); to m_wndMTIClient.Attach(this, TRUE);
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Bart D
Newbie Joined: 27 August 2005 Location: Netherlands Status: Offline Points: 4 |
Post Options
Thanks(0)
|
Thanks for the quick response, I did this in the very end, as I could not find a separate "enable" method, as is available for the Xtreme Command Bar Tabs. See for instance: http://www.codejock.com/products/commandbars/activex/cb_tab_ groups.asp However, this is only half the answer, in CChildFrame::PreCreateWindow(CREATESTRUCT& cs), you also need to make sure that the Maximize style is not selected. I used: cs.style = WS_CHILD | WS_VISIBLE | FWS_ADDTOTITLE; Cheers |
|
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 |