![]() |
.Net Style Tabbed Workspace Groups |
Post Reply
|
| Author | |
tobi
Senior Member
Joined: 09 September 2004 Location: Germany Status: Offline Points: 451 |
Post Options
Thanks(0)
Quote Reply
Topic: .Net Style Tabbed Workspace GroupsPosted: 20 November 2004 at 4:23am |
|
The automatic way to create menubar entries for tabbed workspace grouping described at |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 22 November 2004 at 2:44am |
to add window list use id = 35000: .Add xtpControlButton, 35000, "&Window List", -1, False |
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
tobi
Senior Member
Joined: 09 September 2004 Location: Germany Status: Offline Points: 451 |
Post Options
Thanks(0)
Quote Reply
Posted: 22 November 2004 at 12:43pm |
|
The window list menu entries work ! What is not displayed are the menu entries for creating new vertical and horizontal tab groups ! |
|
![]() |
|
SuperMario
Senior Member
Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
Quote Reply
Posted: 22 November 2004 at 1:18pm |
|
35002 would be for the workspace actions as in the link you
posted. Only the relevant code was shown in that page, it has
been updated to included both the windows list and workspace actions.
|
|
![]() |
|
tobi
Senior Member
Joined: 09 September 2004 Location: Germany Status: Offline Points: 451 |
Post Options
Thanks(0)
Quote Reply
Posted: 22 November 2004 at 2:43pm |
|
I tried to extend the codejock mdisample application by the code |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 23 November 2004 at 12:49am |
|
Steps: 1.Add in Window popup: .Add xtpControlButton, 35002, "&Window Actions", -1, False 2. Enable Groups: Workspace.EnableGroups 3. Set for Document Frame: BorderStyle = none; WindowState = Normal;
ps. Entries in menu appear when you have 2 or more MDI child frames opened.
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
tobi
Senior Member
Joined: 09 September 2004 Location: Germany Status: Offline Points: 451 |
Post Options
Thanks(0)
Quote Reply
Posted: 23 November 2004 at 12:50pm |
|
now it works ! thanks
|
|
![]() |
|
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 |