Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
4answers
1k views

Tap and Hold (Long Press)

Has anyone implemented Tap & Hold in a Windows Phone 7 App yet? I can see a couple of possible approaches KeyDown/KeyUp and a timer or ManipulationStarted/manipulationCompleted and a timer. ...
2
votes
1answer
2k views

Determining Long Tap (Long Press, Tap Hold) on Android with jQuery

I've been able to successfully play with the touchstart, touchmove, and touchend events on Android using jQuery and an HTML page. Now I'm trying to see what the trick is to determine a long tap event, ...
1
vote
4answers
886 views

How can I implement the “tap and hold” behavior in an MFC CListCtrl?

How can I implement the "tap and hold" behavior in an MFC CListCtrl? I have an MFC CListCtrl in a CDialog and I need to add to the CListCtrl the "tap and hold" behavior. That is what I mean for "tap ...
0
votes
1answer
52 views

cocos2D CCSequence touch and hold over time

I'm using CCSequence Actions and I want my sprite to hold at a specific action while touch and hold and continue the sequence once the touch is ended. -(BOOL) ccTouchBegan:(UITouch *)touch ...
0
votes
2answers
158 views

How to implement Hold in Listbox?

If hold the listbox, I want to get listbox index. This is my code: <ListBox Margin="0,0,-12,0" Hold="holdlistbox" x:Name="listbox" ...
0
votes
4answers
662 views

Timers / Tap and Hold gesture problem in .NET CF

Ive encountered some strange behaviour in my .NET CF 2.0 application running on Windows CE 5.0. I have a timer updating a control periodically, that control can also receive Tap and Hold gestures ...