
If the video is downloaded captions may not be displayed because your WMV player cannot find the captioning ("SAMI") file stored on the web server. Please note that it is recommended that you choose to view the video from the FDA page rather than downloading the video file to preserve captioning. Note: It may be necessary to close down Windows Media player and restart it for the changes to take effect.
From the drop down menu select " Lyrics, Captions and Subtitles". Selecting " Play" in the menu bar (keyboard equivalent: Alt+P),. Turn captions on by selecting " Play" then option " Captions and Subtitles" then sub option " On if Available". Check the box " Show local captions when present". Selecting " Tools" from the menu bar (keyboard equivalent: Alt+T),. From the drop down menu select " Captions and Subtitles". Selecting " Play" in the menu bar (keyboard equivalent: Alt+P),. When the player window opens turn captions on by: The WMV Player must be in "Full Mode" (select Control+F1) rather than "Skins Mode" since few of the Skins support closed captions. Note: After making the selections described, it may be necessary to close down Windows Media player and restart it for the changes you have made to take effect. The steps to be followed depend upon the version of the player installed. I get a red squiggly line, even though others profess to get it working.The following instructions apply to the Windows Media player. Implementing and using the Application.Restart() method doesn't work either. But I need a work-around for when I'm deeper in the application. desired direction and make sure to keep the button depressed while completing the other steps. If I'm in the first child form, just re-instantiating the LoginScreen-window works well. Have a car window stuck in the open or closed position. P.S.: I am not interested in implementing a MVVM-navigation system (I'll leave that for my next project).Ĭurrently, I am closing all open windows with the following code: private void CloseAllWindows()įor (int intCounter = - 1 intCounter >= 0 intCounter-)īut I do not know how to keep, or re-open, the LoginScreen-window.
Alternatively, a restart of the entire application. When it's pressed, I want all open windows to be closed, and the parent window (LoginScreen) to be re-opened. In my WPF-app, when I am in my 2nd or 3rd child-window, I have a 'Log out'-button.