gestures Questions
2
Solved
My application contains an area filled with buttons. I wish to implement the activity in such way, that fling gesture over the button area would switch it to one of two another areas (using ViewFli...
Ardenardency asked 21/4, 2011 at 16:31
1
I have noticed a problem on various handsets that if you save gestures while the stroketype is set to single and then change the stroketype to multi and add some multi-stroke gestures, the multi on...
4
Solved
I am writing an application targeting OS X Lion and Snow Leopard. I have a view that I want to have respond to swipe events. My understanding is that three-finger swipes will call -[NSResponder swi...
1
Solved
So here is the catch. I have two Scroll Views, one is filled with 10 odd subviews, that are basically like playing cards (custom class views). I want to be able to drag and drop some of these views...
Saponaceous asked 16/9, 2011 at 11:49
1
Solved
I'm working on implementing gesture recognition in my app, using the Gestures Builder to create a library of gestures. I'm wondering if having multiple variations of a gesture will help or hinder r...
Todd asked 12/10, 2011 at 16:38
2
Solved
I am working on some touch events and gestures, I want to be able to zoom and rotate the object, I have successfully made it draggable but the gestures are giving me trouble. The gestures are worki...
Coupe asked 23/6, 2011 at 18:1
2
I'm developing online map(like google maps) of cool fantasy world. I'm also use OS X on my main computer. Since OS X(especially Lion) are focused on different multi-touch gestures because almost of...
Berliner asked 30/6, 2011 at 8:17
1
Solved
I have placed a UIGestureRecognizer deep within my uiview hierarchy but it is not being trigger. Here is a general map of the views:
UIScrollView > UIView > UIView > UIView > UIView
The last view...
Taffy asked 29/7, 2011 at 10:45
1
Solved
I'm new to Android and I'm working on Gestures. I have a problem regarding how to recognise the text. When a user draws a letter or number that has to be recognised and has to be printed on the top...
Pretrice asked 7/6, 2011 at 6:20
3
I've searched all across the web to find a simple way of adding touch gestures to a simple button. Basically I'm trying to find a simple way of getting the back button (which you usually see on the...
Mango asked 1/2, 2011 at 2:5
2
Solved
I have implemented my TabActivity with different child activities:
intent = new Intent().setClass(this, MyChildTabActiviy.class);
// Initialize a TabSpec for each tab and add it to the TabHost
spe...
2
Solved
I have to GestureDetectors in my program. One works beautifully, the other doesn't. As far as I can tell they're both implemented the same way.
Here's the code for implementing the one that isn't ...
1
Solved
I have an Android app with a ListActivity in the main view. The list contains a LinearLayout with a TextView and a hidden delete Button. The delete Button will be hidden by default. I want to use a...
© 2022 - 2024 — McMap. All rights reserved.