Wmp2008 – Fullscreen

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #33393
    Raccoon
    Participant

    Hello,
    I have some problem with the WMP2008 skin.

    If I switch to a fullscreen app (like a game) while my program is running and switch back to my program, the CPU usage of my program goes to 50% and my app is not shown correctly.
    If I call in this situation:

    sSkinManager1->Active = false;
    Application->ProcessMessages();
    sSkinManager1->Active = true;

    The program works again, but with some position and graphic errors.

    If I'm using the Cold, or Elegant Skin everything works correctly.

    Best regards
    Alexander

    #41003
    Support
    Keymaster

    Hello Alexander
    Please help me to reproduce a situation. Is it possible to make a small example?
    Which Delphi and Windows versions were used?

    #41801
    Raccoon
    Participant

    QUOTE (Support @ Nov 9 2009, 02:27 PM) <{POST_SNAPBACK}>
    Hello Alexander
    Please help me to reproduce a situation. Is it possible to make a small example?
    Which Delphi and Windows versions were used?

    Hi,
    I found the problem.
    The problem was that a few dynamic Forms had the property AlphaBlend set to true in design time. If I changed it to false and switch AlphaBlend in the constructor to true everything works fine.

    Problem occured at all current Windows Version including 7.
    Compiler is BCB Pro 6.

    I think that this problem was a combination of some things, because not every form is acting as descriped above. But I still dont know what this combination is.

    Best regards
    Alexander

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