Crazy things happening on modal form with a PageControl/TabSheet

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #35382
    dhwz2001
    Participant

    Something really strange is going on here. :wacko:

    See the screenshot, this is a modal form of my main application.

    Some parts don't get skinned.

    But the really strange is the standard TButton gets skinned properly,

    the TsButton doesn't, the standard TGroupBox gets skinned properly but the TsGroupBox doesn't?

    I found a workaround for that problem but thats no real solution.

    Quote:
    procedure TFormOptions.tsProfilesShow(Sender: TObject);

    begin

    FormMain.sSkinManager1.BeginUpdate;

    FormMain.sSkinManager1.EndUpdate(True, False);

    end;

    The TsTrackBar is even driving me more crazy, its only getting skinned if the TrackBar position is changed.

    Anyone who can explain whats going on and how to fix that? 😮

    #49084
    Support
    Keymaster

    It's really strange, can I look to your app in work under IDE?

    Can you share your PC with me?

    #49086
    dhwz2001
    Participant

    Sure, I've sent you a link to my teamviewer meeting.

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