Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Full Screen videa and Splash Screen confliction

Full Screen videa and Splash Screen confliction

Scheduled Pinned Locked Moved C / C++ / MFC
hardwarehelpquestionlounge
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    ScotDolan
    wrote on last edited by
    #1

    I am currently developing application that plays videos for people in a simulator. The video player was developed by an old employee who has since moved on. The old developer used the elecard librarys/SDK to create the video player. The player works pretty good. However, When I close the player and attempt to load another video the desktop is displayed for a short period of time. I tried to create a splash screen to hide the desktop using (CSplash - A Splash Window Class) project found on here. However, the splash screen stops working after new video player is loaded with file and ready to play in full screen. The splash screen window still exist in task manager but the screen is not visible and task manager says it;s not responding. I tried to use tweakUI General, Focus, Prevent applications from stealing focus option. However that did not work:( Is there way to ensure, the splash screen is always on top? Any help here would be great.

    Scott Dolan Jernie Corporation Engineering & Manufacturing Software, Hardware, & Enclosures

    T 1 Reply Last reply
    0
    • S ScotDolan

      I am currently developing application that plays videos for people in a simulator. The video player was developed by an old employee who has since moved on. The old developer used the elecard librarys/SDK to create the video player. The player works pretty good. However, When I close the player and attempt to load another video the desktop is displayed for a short period of time. I tried to create a splash screen to hide the desktop using (CSplash - A Splash Window Class) project found on here. However, the splash screen stops working after new video player is loaded with file and ready to play in full screen. The splash screen window still exist in task manager but the screen is not visible and task manager says it;s not responding. I tried to use tweakUI General, Focus, Prevent applications from stealing focus option. However that did not work:( Is there way to ensure, the splash screen is always on top? Any help here would be great.

      Scott Dolan Jernie Corporation Engineering & Manufacturing Software, Hardware, & Enclosures

      T Offline
      T Offline
      theCPkid
      wrote on last edited by
      #2

      >> However, When I close the player and attempt to load another video the desktop is displayed for a short period of time. why????? :^) > I tried to create a splash screen to hide the desktop using (CSplash - A Splash Window Class) project found on here. However, the splash screen stops working after new video player is loaded with file and ready to play in full screen. The splash screen window still exist in task manager but the screen is not visible and task manager says it;s not responding. Your splash window is on same thread or a different one? may be your window is there but is not refreshed as your application thread is busy doing some other task. Also, the idea of hiding desktop sounds like a quick, nasty fix. I hope it's not the case..

      S 1 Reply Last reply
      0
      • T theCPkid

        >> However, When I close the player and attempt to load another video the desktop is displayed for a short period of time. why????? :^) > I tried to create a splash screen to hide the desktop using (CSplash - A Splash Window Class) project found on here. However, the splash screen stops working after new video player is loaded with file and ready to play in full screen. The splash screen window still exist in task manager but the screen is not visible and task manager says it;s not responding. Your splash window is on same thread or a different one? may be your window is there but is not refreshed as your application thread is busy doing some other task. Also, the idea of hiding desktop sounds like a quick, nasty fix. I hope it's not the case..

        S Offline
        S Offline
        ScotDolan
        wrote on last edited by
        #3

        The placed the splash screen it's own application and it still failed after the video open full screen. I think the problem lies somewhere in video process feed of windows. Scott

        Scott Dolan Jernie Corporation Engineering & Manufacturing Software, Hardware, & Enclosures

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups