Tabbed Workspace |
Post Reply |
Author | |
StefanM
Newbie Joined: 21 April 2011 Status: Offline Points: 8 |
Post Options
Thanks(0)
Posted: 18 May 2011 at 5:15am |
I've got some strange Problems with my App when i use Workspace.enablegroups
1) When i Enable Groups the MDI Child Form is shown with it's caption bar (form maximized), otherwise the form is shown correct
Here is a screenshot without enablegroups
Here is a screenshot with enablegroups
2) When i use enablegroups after some Time i got some wired problems. When i switch between the tabs suddenly the MDI Child is displayed maximized and the tabs aren't displayed.
Here is the code how i display my Workspace
With Workspace
.EnableGroups .IgnoreFlickersOnActivate = True .AutoTheme = False .NewTabPosition = xtpWorkspaceNewTabNextToActive With .PaintManager .OneNoteColors = True .Appearance = xtpTabAppearancePropertyPage2003 .Position = xtpTabPositionTop .HeaderMargin.Top = 10 .MultiRowFixedSelection = True End With End With Thanks in advance for your help
Stefan
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
HI,
If you set EnableGroups, don't set State = maximize for MDI Child.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
StefanM
Newbie Joined: 21 April 2011 Status: Offline Points: 8 |
Post Options
Thanks(0)
|
uploads/6746/TabbedWorkspaceProb.zip
Hello Oleg,
unfortunately this is not the problem. I'm facing exactly the same behaviour when i use your MDI-Sample.
You can find the overworked sample attached to this post. I've set the frmDocument Windowstate to normal and searched through the whole code for vbmaximized and WindowState.
Stefan
|
|
StefanM
Newbie Joined: 21 April 2011 Status: Offline Points: 8 |
Post Options
Thanks(0)
|
Hello Oleg,
unfortunately this is not the problem. I'm facing exactly the same behaviour when i use your MDI-Sample.
You can find the overworked sample attached to this post. I've set the frmDocument Windowstate to normal and searched through the whole code for vbmaximized and WindowState.
Stefan
|
|
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 |