.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)
Posted: 20 November 2004 at 4:23am |
The automatic way to create menubar entries for tabbed workspace grouping described at |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
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)
|
The window list menu entries work ! What is not displayed are the menu entries for creating new vertical and horizontal tab groups ! |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
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)
|
I tried to extend the codejock mdisample application by the code |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
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)
|
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 |