Tagged Questions

0
votes
2answers
37 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
113 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
86 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
50 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
43 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
2answers
29 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 …
1
vote
2answers
43 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
1answer
42 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
1answer
27 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?
-2
votes
1answer
41 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
1answer
68 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
0answers
26 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 …
0
votes
0answers
12 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 …
1
vote
4answers
83 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 …

1 2 3 4 5 next
15 30 50 per page