Questions tagged [idle-processing]
49 questions
0
votes
3 answers
Doing something in WP8 app when user does nothing for some seconds (kinda user idle mode)
My scenario. A page of my WP8 Silverlight app contains a ListBox control with the ability of item multiselection. When the user tap an item to toggle its selection state, I should perform a long operation for all items which are selected by that…

TecMan
- 2,743
- 2
- 30
- 64
0
votes
1 answer
How to implement an browser idle system?
What I want to do is to check if the user of my Ember application is in idle mode in the browser, and if so I want to implement some rules. Please check the following example.
if (User is idle)
transition to template1
else
transition to…

Stefan Ciprian Hotoleanu
- 2,202
- 1
- 23
- 30
0
votes
2 answers
Ways of detecting Windows Phone idle
I want to perform some calculations while the phone is in locked screen mode, regardless if the app is on the foreground or the background.
I know that in order to do this, I need to use OnObscured event from App class. However, it is only launched…

programmer23
- 533
- 4
- 15
0
votes
1 answer
Automatically scroll when mouse is idle
I need to find a way to randomly scroll horizontally and vertically, plus or minus a set number of pixels per second in each dimension, when the mouse has been idle for a set amount of time. Any ideas on how to achieve this?
Thanks in…

Robert C.
- 15
- 1
- 4