Global methods for skinning

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #33118
    prefont
    Participant

    Since I very often have controls (such as TPanel for instance) that do not get skinned, it would be helpful if you provided a way to force the TsSkinProvider to skin a particular control or form.

    For instance, VCLSkins has these methods for just this purpose:

    procedure UpdateSkinControl(fParent:Tform;acontrol:Twincontrol=nil);
    procedure SkinForm(ahwnd:THandle);

    Can you add something similiar to this? Basically, a way for me to tell TsSkinProvider to skin or re-skin a particular control (or form)

    (p.s. I only use VCLSkins as an example. I think your skinning is quite superior, but with just a few annoying quirks

    #39917
    Support
    Keymaster

    Thanks for message, I'll be thinking about it soon.

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