Form caption problem with 6.60

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #33625
    Gabor Boros
    Participant

    Hi,

    After switched my project from 6.48 to 6.60 I have problem with form's caption.
    Form's caption displayed with bold font and I don't know how to switch back 6.48 style.
    The attached pictures made with a simple example project:

    CODE
    procedure TForm1.FormCreate(Sender: TObject);
    begin
      MySkinManager:=TsSkinManager.Create(Self);
      MySkinManager.SkinDirectory:='C:Skins';
      MySkinManager.SkinName:='Calcium';
      Caption:=Caption+' – '+MySkinManager.SkinName+' – '+MySkinManager.Version;
    end;

    Gabor

    [attachment=3861:FormCaption_AC648.JPG]
    [attachment=3862:FormCaption_AC660.JPG]

    #42026
    Support
    Keymaster

    Hello
    Font style is taken from the system now. You think will be better to have another style?
    I'll try to find a handy solution soon for a title font changing.

    #43391
    Gabor Boros
    Participant

    Hi,

    Any news in this subject?

    Gabor

    'Support' wrote:

    Hello

    Font style is taken from the system now. You think will be better to have another style?

    I'll try to find a handy solution soon for a title font changing.

    #43396
    Support
    Keymaster

    I'm sorry, no changes still. I plan to add a solution in stable version 7.

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