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

learn more… | top users | synonyms

0
votes
1answer
30 views

iPad html elements not appearing - until user interaction

I'm having a problem with some text and images not loading on the page when using an iPad, 2 and 3. It's quite a random, intermittent problem but normally seems to effect the same sort of items. I ...
2
votes
1answer
30 views

ELCUIApplication timeout issue

I am new for ios. I have an app in which i have a login. After login user can use application. Now i have functionality that if user have no user intraction for 2 mins than app will navigate to ...
1
vote
0answers
49 views

3D WPF charts with custom objects

I am new to 3D and charting in WPF. What I would like to do is building a chart with my own 3D objects inside it. I don't want to display classical points or bubbles, but my own 3D objects (cubes for ...
0
votes
2answers
50 views

interactive Shell Script

how do I create a simple Shell script that asks for a simple input from a user and then runs only the command associated with the predefined choice, for example IF "ON" Backup Server ELSEIF "OFF" ...
-1
votes
3answers
66 views

A program that can interact with another program [closed]

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. ...
4
votes
2answers
161 views

R Shiny: Interactively change the selectInput choices?

Originally I create this shiny interface that takes in a parameter "company id" and "date", but here we have a problem: most people dont know the companies we work with by their id, only their name, ...
-2
votes
1answer
80 views

iOS App Store Rater best practice [closed]

Im using a pre defined class to do the "rate my app" functionality i want to know what is the best time to show to the user the rate message; is it related to the time user uses the application, or ...
0
votes
1answer
41 views

Plot points at 2d on matlab and show the associated image when click on a point

I have a collection of images associated to 2d points. I want tot plot those points on a figure and when I click on the points I expect to see the corresponding image on the screen. Suppose I have a ...
1
vote
1answer
51 views

how to translate 3d mesh, given a view direction and a change in cursor position

My question is similar to 3D Scene Panning in perspective projection (OpenGL) except I don't know how to compute the direction in which to move the mesh. I have a program in which various meshes can ...
0
votes
0answers
155 views

JavaFX - draw rectangle in canvas with mouse (like in Windows paint app)

I'm developing a JavaFX application. I have a canvas and I want to know how can I draw an rectangle or other geometric shape with mouse, like in Windows paint app. Does anybody knows?
2
votes
1answer
166 views

Windows 8 App: “Snapping” Drag and Drop for Card Game

After trying to use the following snippet to move cards (Images right now) around I was not satisfied with the result. Card.ManipulationDelta += (o, args) => { var dragableItem = o as Image; ...
0
votes
1answer
28 views

Select storing folder in client side

I'm using PhpWord to save some data in Word format. The thing is that I need the user to select the place where it's needed to be saved. Right now I set it in the following way: $objWriter = ...
0
votes
2answers
38 views

iPad iOS6 is it possible to make a view “tap through”, while keeping gesture recognizers on that view active?

I'm trying to create an overlay over the screen of one of my apps. Ideally, the overlay would receive tap gestures, while still allowing the user to interact with views under the overlay. I know that ...
0
votes
0answers
8 views

Felxible term clouds

I have to implement dynamic term clouds. I need to let the users remove terms from clouds or assign them to from one cloud to another one. They should be also capable of merging or splitting clouds. ...
0
votes
0answers
32 views

Visual query designer

We are building application with ability for users to extract data without typing SQL queries. Application is based on .NET windows infrastructure. Is there any flexible solutions (controls) that ...
7
votes
1answer
152 views

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 to a clear-cut solution when a GUI interface is needed. My question, to be more specific, is as ...
1
vote
1answer
89 views

View loaded from nib not getting touch event

I have created a custom keyboard, using some buttons. I created them using interface builder, and I create a CustomKeyboardView file.. So I have 3 files CustomKeyboardView.h CustomKeyboardView.m ...
0
votes
0answers
73 views

Is it possibble to make SVG files change size depending on audio input in Processing?

I'm playing around with Processing trying to create some interesting typographic forms. I used initially a library called Geomerative and assigned some svg files to points of my font to make it more ...
0
votes
0answers
71 views

Automatizing controlling of Skype Linux UI application

I am the author of project Sevabot http://sevabot-skype-bot.readthedocs.org/ - a Skype bot for Linux. As the server installation is painful ( ...
0
votes
1answer
17 views

AJAX Pattern for interactive user decisions

I'm just trying to find a pattern / best practice to come up with interactive user decisions. So basically I have a (quite large) form the user has to fill. Once he submits, an AJAX-Post-Request is ...
0
votes
0answers
394 views

Loading spinner in PhoneGap app on iOS 6

I have a problem with a PhoneGap application that only occurs on iOS 6. I have implemented the CDVVideo Cordova plugin (https://github.com/bubblefoundry/CDVVideo) to play videos. This works fine, but ...
0
votes
0answers
36 views

How do I monitor and control user access to a web site's user interface in a Rails app?

I have a rails app with a cam embedded into one of it's views. There is a UI that any site user will be able use to control the cam. It's a click and drag interface, where they can pan around an area. ...
0
votes
1answer
164 views

Can Jenkins handle an gui/non-gui interactive python or java program?

I want to create a build pipeline, and developers need to set up a few things into a properties file which gets populated using a front end GUI. I tried running sample CLI interactive script using ...
2
votes
1answer
349 views

How to make an interactive city map without Flash

So I've looked at all the previous questions asked and found that nothing was answered to the point of what most are asking and I would like to rephrase the question asked about making clickable maps. ...
1
vote
4answers
217 views

iOS - How to get touch behind the imageview on transperant part of image?

Here i wants to get the touch for button action event on button tap - B and when image is tapped (on visible area of image) the tap gesture method will call but problem is image is on the button and ...
1
vote
2answers
107 views

Push Notification without user interaction

I would like to know if there is any way to use push notification on iOS without user interaction. I am working on kind of anti-theft application. One of the case, when phone is stolen, we should be ...
1
vote
1answer
76 views

How child view will identifie set property of parent view (iPhone)?

The scenario is like, I have one UIButton in one UIView. So UIView is parent view and UIButton is child view. Now, If I set user interaction false for parent view then can I click UIButton ...
1
vote
0answers
33 views

overriding Default Dialog Button: purpose: prevent accidental click of “OK” by end users (regarding unsaved web pages)

(a) TIMTOWTDI =. there is more than one way to do it (b) TIOOWTDI =. there is only one way to do it i do not know if the case for this issue is (a) or (b), above. The follow links may apply to this ...
0
votes
1answer
214 views

could the SelectionChanged event in WPF be handled only for user interaction?

I would like to handled SelectionChanged event in WPF DataGrid element for user interaction/selection only and skip if it's due to binding or other set values. Any idea how I will determine if the ...
0
votes
0answers
110 views

Browser interacting with python script

Iam working on small app where user writes program and execute them from browser. First thought of going with PHP but i didn't find a way to INTERACT with running program. Then I found Python and as ...
0
votes
0answers
35 views

Silverlight to Overlap a Webpage For an Interactive Tutorial

I'm wondering if and what would be the easiest way to implement an interactive tutorial without modifying a current webpage. I would like to simply overlay controls that would point users to certain ...
1
vote
1answer
73 views

UITextField user interaction issue in Adhoc application iOs

I have created an iPhone app and created it's AdHoc installation file (.ipa) using XCode 4.5, iOs6. And I have installed the app on my device successfully via iTunes. The issue is, the app has one ...
2
votes
1answer
78 views

JUnit ask user if test was successful?

Does JUnit has a build it feature to ask user interactively about test succeeded? I know JUnit is for automatic testing, but I have some sound generating classes which I want to test by ear and want ...
0
votes
0answers
34 views

Is it possible to trigger a “click” sound on mobile devices, when the user interacts with a website?

silly question once in a while... I had to debug a page for IE8 today when I noticed that the clicking sound it makes when hitting a button on a website is actually quite nice to have in terms of ...
0
votes
3answers
80 views

Identifying what features in my iOS apps are used [closed]

I have several iPhone/iPad apps on the App Store. I would like to add snippets of code in my apps that will identify user behavior. For example what features in the app are used the most or the least. ...
0
votes
1answer
233 views

Subview of custom UIButton class doesn't trigger click

I'm writing a custom UIButton subclass, to create my own fully customized button to have total controll. Still, I'm having problems when I try to add a subview to that UIButton's view. The subview ...
-2
votes
4answers
200 views

Do all Web Applications need a browser? [closed]

DISCLAIMER: I am not sure if this question belongs here or not. Please feel free to notify otherwise. To begin with, most of the articles state that: Web Application is an application that is ...
0
votes
1answer
62 views

How to set toolbar userInteractionEnabled = NO?

I was using method in below to show a toolbar on bottom with a title. UIBarButtonItem *item = [[UIBarButtonItem alloc] initWithTitle:@"Your Title" ...
4
votes
1answer
1k views

How to make a C program stop a loop from any user input?

I would like to writing a small C program that runs an infinite loop until the user presses a key on the keyboard (ie: there is a char in the stdin buffer). I am running into trouble breaking the loop ...
0
votes
3answers
93 views

Looking for good books about usability and wireframes on webpages

Which up-to-date books can you recommend when it comes to usability and interactions on webpages? And which tools do you prefer for creating wireframes and why? (Hotgloo, Axure, Visio etc)
0
votes
1answer
110 views

gnuplot wxt interactivity in c++

i need help programmatically plot graphs using Gnuplot. I have N graphs I want to plot each on a different window. I currently generate a string containing a gnuplot script, where every plot call ...
0
votes
0answers
58 views

Issues with userinteraction on UIScrollview on another page (Objective c)

i have a UIscrollview with 3 pages. The problem is that in my app the user must be able to interact with all the pages at the same time, and by some reason it appears to be an automatic function that ...
0
votes
1answer
175 views

Why User Interaction Enabled is Necessary for the Target too Instead of Just the Button?

UIButton * newButton = [UIButton buttonWithType:UIButtonTypeCustom]; newButton.imageObject= someImage; UIImage * imagePut = someImage.imageBlob; imagePut = [imagePut roundedCornerImage:20 ...
0
votes
1answer
583 views

How to detect swipe direction between left/right and up/down

My Question: How do I detect when a user moves their finger up/down vs left/right (and how do I know which direction of those groups their finger moved)? My Situation: I want to change the brightness ...
0
votes
0answers
103 views

Animating in onDraw without SurfaceView

There's a lot of information on performing animations in a SurfaceView, but not so much about just View Canvas operations. In this tutorial, when you lift your finger off the screen, the new number ...
0
votes
2answers
103 views

Detect time since last user interaction with application

I'm currently programming an application which is supposed to log out the current user after x minutes of inactivity. I do realize that there's a few ways to implement this, such as setting a ...
1
vote
1answer
193 views

iOS UIView push view controller

Is it possible to push a view controller when a user selects a UIView? I have a UIView that displays an address and coordinates in it and when the user touches it, I want it to push to my map view ...
1
vote
1answer
49 views

Documentation: Left/right-click vs primary/secondary-click [closed]

When instructing users which mouse button to click an element with, is it standard practice to use the phrase 'left/right click' or is it 'primary/secondary click'. To download the file, 'right ...
0
votes
0answers
120 views

run a script from a systemaccount but display it to “normal” user

I'm trying to make our software deployment more user friendly by displaying sort of a gui to the user where he can get some informations and make some settings himself. The problem I ran into is that ...
0
votes
2answers
148 views

UIWebView on top of UITableView - how to switch between them?

OK, I have a situation, where a user looks up a word in my app. Static information about the word is displayed in the top 1/3 of the screen. The user can see more information about this word in the ...

1 2 3