Tagged Questions

1
vote
1answer
77 views

JavaScript mapping touch events to mouse events

I'm using the YUI slider that operates with mouse move events. I want to make it respond to touchmove events (iPhone and Android). How can I produce a mouse move event when a touch …
1
vote
1answer
290 views

How do you make a Winform track bar (slider) behave sensibly on a touch-screen monitor

What's the easiest way to modify a Winforms track bar so that when a user clicks on it the track bar jumps to the location of the mouse? By default the track bar moves to half way …
0
votes
1answer
52 views

On-screen keyboard for touchscreen app

I am developing a kiosk-style application that is going to be used with a touchscreen. Are there any simple, well-written on-screen keyboards for Cocoa? Note that this is not for a …
0
votes
3answers
39 views

How to extend the sensible area around active area (hyperlinks) in Firefox ?

At which level in Firefox the active zone around active areas (text and image hyperlinks) is defined ? I would like to experiment ways to extend them to ease the use of touchscreen …
1
vote
1answer
115 views

Touch friendly GUI in Windows Mobile

I'm porting an audio processing application written in C++ from Windows to Windows Mobile (version 5+). Basically what I need to port is the GUI. The application is quite complicat …
0
votes
3answers
118 views

Pinyin Character entry on a touchscreen keyboard

The app I'm developing requires that it be deployed in China, which means that it needs to have Pinyin and Chinese character handling. I'm told that the way that our customers han …
0
votes
5answers
90 views

Forwarding javascript attribute events to different handler/type

I'm currently trying to set up a web page for a touch screen computer, and have noticed that (with my fat fingers) that onclick events are really hard to trigger, as the surface ar …
1
vote
3answers
545 views

How to handle ButtonField & BitmapField Click (Touch) events in Blackberry Storm?

I have created a ButtonField & a BitmapField like.. public class MyCanvas extends MainScreen implements FieldChangeListener { HorizontalFieldManager hfm; private B …
1
vote
4answers
382 views

Why does google.com look different on blackberry & phonegap vs. blackberry & browser

I'm tyring to get phonegap up and running on blackberry storm (9530 simulator). I had been testing my webapp from withing BB's built in browser, and it was looking ok, but then it …
-1
votes
3answers
233 views

What’s so great about a touchscreen? [closed]

I recently had a friend show me his Blackberry Bold. I asked him why he got that rather than the Storm to which he almost instantly countered (almost confrontationally) "why do I n …
1
vote
2answers
109 views

blackberry JDE 4.7 - TouchEvent Class - difference between getX and getGlobalX

In the blackberry JDE 4.7, under the TouchEvent, there are two similar sounding methods: getX(int touch) "return mapped x coordinate" getGlobalX(int touch) "return global x coor …
1
vote
3answers
368 views

Blackberry storm touchEvents

Hi There, Ive ported an Blackberry 4.6.0 application over to the storm on 4.7.0. All is working fine apart from the touch events i'm trying to control. I trap touch events in the m …
3
votes
2answers
163 views

touch screen programming issue

Hello everyone, Suppose I have a touch screen which supports single finger touch, is it very hard to use software based solution (e.g. programming to detect multi-finger touch and …
0
votes
2answers
306 views

iPhone SDK: How Do You Store a Coordinate Pair generated during a touch event?

I'm trying to create a rotating object for the iPhone. I have it calculating all the trig. The problem is that for my project I have need to have the program reset the x and y ever …
0
votes
3answers
72 views

Is it worth bothering with touchscreen functionality?

So I'm writing a small Windows application, and I'm seeing many places where I could make life easier for touchscreen users (through things like swipes and multi-touch in Windows 7 …

1 2 3 next
15 30 50 per page