user-inactivity Questions

1

I want to show a hint after the user hasn't touched a screen for 30 seconds. For this restartInactivityTimer() function needs to be called whenever the screen is touched. Is there a way to discover...
Astounding asked 30/9, 2023 at 9:42

18

Solved

User start my app and logs in. Selects Session Timeout to be 5 mins. Does some operations on the app. (all in foreground) Now User bring Myapp to background and starts some other app. ----> Count ...
Disarm asked 17/11, 2010 at 20:13

3

Solved

How can I detect user inactivity in a Qt QMainWindow? My idea so far is to have a QTimer that increments a counter, which, if a certain value is passed, locks the application. Any mouse or key inte...
Erring asked 27/7, 2010 at 7:52

2

I'm looking for a way to detect if the user has been idle for 5 min then do something, and if and when he comes back that thing will stop, for example a timer. This is what i have tried (but this ...
Noncompliance asked 28/9, 2012 at 9:2

1

From March 2021 google colab has added a captcha that randomly pops up after some time. So it is difficult or not possible to programmatically prevent Google Colab from disconnecting on a timeout....

4

Solved

How can I use JavaScript on my site to redirect the user to a /logout page after 60 seconds of inactivity? I know setting a timer or using a meta refresh tag is straightforward: but I only want to...
Leslileslie asked 12/4, 2011 at 6:39

1

Solved

I use the i3 window manager and have set $Locker i3lock --color=000000 && sleep 1 exec --no-startup-id xautolock -time 5 -locker "$Locker" in its config file, so that it locks af...
Retortion asked 6/11, 2018 at 18:11

1

Solved

I have searched answers in stackoverflow and none of them matches my needs. I am creating time tracking app on Swift Cocoa macOS, like Hubstaff time tracking app. At the moment runs a timer and I w...
Sumikosumma asked 30/11, 2018 at 14:8

10

Solved

I want my users to be logged out automatically after X minutes of inactivity. I also want to have all sessions destroyed. How can this be done? How can I check for inactivity then perform a funct...
Washday asked 18/6, 2010 at 10:42

4

Solved

When user is typing in UITextfield, and he stops for 2 seconds, the cursor is still on UITextfield, so how we can identify this event? i.e. I want to check the whether the editing is end or not wit...
Poker asked 14/3, 2013 at 11:59

2

I need to know when an App is in Foreground, it is in active state or inactive state ? If my App is in inactive state I need to fire the Logout Protocol and destroy the current user's session, - ...
Thornie asked 22/1, 2015 at 6:37

1

Solved

After lot of googling and spending 4 hours I guess this is the best way to find user inactive and lock screen. public MainWindow() { InitializeComponent(); var timer = new DispatcherTimer { In...
Gluten asked 26/8, 2014 at 23:3

4

Solved

How to detect inactive (idle) user in Windows application? I'd like to shutdown application when there hasn't been any input (keyboard, mouse) from user for certain period of time.
Gynophore asked 6/2, 2010 at 10:37

1

I want to detect "user inactivity" in my Android app. To be more precise: I want to detect if the user has NOT done any interaction with my app (touching the screen, scrolling, input texts ...) for...
Fascia asked 14/1, 2011 at 10:36

3

Solved

I am using ASP.Net4 MVC2 for my application. The first person using the application usually experiences a long wait before the application responds. After that the application is pretty responsive....
Neogothic asked 15/10, 2010 at 0:7

1

Does anyone know of an efficient way to detect user inactivity in a Silverlight App. The idea is that everytime a user interacts with the app in any way a timer would reload. When it expires, a "co...
Chanteuse asked 23/12, 2009 at 0:27
1

© 2022 - 2024 — McMap. All rights reserved.