Call an internal skin?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #32878
    Dennis445
    Participant

    How do I call an internal skin?

    Here is what I have for code:

    var t: string;
    begin
    t := Combobox1.Text;
    Edit1.Text := t;
    sSkinManager1.SkinName := t;
    end;

    The edit box is there just because I wanted to make sure that it was selecting the right item.

    #38812
    shadow_tj
    Participant

    when you have your skins internal..
    dubbel click on your skin provider. ( then you can insert your skins to internal skins with the popscreen the pops up ).

    then you can set the internal skin by adding the SkinName in the Skinprovider.

    SkinProvider1.SkinName := 'BlueIce (internal)';

    notice the tekst … [ '(internal)' ] this is when your skins are internal skins.
    if you only add BlueIce.. then you use the skin from the skin folder.

    also dont forget to check that the skinprovider is still active <img src="style_emoticons//wink.gif” style=”vertical-align:middle” emoid=”;)” border=”0″ alt=”wink.gif” />

    #38823
    Dennis445
    Participant

    Thanks for your help. I wasn't sure if I needed to add (Internal).

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