Skin not working in Win7

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #33997
    bluscape
    Participant

    When I run my skinned application in Win XP it works fine but when I run it in Win 7 it does not skin. When I run the compiled demo in Win 7 it works fine.

    What am I missing? (I'm using BCB6)

    #43403
    dunion
    Participant

    In cpp builder/delphi there is an option for showing the xp-style themes “Enable Runtime Themes” which invokes one of the common controls, you might try that.

    #43406
    bluscape
    Participant

    Sorry, I'm using BCB6 which does not have that option. I would guess that by enabling the “Use Runtime Themes” setting is very similar to using the XP manifest.

    Even though the XP manifest is used to generate XP look and feel in Win XP, I was hoping it could somehow enable runtime themes for Win7.

    So I've included the XP manifest with the hope that it will enable the runtime theme in Win7, but it made no difference and my skin is still not working in Win 7.

    Any ideas? Am I missing a setting?

    #43409
    dunion
    Participant

    Does it work in Vista? are you using this in the manifest file?

    … standard stuff elided…

    #43414
    bluscape
    Participant

    My manifest file looks the same. I don't have Vista to test it with.

    #43419
    bluscape
    Participant

    Resolved the issue with the help from AC support.

    I did not know that one either has to use an internal skin or include the skin in its compile time directory with the compiled exe.

    I thought the skin is compiled into the exe whether one use an internal skin or not. I also thought that the internal skin property is used only to store skins such that one can change them at run-time.

    I resolved the issue by using an internal skin.

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