Search found 2630 matches

by jwick
Mon May 15, 2023 1:16 am
Forum: Windows Discussion Forum
Topic: Reverse checkbox function not working
Replies: 20
Views: 6130

Re: Reverse checkbox function not working

You need to reboot after updating the device driver. If it still does not work, run the diagnostics program (shift + RMB on the 3Dx systray icon->Run Diagnostics). This will write a zip file in %TEMP%/3Dconnexion. Please send that file to me. It is probably too big to email. PM a link (OneDrive, Dro...
by jwick
Thu May 11, 2023 11:43 pm
Forum: Feedback
Topic: 3D SpaceMouse driver causes game bug
Replies: 1
Views: 8926

Re: 3D SpaceMouse driver causes game bug

Are these Unity games?
See this thread
You may have to disable your (our) joystick.
by jwick
Mon May 08, 2023 10:56 pm
Forum: Windows Discussion Forum
Topic: Dominant "Stuck" On - Other settings???
Replies: 6
Views: 1781

Re: Dominant "Stuck" On - Other settings???

KeithM,

email sent (axxxxxx.com)
by jwick
Mon May 08, 2023 5:56 am
Forum: Windows Discussion Forum
Topic: Spacemouse Stops Working in Revit after Inactivity
Replies: 28
Views: 46570

Re: Spacemouse Stops Working in Revit after Inactivity

Orchards92@gmail.com, I see a thread from Nov 2021. ...SpaceMouse Wireless stops working when you disconnect some devices... If this is a condition you regularly see, would it be possible to turn on the driver log and send it to me after you see the issue again? To turn on the driver log: 3Dx systra...
by jwick
Sun May 07, 2023 11:41 pm
Forum: Windows Discussion Forum
Topic: Dominant "Stuck" On - Other settings???
Replies: 6
Views: 1781

Re: Dominant "Stuck" On - Other settings???

Could you PM your %appdata%\3dconnexion\3DxWare\Cfg\UGSNX.xml to me?
by jwick
Sun May 07, 2023 11:36 pm
Forum: Windows Discussion Forum
Topic: Spacemouse Stops Working in Revit after Inactivity
Replies: 28
Views: 46570

Re: Spacemouse Stops Working in Revit after Inactivity

Now that you mention it, I have seen that in Revit. The center of rotation apparently gets set incorrectly. The scene is then on a long lever arm relative to it and any rotation causes it to swing out of view as if a giant translation was being applied. I found that I could do something with the Aut...
by jwick
Sun May 07, 2023 11:24 pm
Forum: Windows Discussion Forum
Topic: CadMouse button config App by App???
Replies: 2
Views: 1526

Re: CadMouse button config App by App???

The software can do much more than is implemented by the GUI ("3Dconnexion Properties"). Unfortunately, to create these settings requires editing XML files, which is not simple. Could you give us examples of what you want to do, so we can forward the requests to Product Management for cons...
by jwick
Thu May 04, 2023 11:21 pm
Forum: Windows Discussion Forum
Topic: Dominant "Stuck" On - Other settings???
Replies: 6
Views: 1781

Re: Dominant "Stuck" On - Other settings???

First check if it is a global problem.
Try running some of our demos in %programfiles%\3dconnexion\3dxware\3dxwincore. E.g., jet.exe, cube3d.exe

If the problem is only in NX, try deleting %appdata%\3dconnexion\3DxWare\Cfg\UGSNX.xml.
by jwick
Tue May 02, 2023 11:41 pm
Forum: Windows Discussion Forum
Topic: Macros with mouse clicks
Replies: 14
Views: 11649

Re: Macros with mouse clicks

Some details from you for what you tried and what you expected would be helpful. If by chording, you are asking what MouseButtons and Modifiers you can have in a MacroEntry, you can have multiple MouseButton elements, with values Left, Right, Middle. For Modifiers, you can have multiple Modifiers, w...
by jwick
Tue May 02, 2023 1:24 am
Forum: Windows Discussion Forum
Topic: Macros with mouse clicks
Replies: 14
Views: 11649

Re: Macros with mouse clicks

You are correct. The GUI does not create that correctly. I'll create a bug report for it. You will need to edit the XML. Replace the <MacroEntry> it writes in the cfg file for your app in %appdata%\3Dconnexion\3DxWare\Cfg\<yourapp>.xml with: <MacroEntry> <ID>Ctrl+Alt</ID> <KeyStroke> <Modifiers> <Mo...
by jwick
Mon May 01, 2023 2:02 am
Forum: Windows Discussion Forum
Topic: SpaceMouse to xinput/controller?
Replies: 8
Views: 4967

Re: SpaceMouse to xinput/controller?

The driver doesn't handle that. It does some of that for a 2D mouse event, but this is the first time I've heard of doing it for a joystick. The joystick support is limited to acting like a typical system joystick. The only way I can think of doing this, is to use the driver extension mechanism to c...
by jwick
Mon May 01, 2023 12:25 am
Forum: Windows Discussion Forum
Topic: Unable to load an 3Dxservice.dll resource DLL
Replies: 3
Views: 2096

Re: Unable to load an 3Dxservice.dll resource DLL

Your Windows language is set to Croatian?
I'd like to see your %localappdata%\3Dconnexion\3DxWare\3DxService.l* files, if you have any.
If you don't have any, I'll need to tell you how to enable them.
I assume you have never been able to run the driver.
by jwick
Mon May 01, 2023 12:17 am
Forum: Windows Discussion Forum
Topic: Non-default settings make space mouse stop working.
Replies: 6
Views: 2884

Re: Non-default settings make space mouse stop working.

Could you use OneDrive, DropBox, etc?
by jwick
Fri Apr 28, 2023 4:08 am
Forum: Windows Discussion Forum
Topic: SpaceMouse to xinput/controller?
Replies: 8
Views: 4967

Re: SpaceMouse to xinput/controller?

A 3D mouse Axis -> Joystick Button? That's not implemented. What do you want it to do? Press the button above a value of 100? What about the negative direction? Is it supposed to hold it until the value goes below 100? Or press, release, press, release, continuously while above 100? Lots of questions.
by jwick
Thu Apr 27, 2023 4:26 am
Forum: Windows Discussion Forum
Topic: SpaceMouse to xinput/controller?
Replies: 8
Views: 4967

Re: SpaceMouse to xinput/controller?

You can tell the driver to only use your cfg by adding a Hard Grab to it. ... <CfgProperties> ... <Grab>Hard</Grab> </CfgProperties> Once your cfg is loaded, the driver will not switch away from it. The easiest way to get those HID keycodes is to use our GUI to create a kb macro. The correct value f...