A screensaver is a visual program that runs after a period of inactivity.

learn more… | top users | synonyms

1
vote
0answers
27 views

Running Youtube embedded player inside (cocoa) screensaver - how to block/trap fake user events?

The Youtube player seems to send fake user input events in order to prevent the screensaver from starting (I'm on osx/safari but the same thing happens in windows). This happens both with the ...
0
votes
0answers
20 views

Objective-C OSX: launch Screensaver whit lockscreen

i create an app for mac OSX that launch the screensaver after a delay time like this: NSString *script=@"tell application \"ScreenSaverEngine\" \ \nactivate \ \nend tell"; NSAppleScript ...
0
votes
1answer
31 views

Flash file as OSX screensaver using xcode

I'm trying to create a screensaver from an SWF file for mac. Unfortunately I'm not sure how to get started. I've looked on the internet for hints on how to do this but with no success. Does anyone ...
0
votes
0answers
27 views

Flash AC3 - Timer / “screensaver” function across multiple frames

I am working on a instore touchscreen solution for customers. It build across multiple frames with basic navigation videos ect. I would like to add a timer + event on each frame tracking if the ...
1
vote
0answers
39 views

Can't catch the screen saver event

I'm trying to catch the screen saver event. This is my code: #include "stdafx.h" #include <iostream> #include "stdio.h" #include <Windows.h> #include <strsafe.h> HHOOK _hook; ...
1
vote
1answer
54 views

Catching the screen saver event

I'm trying to catch the screen saver event. This is my code: #include "stdafx.h" #include <iostream> #include "stdio.h" #include <Windows.h> HHOOK _hook; LRESULT CALLBACK ...
0
votes
0answers
36 views

c++ programmatically be notified when windows exits from screen saver

I have a video renderer. When on full screen mode, the video shown only in some rectangle of the screen - not on all the screen (depends on the aspect ratio). When screen saver is activated and then ...
2
votes
2answers
77 views

Generating Perlin Noise with Xlib

I'm trying to add a cloud to an Xscreensaver. I like the looks of a "plasma" cloud, so I'm trying to draw a perlin noise-based cloud to the background of the Xscreensaver. I have code which creates ...
0
votes
1answer
43 views

How to detect when daydream starts/ends

In jellybeam mr2 daydream replaced display sleep. An application was able to know when the sleep starts or ends by registering broadcast receiver for action ACTION_SCREEN_ON, ACTION_SCREEN_OFF. Is ...
-3
votes
2answers
95 views

Create a screensaver preview in Delphi

I've created a screen saver in Delphi 10 Lite, using diffrent descriptions about this question, available on the web. Now, the screen saver works well, one thing is missing: a good working preview on ...
0
votes
1answer
46 views

How to create a movie screensaver in Windows

Is it possible to make a Windows 7 screensaver out of a .avi movie? I have created two brief movies (one 0:17, the other 1:14) . I searched for how to make screensavers, but can only find ...
0
votes
2answers
38 views

How do I load images with dispatch queue for screensavers?

I am trying to code a screensaver that loads images from my website and displays them in a random order. The randomness and image acquiring is covered by my web API, but how to get it downloading ...
0
votes
1answer
132 views

How to Make an Android ScreenSaver Application?

Firstly, I am sorry for the repeat question about ScreeenSaver on Android. I downloaded on Google Play Store some application about ScreenSaver such as Photo Album Free ScreenSaver, Smoke Free ...
0
votes
0answers
14 views

App states when screensaver mode is on

I have an app that connects with server and download files. The download task in done in the background by using ASINetworkQueue. In some cases, the size of the files are too large and it would need ...
2
votes
1answer
78 views

Win32 Screensaver multiple monitors with main display not leftmost

I've made a screensaver that simply scrolls user-defined text from right to left, automatically jumping back to the right if it exceeds the left boundary. It works with multiple monitors flawlessly, ...
2
votes
0answers
55 views

Log screensaver activity

as the title says I'd like to know is there is any way to see logs of the screensaver activity. Something like that: 02/02/2013 10:16:47 Screensaver started 02/02/2013 10:17:23 Screensaver stopped ...
1
vote
0answers
40 views

Platform independent Screensavers with Qt

Has anyone tried a platform independent screensaver with Qt. My target systems are Win and Mac, and before digging further I was wondering if it possible with not too much fiddling with native calls ...
0
votes
0answers
14 views

OS X: How to check if “no global keyboard or mouse action, or entered screen saver” ?

I am working on an app running on OS X. I want to lock my app UI when no keyboard or mouse event for a specific time, or OS X enters screen saver. How could I do? Thank you!!
3
votes
1answer
95 views

Detect inactivity and cancel screensaver

I am making a WPF C# program. For the next stage I want to create a message that appears on the screen after half an hour of inactivity. I define inactivity as no mouse movements and no keys pressed. ...
0
votes
0answers
83 views

xcode “cannot use screensaver on this version of osx” error triggered by local file access

The goal: screensaver which defaults to displaying a locally bundled html file (displaying flash animation). Making a screensaver with xcode 4.6 on osx 10.8, the following code works as expected: a ...
0
votes
2answers
139 views

Rotate display of text and images in a C# screensaver

I am writing a screensaver program in C#. And I want it to do the following: Start with a text. After about 3 seconds or more, hide the text and show an image. After the next 3 seconds, hide the ...
0
votes
0answers
48 views

How do i disable screen saver / screen lock in Ubuntu Unity?

How do I from within my program temporarily disable the screen saver or screen lock in Ubuntu Unity? Imagine the program is a video player, for instance.
0
votes
1answer
32 views

Looking for a Windows screensaver test launcher program

I'm working on a Windows screensaver program, and while I'm developing it I'd like to test it by launching it from some kind of little tester program that simulates the launching done by the Windows ...
0
votes
0answers
37 views

I got the message : “You cannot use the screensaver on this computer” when I used my screensaver

I'm developping a screensaver that I want to work on both architectures 32 and 64 bits. I made my project using arc. (I wanted to insert screen shots of my settings, but stackoverflow refused ...
0
votes
1answer
59 views

Prevent monitor from entering standby on linux

Windows has the SetThreadExecutionState method that enables you to prevent monitor standby during program execution. I'm searching for a Linux equivalent, but I can't find anything useful. I don't ...
0
votes
0answers
625 views

Screensaver in Windows 8

I have a screensaver written in C# which takes a screenshot of the Desktop and displays it as the, guess what, screensaver. This works pretty well except in Windows 8 where the screensaver launches ...
0
votes
1answer
216 views

How to know how many time your computer has been in screen saver or monitor/screen off?

I'm using Windows 7 and VC++. The business is to know how many seconds my system has been set into screen saver mode or monitor screen off. To achieve this, I'm trying to catch the events ...
1
vote
1answer
94 views

vb.net how to do a dos style tree

Hi all im trying to create a basic screen saver that has a screen split into two, the left hand side will be similar to the dos command tree where it lists all files and folders, the right hand side ...
0
votes
1answer
152 views

How to customize Screen Saver in android?

Is it possible to customize the screen saver in android ? May be this question is duplicate of Android Screen Saver Sample Code . but i am not getting any useful answer for it. I am not talking about ...
0
votes
1answer
109 views

iOS and timer app: is there a way to prevent screensaver to start? [duplicate]

Possible Duplicate: How do I prevent the iPhone screen from dimming or turning off while my application is running? I am working on a timer app and was wondering if there is a way to tell ...
1
vote
1answer
73 views

Creating a screensaver with PyGTK for xscreensaver

I want to create a screensaver (for xsreensaver) written in Python and PyGTK. But I have the problem that I cannot handle the window id got by command line. The following call is a sub process of ...
0
votes
0answers
194 views

Use HiDPI rendering (Retina) in an OpenGL Screensaver

For several years now I've been using the Noof screensaver ported to Mac OS X by Chris: Skoroworld I have it running fine under 10.8 and have already updated the project with high resolution ...
-4
votes
1answer
303 views

How to create screensaver like screen in HTML, Jquery [closed]

I have created a web application KIOSK. But my prob is suppose a user uses the KIOSK application, nd after used this application the user left the screen. Another user come and the user will not see ...
1
vote
1answer
78 views

NSPanel has black background and text is invisible

I'm trying to make a configure sheet appear for a ScreenSaverView subclass. After a long battle with Xcode, I'm finally getting the configure sheet to appear when "Screen Saver Options" is clicked in ...
1
vote
1answer
267 views

How to build screen saver in Xcode 4?

I'm making an OSX screen saver in Xcode (Objective-C, ScreenSaverView class, etc.), and it runs within Xcode correctly. When I navigate to the build output folder and double-click on the the .saver ...
2
votes
1answer
317 views

How to set up OSX screen saver configuration sheet?

I'm working on a screen saver for OSX (Mountain Lion) and I'm having trouble setting up the configuration sheet (so when the user clicks "Screen Saver Options..." within System Preferences, my options ...
2
votes
0answers
93 views

Crossplatform Screensaver [closed]

Im looking for a way of creating a commercial screensaver for both mac and pc. I've played with iscreensaver but it doesnt really fit my needs. Ive also looked at how to create a screensaver using ...
3
votes
2answers
161 views

Detect running screensaver with xlib

I'm trying to detect wether a screensaver is running or not. Here's the code that I've got so far: /* LDFLAGS='-L/usr/X11R6/lib/ -lX11 -lXext -lXss' make xidle */ #include <stdio.h> #include ...
0
votes
0answers
197 views

Windows XP Registry: I am looking for Screensaver.slideshow but it seems to be missing

I am attempting to programatically change the path that my screensaver slideshow looks for pictures. It is supposed to be in the registry path HKCU\Control Panel\Screensaver.slideshow. The ...
0
votes
0answers
207 views

Mac OS X Screensaver with Video - synchronous not fluent, asynchronous crashes

I'm building a simple screensaver with video in Quartz Composer. Basically it's a Movie Importer patch connected to a Billboard. The movie is MPEG-4 encoded. When I set the patch to 'synchronous' ...
0
votes
1answer
147 views

Set SystemParametersInfo for Screensaver not functioning as expected

So I have a bit of code I'm working with that's supposed to disable the screensaver timeout [DllImport("user32.dll", CharSet = CharSet.Auto)] private static extern bool SystemParametersInfo( ...
2
votes
1answer
120 views

C++ application that uses Qt libraries stops working when screen saver starts

I have a C++ application that uses some Qt libraries. The application works fine until the screen saver pops up and starts. After that if I quit from screen saver the application crashes and I have to ...
0
votes
1answer
120 views

how to make a screensaver that stays in screensaver when moving mouse in Mac OS?

I want to make a screensaver in Mac OS 10.8. And I'd love to stay in the screensaver when mouse moves. To exit the screensaver, clicking a button is needed. Does anyone have ideas about this? Thanks!
3
votes
2answers
233 views

Configure *.scr file from C#

I am creating a program in C#.Net, one of the features allows a user to select a screensaver from a list and either preview or configure it. After doing some research I found that by calling the ...
0
votes
1answer
136 views

How do you install a screensaver programatically with NSIS in Windows XP, 2000, Vista and 7?

Solutions I've already tried that have not worked are: 1) Add ini key to $WINDIR\system.ini [boot] SCRNSAVE.EXE $SYSDIR\savername.scr 2) Call user32.dll::SystemParametersInfo(17, 1, 0, 2) The ...
0
votes
1answer
118 views

Animated Screen Saver [closed]

I have a requirement to create an animated screen saver for windows. Screen saver contains some images and some text. I want to update the screensaver contents from a a webpage (upload images and edit ...
1
vote
0answers
78 views

pass parameters to screensaver

I was wondering if it is possible to run a screensaver (.scr) in preview mode from code. If I run the process normally it runs with the /s parameter, and I've attempted to pass my own /p parameter but ...
2
votes
2answers
161 views

Google TV Website, stop screensaver [duplicate]

Possible Duplicate: javascript code to prevent screensaver from starting If a website is left on for an extended amount of time the screensaver pops up, but not on certain web apps like ...
0
votes
0answers
375 views

How to do a Ipad screensaver application

I Want to do a application like screensaver in ipad. when user clicks the app i want to display my custom folder images to screen saver animation. Instead of photo frame I want to all those in code. ...
1
vote
2answers
433 views

Starting an Android Activity from a background Service

I have a requirement to start an activity when the screen is idle after a certain time. I have established the best way is to create a custom broadcastReceiver which looks for the Intent.SCREEN_OFF ...

1 2 3 4 5 6