TabWorkspace vertical line appears |
Post Reply |
Author | |
daveED
Newbie Joined: 16 August 2006 Location: Australia Status: Offline Points: 37 |
Post Options
Thanks(0)
Posted: 10 March 2007 at 12:35pm |
Hallow Champ, I am implermenting Vista.cjstyle with xtpThemeWhidbey on a MDI.
And to make sure its just not how im going about with it testing with your SkinMDISample.
On the TabWorkspace bar when i when close the DialogBar and also maximixez the window there is a vertical bar that appears, i beleave it is
part of the window frame.
I dosn't appear when
CommandBars.VisualTheme is
xtpThemeRibbon,
xtpThemeOffice2007,
xtpThemeOffice2003, - but i dont like the onenote colors,
------
Is there a trick to remove this when the form is maximized,
it removes when the form is resized or a new tab is created.
using 10.4.2
Below is a screenshot,
Kind Regards,
|
|
daveED
Newbie Joined: 16 August 2006 Location: Australia Status: Offline Points: 37 |
Post Options
Thanks(0)
|
also i try setting
CommandBars.TabWorkspace.PaintManager.OneNoteColors = False
CommandBars.TabWorkspace.PaintManager.DisableLunaColors = True
while setting TabWorkspace.PaintManager.Color = xtpTabColorOffice2003
and it has on affect on the tabs.
|
|
daveED
Newbie Joined: 16 August 2006 Location: Australia Status: Offline Points: 37 |
Post Options
Thanks(0)
|
I seems that i have the vertical line to a minimum by setting the tab paint manger in this order and the commandbar.theme Dim PaintManager As TabPaintManager CommandBars.TabWorkspace.PaintManager.ShowIcons = False CommandBars.VisualTheme = xtpThemeOffice2003 CommandBars.TabWorkspace.PaintManager.DisableLunaColors = True |
|
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 |