Questions tagged [user-interaction]

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

303 questions
0
votes
1 answer

Uncheck / deselect singleChoice ListView

Combo - List with Option to Write In Unlisted Value
Cel
  • 5,879
  • 8
  • 66
  • 107
0
votes
1 answer

Using TOUCH BEGIN/MOVE/END to create TAP / SWIPE events for four concurrent users

I'm using a multi-touch screen for making an interactive presentation with Adobe AIR and four people is going to use the screen at once. I've done some testing with MouseEvent (which works fine with one user) and I think that replacing that event…
Stefan Edberg
  • 191
  • 2
  • 3
  • 13
0
votes
1 answer

disable userinteraction for single tap on uitextview

I've got a UITextView in a tableViewCell The problem is that when I single tap on the textView it doesn't perform the didSelectRowAtIndexPath. But I can't set userInteraction = NO because I want to be able to select the text on a long press…
Mathieu
  • 1,165
  • 4
  • 18
  • 34
-1
votes
1 answer

Can I recreate this Flash app's functionality without using Flash?

Can I use jQuery or something else to re-create this flash app's functionality? I haven't messed around with jQuery much, but I feel like the same functionality can be achieved as Flash can. Are there any other languages or combinations of…
CheeseConQueso
  • 5,493
  • 25
  • 84
  • 126
-1
votes
1 answer

Enable user interaction of a button SWIFT

OK, so lets assume the button created below is greyed out and user interaction disabled. How do I enable the button from anywhere else. I know how to disable the button from inside the button function, sender.enabled = false, but I don't want to…
-1
votes
1 answer

How should I get user input in a model using MVVM pattern?

I'm writing a program using c# and MVVM pattern. This program has an online connection, which requires a login. I've created a model class to handle the login process. The login process goes like this: the login credentials (user name and password)…
o_z
  • 31
  • 1
  • 7
-1
votes
1 answer

Intercept user interaction on a webview (SWIFT)

I need to intercept user interaction on my ViewController (in Swift). My ViewController is fully covered by a webview. To intercept user touching the screen I've implemented 2 methods First method: override func touchesBegan(touches: NSSet,…
-1
votes
1 answer

How to play video when there is no action perform on screen for 5 mins in Android?

I want when my app exit, after exit if there is no action perform on screen for 5 minutes a video will play every time, this video id define in my app. Any help would be appreciated. Thankx in advance. I have the following class but it is not worked…
Khushboo
  • 107
  • 1
  • 1
  • 12
-1
votes
1 answer

Run a loop while waiting for a click on the plot in R

in R there are several ways to wait for an input from the user, such as clicking somewhere on a graph (e.g. locator() function). I'm looking for an option to record the user input WITHOUT waiting for it. I'm running a for loop with a locator()…
Jehol
  • 163
  • 4
-1
votes
1 answer

Live stream video and capture input from the user and send it to Raspberry Pi Robot

Need Help! Let's assume I have a robot in a room with a camera on it. I need the video source to be available live on a website. I don't want any latency at all (assuming that I have a good internet connection). Also if a user presses any keys while…
-1
votes
3 answers

A program that can interact with another program

I'm working on a side project and I'm hoping some of you can help me out. Say I have an existing executable program running in Windows and that it requires some sort of user interaction every hour. The interaction process would require the stroke of…
Dan K
  • 19
-1
votes
3 answers

Do all Web Applications need a browser?

By definition: Web Application is an application that is accessed via the Web browser over a network such as the Internet or an intranet. Is it possible to develop a Web App that does not need a browser to run on? P.S. I am not looking for…
-2
votes
1 answer

Is there a way to automate user interaction with an android app?

I want to develop an app which can simulate user interaction on a web site. For example the user types in a username and a password and a text. The app automatically goes on facebook, logs in with the given username and password and then makes a…
Sefa
  • 1
  • 2
-2
votes
1 answer

How to observe another user activities on webpage

I have to create a web page, where all activity of some user will be seen by second user. Simply, the second user see everything what the first user is doing at his page. I know, that It is possible using AJAX or Websockets, but I' m interested in…
-2
votes
1 answer

dll interact with user

I'm developing a small app in c# .net. I would like to use it in different ways. As windows forms app and as command line app. So i have interface projects and i have internal core dll project. In some procedures in that dll i want to comunicate to…
1 2 3
20
21