Font properties in AddedTitle not honored if ShowMainCaption

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #37689
    HeDiBo
    Participant

    If the sSkinProvder.AddedTitle.ShowMainCaption is set, the font properties of the AddedTitle are ignored ohmy.gif

    That looks by design, but is this really what you want?

    I would expect an Active property falling back to default behavior for the title when Active = False.

    That allows for special processing of the main caption if skinned. When skinning is off, the main caption still works.

    #57427
    Support
    Keymaster

    The sSkinProvider.AddedTitle.Font property changes font data for additional text only (the sSkinProvder.AddedTitle.Text property).

    For a full control of texts in the title the TsTitleBar component should be used.

    #57452
    HeDiBo
    Participant
    'Support' wrote:

    The sSkinProvider.AddedTitle.Font property changes font data for additional text only (the sSkinProvder.AddedTitle.Text property).

    For a full control of texts in the title the TsTitleBar component should be used.

    The text from the TsTitleBar is not shown, if SkinManager is not active. If the application wants to show the main caption, the font properties of the main caption should be settable if SkinManager is active.

    #57450
    Support
    Keymaster

    I will think, maybe I will have idea how to do it better.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.