Tagged Questions
The trackball tag has no wiki summary.
6
votes
13answers
9k views
ergonomics: what's better; trackball, ergonomic mouse or some other pointing device (a-la touchscreen)? [closed]
So I bit into the hype and recently purchased an apple wireless keyboard and that evil bar-of-soap thing apple makes for a mouse. Couple of hundred dollars later and this is where I begin to worry ...
3
votes
1answer
112 views
which 'on' method is called when the trackball's 'Select' button is pressed?
which 'on' event is invoked when the user selects a ListView item by pressing the trackball button?
i trapped onKeyDown, onTouchEvent, onTrackballEvent
but it's none of those...
thanks
3
votes
1answer
263 views
Is it possible to detect if an Android phone has a trackball?
My application requires users to hold down the trackball in order to access an advanced menu. Not all phones have a trackball, however, so I need to remove this requirement for such phones. Is there ...
3
votes
1answer
2k views
Change “Pulse notification light” / trackball light setting on Android (Nexus One only?)
On the Nexus One (at least in 2.1-update1, and I think in 2.1), there is a setting under Sound & Display: "Pulse notification light". This doesn't seem to be present on the "2.1 with Google APIs" ...
2
votes
2answers
153 views
C# .NET Trackball Support - But Not As a Mouse!
I want to use a trackball in my C# .NET application. But I do not want the trackball to be used by Windows as a mouse. When I connect both a trackball and a mouse the are both given control of the ...
2
votes
1answer
132 views
Let the trackball glow per code in Android java
How can I let the Trackball glow? I know my HTC Hero can do this, If I get a new SMS he is also glowing, so how do I program this? Nothing found for this...
2
votes
1answer
1k views
WebView JavaScript links work on touch but not when using trackball
I have a simple WebView-based activity that follows the Hello, WebView example to enable JavaScript and overload shouldOverrideUrlLoading().
This Activity works great when the user touches links on ...
1
vote
0answers
86 views
opengl trackball
I am trying to rotate opengl scene using track ball. The problem i am having is i am getting rotations opposite to direction of my swipe on screen. Here is the snippet of code.
prevPoint.y ...
1
vote
1answer
277 views
Handle left right trackball swipe in blackberry
How do I write code to handle event that are fired when the track ball in a black berry app is swiped left and right?
1
vote
1answer
201 views
Blackberry: trackwheel stop motion listener
I'm implementing an app that has a MapField, which I am extending.
I'm using navigationMovement(int dx, int dy, int status, int time) to move around this map (besides touchEvent(TouchEvent event) ...
1
vote
2answers
436 views
onTrackballEvent not firing on Samsung Moment
I have a list in my app.
When a user touches a list item with their finger, the onListItemClick handler fires and I have it opening a new Activity.
However, when a user uses the trackball/pad to ...
1
vote
1answer
244 views
Deselect any trackball/trackpad selection
Is there a way to programmatically deselect/wipe whatever the user has selected with the trackball/trackpad?
When I hit the back button on an Activity, the Activity it falls back to has a button that ...
1
vote
1answer
242 views
Android trackball events while screen is off
I'm looking for a way to grab trackball events while the screen is off, preferrably on a N1. I'm building my own music player and would love to add the feature to skip songs by trackball press, ...
0
votes
0answers
10 views
Android - Trackball, ListView Visibility Gone Error
I have a listview that displays a list of profiles added by a user. If no profiles exist, I set the listview visibility to "gone".
I have a context menu on the listview that allows a user to delete a ...
0
votes
0answers
116 views
OpenTK - How to rotate object by given angle
I was using tutorial on http://viewport3d.com/trackball.htm to program trackball. I have axis and angle computed but because I am just beginner to OpenTK and OpenGL, I don't know how to apply rotation ...
0
votes
1answer
32 views
How to change the center of the trackball in its regular implementation?
I have successfully implemented a trackball in java using the below two tutorials:
http://nehe.gamedev.net/tutorial/arcball_rotation/19003
...
0
votes
1answer
334 views
Google Map View on Non Touch-Screen Phones
I have implemented Google Map view in my app with a number of custom markers. I am testing in the emulator and everything works fine if I treat the emulator like a touch screen phone - I can click on ...
0
votes
1answer
96 views
Receiving trackball events with an Android NativeActivity
I have a NativeActivity-based application that wants to receive trackball events.
According to the (sketchy) documentation, I should be receiving these via the struct android_app's onInputEvent() ...
0
votes
2answers
108 views
Select and check the checkboxes in Android listview using device trackball
In my Android application I have used a Listview and in each element in the listview have two checkboxes. The problem is, the user can not select those checkboxes using the device trackball. It ...
0
votes
0answers
53 views
Trackball driver for Android
I'm wondering which input event is used for trackball inputs, on the driver side (for ex. the ones for multitouch are ABS_MT_POSITION_X and ABS_MT_POSITION_Y), as I can't seem to find any ...
0
votes
0answers
164 views
Blackberry numeric keyboard changes to qwerty alphabetic keyboard on movement of trackball
I am working on web application to be supported for Blackberry torch.
There is one numeric question in which our client wanted to see number keypad open up as user taps on the edit field. So the ...
0
votes
2answers
513 views
Mapview onTap not firing for OverlayItem onTap
I have a mapview in my app, and everything is working fabulously with touchEvents.
However to maximize usership of the App, I have been trying to add trackBall interface functionality as well and am ...
0
votes
0answers
167 views
Item in listview only touchable after 'scrolling to it' with trackball?
I am implementing a ListView in a ScrollView. As everybody else, I had problems with it, the list wouldn't become bigger than 1 item.. But after I fixed this by using this workaround: ...
0
votes
1answer
153 views
How can I zoom with mouse scroll on WPF TrackballDecorator (3dTools)?
Currently I can zoom using right click. Is there a simple method to do it with mouse scroll ?
Thanks.
0
votes
3answers
742 views
Disable trackball click in Android
I've run into some difficulties with implementing a custom progress dialog. Even though an overlay intercepts touch events the user can still operate the trackball and click elements that are supposed ...
0
votes
1answer
391 views
How to handle Android trackball events from a web page?
Is there any DOM event in Webkit associated to trackball events (movement and pressing)?
Or is there any other way to handle those events from a webpage?
0
votes
1answer
205 views
Select TextView with trackball
I have different elements in my layout: Buttons, RadioButtons, EditText, a ListView and I have made a RelativeLayout that is clickable and starts a new intent. Everything works ok except that I can't ...
0
votes
3answers
2k views
How to control trackball behaviour in Android Views?
I have a FrameLayout view which contains one (MapView-like) control and some additional buttons overlaying it. (the layout xml is below).
I want to allow the user to pan/scroll the main view using ...