6
votes
6answers
108 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 …
0
votes
1answer
63 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 …
0
votes
4answers
49 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] initWithIma …
0
votes
1answer
33 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 scrol …
0
votes
2answers
28 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 ar …
1
vote
2answers
38 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 hav …
-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 all …
0
votes
0answers
24 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 …
0
votes
1answer
12 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.
Co …
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?
0
votes
1answer
39 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 …
0
votes
2answers
181 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 …
1
vote
4answers
77 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 …
0
votes
2answers
51 views
Preventing touches from being handled by a parent table view
I have a custom table view cell that handles user gestures. However, even if I have exclusiveTouch set to YES, the moment the y value changes by any amount, scolling starts, even …
0
votes
1answer
110 views
Adding a UIImage on a touch event iPhone
OK i am really struggling with this!
I know had to add an image to the view, i know how to record a touch event. But combining the two is proving to be an issue.
There are lots …
