Print Page | Close Window

TabWorkspace vertical line appears

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Skin Framework
Forum Description: Topics Related to Codejock Skin Framework
URL: http://forum.codejock.com/forum_posts.asp?TID=6617
Printed Date: 31 January 2025 at 12:01am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: TabWorkspace vertical line appears
Posted By: daveED
Subject: TabWorkspace vertical line appears
Date 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,
 
 
 



Replies:
Posted By: daveED
Date Posted: 10 March 2007 at 12:38pm
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.
 


Posted By: daveED
Date Posted: 10 March 2007 at 1:23pm

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.TabWorkspace.PaintManager.ClientFrame = xtpTabFrameNone

CommandBars.VisualTheme = xtpThemeOffice2003

CommandBars.TabWorkspace.PaintManager.DisableLunaColors = True
CommandBars.TabWorkspace.PaintManager.OneNoteColors = False
CommandBars.TabWorkspace.PaintManager.BoldSelected = True
CommandBars.TabWorkspace.PaintManager.Color = xtpTabColorWhidbey

 
      
 
 
 
 
 
 



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net