Tagged Questions

1
vote
2answers
27 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
28 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
2answers
12 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 …
0
votes
1answer
29 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
1answer
21 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
2answers
40 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
2answers
36 views

Variable losing its value (iPhone SDK)

I declare a variable in the header file and synthesize it in the implementation. When the view loads (ViewDidLoad) I read a plist file an populate the variable with a value. WIth …
1
vote
2answers
59 views

Comparing Touch Coordinates.

Is it possible to compare touch coordinates made by the users on the UIView to the one store in a plist or txt format? The argument looks like this; if (user touch coordinate == …
0
votes
1answer
79 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 …
0
votes
1answer
47 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
1answer
45 views

How to make an UIAlertView(Pop Up) Come When a Bouncing image touches a dragable image(iPhone SDK)?

Hi Guys how can a pop up alert cum when an bouncing img touches a dragable image like how it is done in this app http://tinyurl.com/kspnh6 Example there is an image that is going …
0
votes
0answers
145 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 …
0
votes
0answers
73 views

Why am I not receiving either WM_GESTURE or WM_TOUCH?

My window is not receiving WM_GESTURE messages, nor WM_TOUCH messages. According to the msdn touch troubleshooter, I ought to be receiving WM_GESTURE messages unless I have called …
1
vote
2answers
62 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 …
3
votes
2answers
89 views

Simulate touch command with Java

I want to change modification timestamp of a binary file. What is the best way for doing this? Would opening and closing the file be a good option? (I require a solution where the …

1 2 3 4 5 next
15 30 50 per page