Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Suite Pro
  New Posts New Posts RSS Feed - Task panel Font
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Task panel Font

 Post Reply Post Reply
Author
Message
GaryAlpha View Drop Down
Groupie
Groupie
Avatar

Joined: 22 June 2004
Location: United Kingdom
Status: Offline
Points: 22
Post Options Post Options   Thanks (0) Thanks(0)   Quote GaryAlpha Quote  Post ReplyReply Direct Link To This Post Topic: Task panel Font
    Posted: 04 July 2004 at 11:12am

I cannot see how to set the font of a task panel. The task panel does not seem to have a font property.

Also, the same thing applies to a docing pane, how to set font of the title.

Can anyone advise on how to do this.



Edited by GaryAlpha
Product: Xtreme SuitePro(ActiveX) version 12.0.2
Platform: Windows XP (32bit) - SP 3
Language: VB.Net 9/3.5 SP1
Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 20 October 2004 at 8:42am
In the current release (9.51) you can now change the CommandBars Font:

    Dim TextFont As StdFont
    Set TextFont = Me.Font
    TextFont.Size = 15
    TextFont.Bold = True

    Set CommandBars.Options.Font = TextFont

For the next release you will be able to change the font of the TaskPanel caption, TaskPanel Items, DockingPane Caption, DockingPane Tabs, and CommandBars TabWorkspace.

    Code for next release:
 
       Dim TextFont As StdFont
       Set TextFont = Me.Font
       TextFont.Size = 15
       TextFont.Bold = True

        Set CommandBars.TabWorkspace.PaintManager.Font = TextFont
        Set DockingPaneManager.PanelPaintManager.Font = TextFont
        Set DockingPaneManager.TabPaintManager.Font = TextFont
        Set TabControl.PaintManager.Font = TextFont
        Set TaskPanel.ItemsFont = TextFont
        Set TaskPanel.CaptionFont = TextFont
Back to Top
bajul View Drop Down
Newbie
Newbie


Joined: 07 November 2004
Status: Offline
Points: 5
Post Options Post Options   Thanks (0) Thanks(0)   Quote bajul Quote  Post ReplyReply Direct Link To This Post Posted: 10 November 2004 at 8:42pm
when will next version released?
Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 22 February 2005 at 11:10am
Version 9.60 is now available.  You can now change the font of the task panel.
Back to Top
TobiasWeltner View Drop Down
Newbie
Newbie


Joined: 12 January 2005
Status: Offline
Points: 35
Post Options Post Options   Thanks (0) Thanks(0)   Quote TobiasWeltner Quote  Post ReplyReply Direct Link To This Post Posted: 28 February 2005 at 2:21pm
Please, could you add color properties to the Task Panel in future releases so I can create things that work like the new xp sp2 security center?
Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 28 February 2005 at 2:24pm
Have you looked at version 9.60?
Back to Top
TobiasWeltner View Drop Down
Newbie
Newbie


Joined: 12 January 2005
Status: Offline
Points: 35
Post Options Post Options   Thanks (0) Thanks(0)   Quote TobiasWeltner Quote  Post ReplyReply Direct Link To This Post Posted: 02 March 2005 at 9:44am

You are right, I just upgraded to 9.60.

However, I am still missing how I can set the colors of the "expand" button in the group caption. Is there a way?

As a suggestion, I'd love to see an additional VisualTheme for Task Panels that resemble the XP SP2 Security Center.

To be more precise, I would like to be able to extend the client area frame around the group header. When I use a color gradient inside the group caption which fades to white and then use a client border, it looks somewhat lost when it hits the white part of the caption.

Other than that, 9.60 rocks!

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.141 seconds.