search for: jstest

Displaying 10 results from an estimated 10 matches for "jstest".

Did you mean: tstest
2008 Aug 25
1
prototype.js Ajax is slow
...="serverSideAlert();">Call server-side function</a></p> <p id="responseTxt"></p> <script type="text/javascript"> function serverSideAlert() { var request = new XMLHttpRequest(); request.open(''get'', ''/jstest/server_response'', false); request.send(null); document.getElementById(''responseTxt'').innerHTML = request.responseText; } </script> <script src="/javascripts/prototype.js" type="text/javascript"> </script> <p><a hr...
2008 Sep 25
3
usb interface support
Dear wine user group I removed the whole installation under the root path and reinstalled the application to the user directory -thanks to mr. vitamin. But the effect is the same - the usb interface has not be enabled although the driver works correctly, see jstest /dev/input/js0 -> Driver version is 2.1.0. Joystick (IPACS Ikarus Gamecommander) has 7 axes (X, Y, Z, Rx, Ry, Rz, Throttle) and 6 buttons (Trigger, ThumbBtn, ThumbBtn2, TopBtn, TopBtn2, PinkieBtn). Testing ... (interrupt to exit) Axes: 0: 0 1: 0 2: 0 3: 0 4: 0 5:...
2008 Mar 26
6
Gamepad missing buttons
I am trying to use a Guillemot gamepad with PES6 but the buttons are not recognized. In kubuntu system settings I can see my pad, callibrate the joysticks and see the buttons are recognized, but not inside wine (only the joysticks are recognized). I have tried different combinations for the DirectInput entry in the registry but either I have not stumbled upon the correct one or there is another
2006 Mar 04
29
Getting RJS / EgdeRails working
Hi, using Rails 1.0 on windows (without svn yet) I just wrote "rake freeze_edge". Are the RJS-templates already included then ? When I write "rake update_javascripts" I receive this error: svn: ''.'' is not a working copy Any tipps for a newbie on how to get the update done (if neccessary) ? thx Jan
2007 Feb 12
18
document "expando" properties broken in Konqueror
I noticed that some of my event handlers and scripts evaluated in ajax responses didn''t work in Konqueror (3.5.5). document.getElementsByClassName is not defined in these contexts. I can work around this, by saving document.getElementsByClassName in a (namespaced) global variable once and reassigning it before each use. Still, this misfeature is annoying and not restricted to this
2009 Mar 28
1
Logitech WingMan Cordless Gamepad
Hi, I have a problem with this particular gamepad. I calibrated it under linux with jscal and it is working OK. But now I want to play FIFA with it and fifa don't detect it as Logitech WingMan Cordless Gamepad but as controler. I found wine registry tips and followed their guide for DirectInput but I have a problem because command specified there doesn't give the expected output: Code:
2009 Jan 27
4
wine not recognizing stick POV hat switches on ubuntu
Hello, I'm having a problem with my stick (Saitek ST290 Pro) under wine on ubuntu - Windows game doesn't respond at all to POV buttons. On Mandriva and debian Lenny everything works - just ubuntu gives me trouble. jstest also responds to the POV buttons. I tried playing with the DirectInput registry entry, but didn't get anywhere. Any suggestions? TIA -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20090127/8324e147/attachme...
2008 Sep 22
4
dedicated usb support
hi wine user group I try to run a model aircraft simulator (aerofly professional deluxe) with wine. the installation was a success. after that, I can start the simulator but it doesn't identify the usb game commander (at least a 4 channel usb device). but the kde desktop control center detect the right device IPACS Ikarus Gamecommander (/dev/input/js1). how I get support for this device
2008 Apr 18
2
Getting gamepad to work, detection problems.
...stick name> = <axes mapping> in "directinput" In http://wiki.winehq.org/UsefulRegistryKeys it says to use the command: Code: WINEDEBUG=+dinput wine program.exe 2>&1 | grep joydev_enum_device to find the name of the device but doing it gives me no output. Also, doing jstest with js1 I get this: Code: Driver version is 2.1.0. Joystick (Sony PLAYSTATION(R)3 Controller) has 28 axes (X, Y, Z, Rz, (null), (null), (null), (null), (null), (null), (null), (null), (null), (null), (null), (null), (null), (null), (null), (null), (null), (null), (null), (null), (null), (null),...
2009 Mar 15
11
Grand prix legends recognize only two joystick axis
Hi, I'm trying to use my saitek cyborg evolution to play with grand prix legends. The device is correctly recognized by linux as a 6 axis 12 button device: Code: jstest /dev/input/js0 Driver version is 2.1.0. Joystick (Saitek Cyborg USB Stick) has 6 axes (X, Y, Z, Rz, Hat0X, Hat0Y) and 12 buttons (Trigger, ThumbBtn, ThumbBtn2, TopBtn, TopBtn2, PinkieBtn, BaseBtn, BaseBtn2, BaseBtn3, BaseBtn4, BaseBtn5, BaseBtn6). Testing ... (interrupt to exit) Axes: 0: 0 1:...