Print Page | Close Window

Task panel Font

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Suite Pro
Forum Description: Topics Related to Codejock Suite Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=912
Printed Date: 17 November 2024 at 10:46pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Task panel Font
Posted By: GaryAlpha
Subject: Task panel Font
Date 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.



-------------
Product: Xtreme SuitePro(ActiveX) version 12.0.2
Platform: Windows XP (32bit) - SP 3
Language: VB.Net 9/3.5 SP1



Replies:
Posted By: SuperMario
Date 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


Posted By: bajul
Date Posted: 10 November 2004 at 8:42pm
when will next version released?


Posted By: SuperMario
Date Posted: 22 February 2005 at 11:10am
Version 9.60 is now available.  You can now change the font of the task panel.


Posted By: TobiasWeltner
Date 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?


Posted By: SuperMario
Date Posted: 28 February 2005 at 2:24pm
Have you looked at version 9.60?


Posted By: TobiasWeltner
Date 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!




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