Top "User-interaction" questions

User-interactivity is the dialog that occurs between a human being and a computer program.

How to use msgbox in R

How can I display a message box in R ? I'm looking for something similar to msgbox in VBA, so I …

r user-interaction msg msgbox
SWRevealViewController: Remove interaction on frontview when rearview is revealed

I need to disable user interaction on front view when rear view is revealed. Found some others asking the same …

ios uiviewcontroller user-interaction swrevealviewcontroller
Does interface research indicate Arial is better than Verdana/Tahoma (for on screen reading)

I know Google does A LOT of user interface/experience testing and I'm looking for any type of scientific research …

user-interface fonts usability user-interaction
iphone development: disabling user interaction during the animation

in my app I have some animations. for example I have a button in my main menu and when you …

iphone objective-c ios animation user-interaction
UIButton not clickable when custom view called

I am new to iPhone development,I need help in understanding the below,as I am able to create newView …

ios uiviewcontroller uibutton user-interaction
OCaml: Effective Path to GUI Programming?

I have seen a few threads that touch on GUI programming in OCaml but I don't feel they clearly lead …

user-interface interface ocaml user-interaction
WatchKit API for Force Touch / Digital Crown?

I'm very excited about the new user interaction possibilities introduced by the Apple Watch, among them, Force Touch and Digital …

ios user-interaction watchkit apple-watch
Is it possible to record/replay a set of touch events on iPhone for demo purposes?

I'm thinking of a way to include a demo of how my iPhone app works along with the app. I …

iphone ios demo user-interaction
Objective C: How to disable user interaction to all of tab bars except one?

As what the title suggests, I would like to be able to lock all my tab bars except for one. …

objective-c ios tabbar user-interaction