TPanel in V6.64

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #33713
    darcy
    Participant

    I have just updated to V6.64 and am seeing major differences in the skinning of any TPanel components (not TsPanel) I am using. My skin selected is Office2007 Blue (internal). The components have not changed since the update. I have attached a screen shot showing both before and after. Can you tell me how to fix the issue please.

    Thanks
    D'Arcy

    #42389
    Support
    Keymaster

    Hello
    Working of TPanels was improved in latest releases.
    You can define a kind of panel in the sSkinProvider.OnAddSkin event like this code : if Item = Panel1 then SkinSection := 'EDIT';

    How these panels had an other looking earlier? Where this kind was defined?[code] if Item = Panel1 then SkinSection := 'EDIT';

    How these panels had an other looking earlier? Where this kind was defined?

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