Quote:
Originally Posted by Opus4
When the screen saver shouldn't be allowed to kick in, SetScreenSaverTimeout(GetScreenSaverTimeout()) is used to prevent the screen saver from starting. Usually, it would be called during any transition from one image to the next during a slideshow, or other similar events when the UI isn't expecting user input & you don't want the screen saver to start.
|
OK, I'll add that to the SageMC 16x9 slideshow logic right after LoadImage on the next pic.
Quote:
Originally Posted by Opus4
AllowScreenSaver is true when the screen saver should be allowed to turn on or continue. If it isn't defined, then it won't be true, so you may not see it defined at all for some menu that references the same section of code that the screen saver/slideshow/song info display uses.
|
Better yet, does this mean I can just set a new attribute "AllowScreenSaver" in the PictureSlideshow menu and set that to "false"? I tried that, and I don't think it worked.