Essentially, when running the application, the program would force the user to do something when a prompt pops up before they can do anything else. How would one do this?
Asked
Active
Viewed 30 times
1
-
You mean they can't even command-tab out of your app? – Chris Sharp Mar 06 '17 at 13:49
-
3Oh ... you mean, like send you some BitCoins? Seriously though if OSX allowed an application to take control like that, there would be something seriously wrong with it. I >>hope<< you can't do it. – Stephen C Mar 06 '17 at 13:49
-
This sounds like a testing program. There are some professors who use an interface that won't allow you to leave it during the test. You're talking about something like that? – Chris Sharp Mar 06 '17 at 13:51
-
Yeah. The purpose behind this would be to prevent the user from procrastination. The application could force them to answer a question periodically for example. However, the user would still be able to quit the application. – CrizR Mar 06 '17 at 13:54
-
Yeah it would be very similar to a testing program – CrizR Mar 06 '17 at 13:55
-
Operating systems don't really work that way. An app doesn't have access to the core OS. There are browser plugins (Kiosk for IE, Firefox has one) that allow browsers to have some control but you can still get out of it. – Chris Sharp Mar 06 '17 at 14:03
-
http://stackoverflow.com/questions/896820/web-browser-lock-down-how-to – Chris Sharp Mar 06 '17 at 14:08
-
Isn’t a program that prevents someone from using their computer called ransomware? – VGR Mar 06 '17 at 14:58