screensaver Questions

4

Solved

While developing a small cross-platform game on C++, I got stuck with following issue: when players are playing with a USB gamepad without touching a keyboard or mouse, the computer sleeps automati...
Stranglehold asked 19/7, 2015 at 4:52

2

Solved

On my Galaxy Nexus, I can tap this button in system preferences to start my currently selected daydream. Is there a way to reproduce this functionality in an app via Intent? I don't have a daydr...
Smaragdine asked 26/1, 2014 at 21:20

3

Solved

I have a dialog that pops up as result of an error condition. I want the dialog to remain open for at least 30 seconds, and close 30 seconds after the last user input (mouse or keyboard) is receive...
Blodget asked 11/10, 2011 at 8:14

2

Solved

REASON: I'm working on an emergency alert application that needs to display information on a desktop. When the client receives an alert, it pops up a window. If a screensaver is active or the monit...
Rasmussen asked 14/5, 2009 at 15:45

7

I'm looking for a decent, non-lame way to inhibit xscreensaver, kscreensaver, or gnome-screensaver, whichever might be running, preferably in a screensaver-agnostic manner, and it absolutely positi...
Khamsin asked 20/1, 2009 at 4:37

14

Is there a recommended way to prevent the Windows screensaver from starting? The closest thing I've found is this article, but what I would really like to do is just tell Windows that the computer ...
Ellersick asked 21/1, 2009 at 1:21

0

I'm struggling with exception Fatal Exception: java.lang.RuntimeException: Unable to start activity ComponentInfo{net.hubalek.android.apps.reborn.pro/android.service.dreams.DreamActivity}: java.lan...
Inness asked 20/5, 2021 at 15:17

3

I want to write a screen saver for Windows using the Windows API. How can I start to write it?
Predicament asked 2/3, 2011 at 8:38

4

Solved

I know that if you run: rundll32.exe desk.cpl,InstallScreenSaver toasters.scr you can set the screensaver to toasters.scr but it also opens up the screensaver configuration dialog. Is there a wa...
Profanatory asked 12/4, 2018 at 8:1

4

Solved

I am writing a screensaver in Delphi. I want is to display a TpresentationFrm on each monitor, fullscreen. To this end, I have written the following (incomplete) program: program ScrTemplate; use...
Evenfall asked 25/6, 2010 at 14:22

3

Solved

Is there a way to trigger an action when the Mac OS X screensaver activates or when it goes to sleep (preferably using cocoa)?
Lilylivered asked 2/5, 2010 at 3:31

1

How can I stop the screensaver while it's running? without moving the mouse or pressing a key on the keyboard. My applications input is from a card reader, if the screen saver is running my applica...
Nashville asked 9/7, 2016 at 14:20

4

Solved

Ok, so I found some code to check if a screensaver is running and kill it if I want to. This doesn't seem to work on Windows 7 PCs. Does anyone know how this code can be modified, or provide new co...
Eckman asked 29/3, 2011 at 15:13

1

Solved

I got this mac screensaver example from here. I changed it to show image instead of textField. The problem is this: it can show any Xcode objects such as textView. textField, Button and etc... bu...
Seaworthy asked 23/2, 2020 at 5:24

2

So far my project had been relying on the following commands in order to tweak screensaver settings: defaults write com.apple.screensaver askForPasswordDelay 0 defaults write com.apple.scree...
Antiparallel asked 24/8, 2017 at 17:10

9

Solved

I was wondering if there was any decent way, other than NSLog-ing just about everything - to properly debug a Screensaver app bundle in OS X? The "Screensaver" is a project type in Xcode, but the...
Waterscape asked 9/7, 2009 at 5:10

5

Solved

I am completely new to javascript programming and I have a question that I didn't manage to find an answer for anywhere. I have recently put together a simple slideshow to view the photos remotely...
Foreworn asked 21/12, 2010 at 21:47

1

Solved

How to detect inactivity or no user interaction in iOS App. For showing separate Screen like an Overlay or something like a screensaver. With the following link link that used to present screen ...
Costotomy asked 20/11, 2018 at 9:8

1

Solved

When I do not use my graphical session anymore, the screensaver automatically lock it and power off the screen to save energy. I want it to keep locking my session but not to power off the screen...
Orangery asked 11/5, 2018 at 15:36

3

Is it possible to detect if Daydream is on or off? If so, how? Edit: To clarify, I looking to read the system setting for DayDream (much like you can for airplane mode and other settings). You can...
Allness asked 14/8, 2013 at 18:53

5

Solved

is there a way to check programmatically (via ioctl(), etc.) or by reading a file in /sys, /proc or /dev) whether the screen has been blanked by the Linux console screensaver? Thanks and best rega...
Kostroma asked 29/9, 2010 at 6:30

3

Solved

Is it poosible to program a screensaver for a android (not lock screen)? I am looking for a tutorial on programming a screen saver. The screen saver will activate as the user does nothing more. If...
Gupta asked 2/12, 2011 at 12:0

3

Solved

What's the better cross-DE way to disable the screensaver in Linux? I found something here but it's only for gnome-screensaver. I'm wondering if there's any way to simulate a keystroke or some X.Or...
Urnfield asked 4/6, 2012 at 17:17

1

Like there is a WallpaperManager class in android. Is there is any class in android for getting Lock screen drawable ? So that i can set that Lock screen drawable as a background image in my applic...
Syncretize asked 12/10, 2013 at 7:30

2

Solved

Does anyone know how to discover what the timeout is for the screensaver of the current user on a mac. I would prefer a programmatic method if possible but am also happy to parse the output of a co...
Tew asked 3/1, 2014 at 6:24

© 2022 - 2025 — McMap. All rights reserved.