0
votes
1answer
19 views
How to enter info from notebook touch pad with Java
I wonder if there is any sample Java program that shows how to get info from notebook touch pads, for instance if I want to develop a Java app that can get users' handwriting from the touch pad. It's …
0
votes
3answers
51 views
how to get touch event on imageView of UITableViewCell ?
Hi, I want to get notifications when user single tap or double tap on imageView of UITableViewCell. I have been try to add a subview to imageView, and use touchesBegan:withEvent: in subview …
6
votes
6answers
127 views
Tooltips in the era of touch
Tooltips are an incredibly useful interface paradigm to know an application. They are the mapping between the visual control and the application specific action associated to that control. the user …
0
votes
1answer
102 views
[iphone] get touch coordinates (in the form of 0-480 and 0-320)
i dont get how to translate the coordinates of the iphone.
if i make a single touch i get the coordinate.
if i make a touch and keep it and release it it shows the difference of the starting and end …
0
votes
4answers
55 views
Which object, or view, did I touch?
Working in a ViewController that has a few views which were added to it as subviews and I have a touchesBegan method:
UIImageView *testImage = [[UIImageView alloc] initWithImage:[UIImage …
0
votes
1answer
52 views
Passing on presses from a UIButton to a Scroll View
Hey,
I have several UIButtons on top of a UIScrollView.
Each of the buttons do something when the pressUpInside method is called.
What happens is that is the scroll view is scrolled when the area …
0
votes
1answer
21 views
Dragging a particularly large sprite up and down like scroll effect in COCOS2D
I am really stuck on this. My application is in landscape view and on one screen i wanted my instructions image to be scrollable. I have added this image as a sprite. First i tried to get scroll …
0
votes
1answer
14 views
How to touch a file with JScript?
Is there a way to touch a file (i.e. change its modification time) from a JScript? There is a DateLastModified property in FileSystemObject (ActiveXObject), but it's read-only.
Couldn't even find a …
0
votes
0answers
33 views
UIWebView Touches
I'm trying to catch when a user stops interacting with a UIWebView. I've added this code to my UIWebView, but it never seems to get called.
- (void)touchesEnded:(NSSet *)touches withEvent:(UIEvent …
1
vote
2answers
46 views
How to write software for my touchpad?
I have some ideas for improvements on my touchpad, ranging from the run of the mill scroll horizontally at the bottom, tapzones for right click, to more complicated ones. But I have no idea where to …
-2
votes
1answer
44 views
CGrectContainPoints & Touches queries
Im getting straight to the point. I have static coordinates stored as array and i want to compare this coordinates with user touch.
//touch handling
UITouch *touch = [[event allTouches] anyObject];
…
0
votes
2answers
33 views
UX Design for Disabled Controls w/ the Touch Interface
So we're re-designing a desktop application so that it's also usable with thye Touch Interface with Windows 7. We've consulted the UX guidelines.
For some part of the UI, there are toolbox icons that …
0
votes
1answer
28 views
Emulating touch-screens
Hi,
How would you emulate touch-screens? I wouldn't want to pay $ to get a touch-screen to test my software whether it supports touching fully. Any links or tips?
0
votes
1answer
44 views
Recognize regular taps in table view on iPhone
Hello,
I have a table view with custom cells and I recognize swipes in that cells. That works just fine but I'd like the table view to behave normally. When I tap the wherever on the table view I'd …
0
votes
0answers
37 views
UIScrollView. What is the correct way to allow a subview to receive touch events?
I have a relativeluy simple setup.
myScrollView
containerView
touchSensitiveView
passiveView
So, touchSensitiveView and passiveView are subviews of containerView which is the only …
