The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
39 views

Synaptics Touchpad is not working on ubuntu 12.04

My touchpad wasn't working and I found that code, sudo modprobe -r psmouse && sudo modprobe psmouse proto=imps problem is it is working fine but if I logot or restart again I have to re-enter ...
0
votes
0answers
18 views

Javascript/GWT - Can multitouch events be captured on a touchpad?

Can multitouch events (two, three fingers) be captured on a laptop browser (ex. Chrome) when using the touchpad, with Javascript / GWT ?
0
votes
0answers
53 views

Using Linux CentOS 6.4 on a G7 Laptop, synaptics mouse is interfering

I'm not sure if it is how I worded my searches, but I cannot find anything useful. My problem is that since installing CentOS 6.4 on my HP G7 Laptop, the synaptics mouse causes me lots of problems. ...
-2
votes
0answers
24 views

toch screen keypad on AVR [closed]

I'm new at programming AVR. I want to connect a touch screen keypad on AVR, I'm going to use an ATmega32 and a four wires resistor touch screen keypad. I need the C program as regards it. By the way ...
0
votes
1answer
28 views

Java - how to listen to zoom events from touch pad mouse

Using my ThinkPad touch pad, I can zoom in and out on various applications with a pinch gesture, just as I do with other zoom methods, such as Ctrl+Mouse Wheel. Is it possible to listen to such ...
0
votes
1answer
77 views

android libgdx touchpad

Touchpad is not visible with no errors. He launches between "//Create a touchpad skin". I've tryed a lot of ways, but all wrong. What is wrong there ? public WorldRenderer(World world) { ...
1
vote
0answers
48 views

Receive data of multitouch events from laptop's touchpad

I'm working on writing a program that controls Android device (via USB cable and the Android-SDK toolset). The program is written in Java, and is addressed for Windows platforms. The idea is that I ...
0
votes
0answers
65 views

Versus “Touchpad 7”

Eclipse does not recognise my Versus Touchpad 7 for debugging. If I switch debugging off when I connect the Touchpad 7 to my computer (Vista) I am able to transfer files, but if debugging is on then ...
0
votes
0answers
38 views

synclient doesn't work from udev rules

This script is used to detect inserting a mouse, and disable / enable the touchpad. this is the udev rule that triggers the script: ENV{DEVTYPE}=="usb_device", ACTION=="add", ...
0
votes
0answers
87 views

touchpad as multitouch input

In Windows 7 using Chrome or Firefox, I want to get these standard js events from a regular laptop Synaptics touchpad. I'm also fine using a TUIO plugin such as npTuioClient, which I have already ...
15
votes
3answers
535 views

Is it possible to programmatically generate Touchpad gesture event?

I'm working on OS X project and i want to programmatically generate Touchpad gesture event like NSEventTypeSwipe or NSEventTypeRotate So I can rotate/zoom etc on other applications. I found out how ...
1
vote
0answers
114 views

Is there any way I can get Photoshop to register the finger pressure on the touchpad as brush pressure? [closed]

While working at my latop I thought of a novel idea on how to draw in Photoshop without having a pen tablet. My starting point was thinking about a way to better hold the mouse for a more accurate ...
2
votes
1answer
206 views

How can I disable(don't scroll) on left and right trackpad's movements. (jQuery scrollbars)

I'm using slimScroll Here is an example -> http://jsfiddle.net/rgmrw/11/ How can I disable left and right touchpad's movements. For example, by dragging two fingers UP - it scrolls UP. It's ok, the ...
0
votes
0answers
68 views

uinput - Synaptics touchpad

I'm trying to create uinput touchpad. Is there a way for uinput device to be recognized as Synaptics touchpad? I looked at X.org configuration but couldn't make anything out of it. Thanks for any ...
0
votes
0answers
272 views

Windows: Converting a TouchScreen into a TouchPad

We need a large Touchpad for a piece of custom hardware we are building. It should behave like a Touchpad (mouse mevements, tap=click, 2-finger pan = scroll, some gesture for right-click), and also ...
1
vote
0answers
226 views

jQuery draggable with handler outside the drag el (which moves)

I am using the draggable UI jquery plugin to simulate movement in a map or a "touchcreen" or whatever. In fact I have what I want did with mootools in this link: ...
0
votes
0answers
118 views

xmonad - tap to click

I would like to use the gnome tap-to-click feature with xmonad. It is checked under the dconf-editor schema org.gnome.settings-daemon.peripherals.touchpad. I have installed also the Synaptics TouchPad ...
0
votes
0answers
39 views

Touchpadlike movement in android

I am creating an android app that requires a touchpadlike movement of an imageview. By touchpadlike, I mean like a mouse on a laptop. Whenever the finger is released, it should save its state. I made ...
1
vote
0answers
257 views

Enabling Smart Touch remote as mouse/touch pad input

In the web browser that comes with the Samsung ES8000, mouse/touch pad support is possible through the Smart Touch remote. I'm developing a Flash-based app and need to support mouse input. The TV ...
1
vote
1answer
149 views

Reconfigure Mouse Device

I have a Logitech Wireless Touchpad I hope to use in a project. I am interested in using either of this device to drive a microscope stage. Ideally, I would have the touchpad hooked up with the ...
1
vote
2answers
566 views

Detect touchpad vs mouse in Javascript

Is there any way to detect if the client is using a touchpad vs. a mouse with Javascript? Or at least to get some reasonable estimate of the number of users that use touchpads as opposed to mice?
1
vote
1answer
276 views

How do I fix choppy scrolling in emacs 24 with starter-kit (ubuntu 12.04 on MacBook Pro) [closed]

I've just installed technomancy's emacs starter kit (by following the instructions to get it from the maramalade package repository) What I'm seeing is that as soon as it's installed, two-finger ...
0
votes
1answer
275 views

How to make a controlled computer cursor more accurate using an android device

iam creating a mobile application like the popular keyboard and mouse on android devices , the problem i face is that the mouse doesn't move normally on the computer screen, i used java robot class to ...
0
votes
0answers
398 views

Simulate d-pad center key to touchpad for android phones

how do you simulate a "d-pad center key" with a touchpad? I'm using Samsung Galaxy Y / GTS5360
0
votes
0answers
228 views

Screen and trackball frozen at login screen Ubuntu 11.04

I just up graded to 11.04 from 10.10. When I go to log in I cannot move the pointer in the Ubuntu environment. Once I un-capture the mouse it works fine in the windows environment.I am unsure if the ...
2
votes
1answer
141 views

Lock screen panning in the webOS browser on the TouchPad

How can I prevent a webpage from pulling to the left or right when swiping left or right in the webOS browser on the TouchPad? Example: If you launch google.com in the browser of a TouchPad and then ...
1
vote
2answers
622 views

Two-fingered scroll js on touchpad

We have developed a site whcih has a horizontal orientation and are wanting to implement touchpad control with two fingers move left/right. When you move two fingers left/right on touchpad, the site ...
1
vote
0answers
129 views

Connecting a remote touchpad to an Android system

I am thinking of connecting a remote touchpad to an android system (via infrared, bluetooth ...), for example for tablets or phones. But I don't know if it is possible to edit Android system in order ...
2
votes
0answers
241 views

get raw touch data from Wacom touchpad

I have a Wacom Bamboo multitouch-pad and want to use it as an input device. It is connected to my pc. How can I get the raw touch data? For instance, if I'm touching at position {x,y} on touchpad, my ...
0
votes
0answers
236 views

capture the gestures from Multitouch touchpad

i'm new in Multitouch touchpad topic and for my work i need some Infos. I have one Multitouch touchpad which via usb connected to my laptop(win7). Multitouch gestures like Zoom,pinch,... on the ...
0
votes
2answers
2k views

Calculator Problems - Android Programming

I'm trying to design a simple calculator for use as a scoreboard for a game or two. Ultimately, I want to be able to select the number of players, have that many score-trackers appear on screen, be ...
8
votes
1answer
11k views

HP TouchPad Usb Driving on Android

Can I do app development on HP TouchPad running CyanogenMod 9 I have an HP TouchPad with CyanogenMod 9 installed, and am trying to build to the device from Eclipse. The IDE does not appear to ...
0
votes
0answers
79 views

disable Mousefunctionality, but still sent raw data

Is there a way to disable the Mousefunctionality of a Mouse without disabling that the raw data from the mouse are send to the computer? (I´m talking about the logitech wireless touchpad). Thanks in ...
0
votes
1answer
247 views

Detect Touchpad event in C++ Builder

I am writing an API in C++ Builder that collects information for events on the touchpad of a windows laptop. This is how I was doing it. I was creating a window when the touch pad is touched, I ...
2
votes
0answers
186 views

Android - Soft touch pad hides ListView items

I have a ListView wich contains EditText views. When touching these EditText views, the soft key pad comes up (as desired). When using android:windowSoftInputMode="adjustPan" the touch pad hides the ...
0
votes
1answer
99 views

Writing API to use some functions of Windows Device Driver

I would request you to please help me out and guide me to the right track. I am supposed to right an API using the already available functions in the windows Touchpad driver, like I want to have the x ...
4
votes
2answers
770 views

Get finger position on touchpad

Is there any way to get the location that touch pad is touched? also I need capture module that is able to return such 2D points array map that reports states of touchpad points (state means: is point ...
2
votes
2answers
584 views

How to take a picture using command line on webOS on HP touchpad?

on webos, I have openssh running and would like to take a picture using the command line script. I suspect this is going to include some luna-send command, or alternatively a gst-launch But I am ...
6
votes
4answers
1k views

What resources are there for learning enyo (webOS)

What resources are there for learning enyo (webOS)? The official documentation can be found here: https://developer.palm.com/content/api/dev-guide/enyo.html
2
votes
0answers
98 views

in webos 3.0.2 where is the documentation for each “capability”?

I am interested in ultimately creating a connector for a cloud storage service similar to the dropbox account connector, so I am working towards understanding the whole "capability" structure, ...
3
votes
1answer
931 views

Hp Touchpad Browser ASP.NET thinks that cookies disabled

Just bought a cheap defunct hp touchpad. I notice that when I browse to my asp.net web app the url returns session id. The touchpad has cookies enabled and my web.config contains no mention of ...
0
votes
1answer
193 views

Does Palm/HP webOS 3.0 / Enyo framework support image maps?

Does Palm/HP WebOS 3.o / Enyo framework support image maps?? I have an HtmlContent control that contains "image maps" -- an image with links embedded in hot spots using the HTML "usemap" attribute. ...
0
votes
1answer
337 views

Does HP TouchPad supports HTML5's offline application (Manifest)

I have a webapp using offline support (a manifest file). It works correctly on Androids, iOS, RIM, and then some. It doesn't work on TouchPad though. If I refresh the app without connectivity, I get ...
2
votes
1answer
2k views

Where can I find flash player installer for the HP Touchpad emulator?

I tried using the Software manager, but it never leaves the loading screen on the emulator. I can't find an ipk package file either to install via the palm-install command.
3
votes
1answer
840 views

Command Line App Creation for HP Touchpad

I have recently started venturing into some HP webOS development and I am wondering if anyone knows if there is a code-generation command similar to the webOS Mojo palm-generate tool.
2
votes
0answers
182 views

WinForms Touchpad Scrolling

I'm working on a winforms application meant for touchpads and would like the user to be able to scroll through the contents by swiping their finger across the screen. I see that windows (at least ...
2
votes
2answers
713 views

Prevent horizontal touch pad scrolling on macbooks using Firefox?

does anybody know how to stop track pads from scrolling horizontally? My website has a deliberate overflow which you navigate using some javascript scrollbars. http://www.mitchellop.com However, if ...
4
votes
1answer
693 views

Parsing /dev/input/mouse0 for Multi-Touch

I need to enable gesture detection (in userspace) from a multi-touch synaptics touch pad on linux. Reading from the mouse device file (/dev/input/mouse0) for the touchpad, I've figured out that it's ...
1
vote
3answers
2k views

CSS:hover for touchscreen reverse engineering

I've found this site which has a sub-menu that works fine on my iPhone/Pad and I’m curious how they made the li:hover ul{ work for a touch screen? I've looked through the entire HTML, CSS, JS and ...
0
votes
2answers
2k views

Android bluetooth touchpad emulation

I was thinking about the possibility to use my Android device as a touchpad with usual computers (without the need of special software on the computer's side). Do you think it's possible to identify ...

1 2