Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Skin Framework
  New Posts New Posts RSS Feed - TabWorkspace vertical line appears
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

TabWorkspace vertical line appears

 Post Reply Post Reply
Author
Message
daveED View Drop Down
Newbie
Newbie


Joined: 16 August 2006
Location: Australia
Status: Offline
Points: 37
Post Options Post Options   Thanks (0) Thanks(0)   Quote daveED Quote  Post ReplyReply Direct Link To This Post Topic: TabWorkspace vertical line appears
    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,
 
 
 
Back to Top
daveED View Drop Down
Newbie
Newbie


Joined: 16 August 2006
Location: Australia
Status: Offline
Points: 37
Post Options Post Options   Thanks (0) Thanks(0)   Quote daveED Quote  Post ReplyReply Direct Link To This Post 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.
 
Back to Top
daveED View Drop Down
Newbie
Newbie


Joined: 16 August 2006
Location: Australia
Status: Offline
Points: 37
Post Options Post Options   Thanks (0) Thanks(0)   Quote daveED Quote  Post ReplyReply Direct Link To This Post 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

 
      
 
 
 
 
 
 
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.125 seconds.