Search found 9 matches

by hjbflyer
Fri Mar 31, 2017 6:37 am
Forum: Developer's Forum for macOS
Topic: Space Mouse Enterprise Buttons
Replies: 3
Views: 55698

Re: Space Mouse Enterprise Buttons

Actually I am not developing an application. I am a user. I do use Sketchup and SweetHome3D for drawing floor plans. Sketchup is nice, especially because of the support of the 3D mouse. But for drawing floor plans I prefer SweetHome3D. Unfortunately there is not support for the 3D mouse. What I have...
by hjbflyer
Thu Mar 30, 2017 10:33 pm
Forum: Developer's Forum for macOS
Topic: Changing Prefs has no (almost) effect
Replies: 2
Views: 49808

Re: Changing Prefs has no (almost) effect

Hello Christian, thank you for the answer. I am a little bit confused. I do not want to change the Preferences from within the application, but I thought, that if there is a call, which returns the preferences, this is formation could be useful. But what I found was, the structure always delivers th...
by hjbflyer
Tue Mar 21, 2017 7:33 am
Forum: Developer's Forum for macOS
Topic: Changing Prefs has no (almost) effect
Replies: 2
Views: 49808

Changing Prefs has no (almost) effect

I am using the call ConnexionGetCurrentDevicePrefs as you do in your sample code. I can read all values from the structure. ConnexionDevicePrefs [type=19792, version=28721, deviceID=32767, reserved1=0, appSignature=1212826161, reserved2=0, appName=java, mainSpeed=100, zoomOnY=0, dominant=0, reserved...
by hjbflyer
Sun Mar 19, 2017 9:54 am
Forum: Developer's Forum for macOS
Topic: ConnexionGetCurrentDevicePrefs not working using Threads
Replies: 0
Views: 41946

ConnexionGetCurrentDevicePrefs not working using Threads

I was trying to make the call ConnexionGetCurrentDevicePrefs working in my Java API. I finally found out, that the call is working fine, if the argument useSeparateThread in SetConnexionHandlers is set to false . You get the same error in your sample application "Connexion Client Test", if...
by hjbflyer
Sat Mar 18, 2017 9:14 am
Forum: Developer's Forum for macOS
Topic: JAVA and API-Version
Replies: 1
Views: 43418

JAVA and API-Version

As already posted as an answer in a different forum, I repeat the post in this Max OS X developer's forum (where it belongs to) :wink: . I have implemented a first Version of the Mac OS X SDK v1.0.3 in Java using the Java Native Interface JNI . The code can be downloaded from https://github.com/hjbf...
by hjbflyer
Tue Mar 07, 2017 11:45 am
Forum: Developer's Forum for macOS
Topic: API switch LED off?
Replies: 5
Views: 70789

API switch LED off?

I have tried to switch the LED of by using the API call ConnexionClientControl(clientID, kConnexionCtlSetLEDState, 0x0, &result); Unfortunately nothing happens. The LED is still on. I am using 10.4.3 on OS X 10.11.6. Using System Settings the LED can be switched on/off. What could be wrong? Am I...
by hjbflyer
Tue Mar 07, 2017 11:00 am
Forum: Developer's Forum for macOS
Topic: Space Mouse Enterprise Buttons
Replies: 3
Views: 55698

Space Mouse Enterprise Buttons

I am using the SME on OS X with driver 10.4.3. First question: I have enabled button events with "SetConnexionClientMask(MASK_ALL)". MASK_ALL = 0x3FFF. But I am not receiving events for all buttons. I do get events for 1-10 and no events for 11-12 . I do get also events on some other butto...
by hjbflyer
Tue Mar 07, 2017 5:01 am
Forum: Windows Discussion Forum
Topic: 3D Mouse and Java
Replies: 3
Views: 5026

Re: 3D Mouse and Java

I have implemented the API in Java. It can be downloaded from

https://github.com/hjbflyer/3DConnexionAPI

Have fun.
by hjbflyer
Tue Feb 28, 2017 9:56 am
Forum: Windows Discussion Forum
Topic: 3D Mouse and Java
Replies: 3
Views: 5026

Re: 3D Mouse and Java

Hello,

I am also struggling with a JNI implementation. For a short time I received callbacks. But now
nothings happens ans I have no clue. Could you provide your implementation?

Thanks in advance.