Tagged Questions

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 …
0
votes
1answer
70 views

how do i handle uislider’s touch event in iphone?

i want to fire a timer as user slides the slider when the touch ends. is there a way to handle touch events of uislider?
0
votes
2answers
204 views

Cocos2d iPhone Non-Rectangular Sprite Touch Detection

Have a project with a TRIANGLE shaped graphic in a sprite. I am arranging these sprites in a grid so that their rectangles are all overlapping. As sprites get touched their z-order is being changed …
0
votes
2answers
59 views

Propagating touches from UIApplication in a custom manner

Is it possible to propagate touches from shared application object to a custom view which has not actually received touches and somewhere at the back of the top view? Assume that I can't use my top …
6
votes
6answers
126 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 …
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 …
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
4answers
53 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
101 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
1answer
51 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
0answers
18 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 …
1
vote
4answers
89 views

equivalent of “touch” in scons?

scons uses MD5 hashes rather than file mod times to determine if a dependency needs to be built. I want this to be the default behavior. But is there any way to force it to assume a particular file …
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
32 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 2 3 4 5 next
15 30 50 per page