I've a problem with my 3D SpaceNavigator (MacOS X 10.6) . I can't read the slider-values but the buttons are working. The installation and the connection made a couple of problems but since I use ProControl and the fix of dan (
http://www.erase.net/dump/procontroll.jar) ( see reply #14 @
http://processing.org/discourse/yabb2/YaBB.pl?num=1201465182/0) the SpaceNavigator is recognized by processing. Unfortunately all examples don't give back any values for the sliders. Just the press of a button works ...
I've massive problems with my java applet. When I run a sketch the applet starts extremely slow (30 sec even with simple sketches). Does anybody have similar problems and/or an idea how to solve it? Can something like that caused by a bad update?! Does it help to reinstall Java?!
My mac runs with version 10.6.7.
java version "1.6.0_24"
Java(TM) SE Runtime Environment
Java HotSpot(TM) 64-Bit Server VM
Its a hassle at the moment. Please help.
Thx in advance,
I have a arduino-board successful connected to Processing. Now I want to use a library (which I already have used in the Arduino enviroment) in Processing. In the Arduino software I use normally #include <SLCD.h> to import the library but that doesn't work in Processing. How can I import C(?)-libraries in Processing. Was seeking for hours and I am sorry to bother u with that but u are my last hope ;)