Tagged Questions

0
votes
2answers
33 views

How do we check if the iphone is on standby mode?

How can we check if the iphone has gone into a standby mode and returns from that mode programmaticlly? I am using this to force it not to sleep during the game: application.idleTimerDisabled = YES; …
0
votes
1answer
44 views

WPF application crashes when going into standby

Hi all. I have a WPF application. It runs ok, but when the computer goes into "Stand by" mode it crashes, with an unknown exception. this might have something to do with the fact that my window is …
4
votes
1answer
58 views

How can I determine why the machine came out of suspend?

I'd like to be able to determine, programmatically, why a Vista system came out of standby (S3). Any language is fine, though a .NET one would be best. I'm looking to put this code into an …
0
votes
4answers
128 views

Sleep Windows from Java

Is there command to use on windows from java to make the computer sleep?
0
votes
1answer
133 views

Adjust volume and prevent computer from standby in Java… (Mac and Windows XP, Vista)

I am writing a Java program that wants to do 3 things, and I don't know how to do them or if it's even possible with Java. 1 - I want to ensure that the computer whether running mac OS or windows …
1
vote
2answers
74 views

Programmatically find out if system supports standby

This happens sometimes with Windows XP installations. Unless the display drivers are installed, power saving actions such as standby and hibernate are not supported. Whether the system supports …
0
votes
6answers
163 views

iPod app stops responding after iPod returns from standby mode

The GUI of my application stops responding after the iPod has been in standby mode. The application I have made is based on the "Utility application" template from the wizard in xcode - but the …
0
votes
0answers
112 views

Stop the system from entering standby mode [closed]

How to change the default power scheme to to prevent XP Pro machine from going into standby mode or prevent the standby mode completely (tun off in a device diver?). I have found answers to similar …
0
votes
1answer
66 views

Use of the standby attribute of the object element

Hi, I was just going over the OBJECT element in HTML (http://www.w3.org/TR/REC-html40/struct/objects.html#h-13.3) . I've done a few flash projects and a few silverlight, and so would have seen the …