ConnexionGetCurrentDevicePrefs not working using Threads

Post questions, comments and feedback to our 3Dconnexion Mac Development Team.

Moderator: Moderators

Post Reply
hjbflyer
Posts: 9
Joined: Tue Feb 28, 2017 9:47 am

ConnexionGetCurrentDevicePrefs not working using Threads

Post by hjbflyer »

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 you set that argument to true.

Because I am working an a JavaFX application, the parameter useSeparateThread has to be true.
Post Reply