Search found 2631 matches

by jwick
Tue Sep 19, 2023 6:22 am
Forum: Developer's Forum for Windows
Topic: C# function for dominant setting
Replies: 1
Views: 8281

Re: C# function for dominant setting

It depends on which cfg file is being used for your application.
You should see a "Dominant On/Off" option in our GUI->Buttons->(choose a button)->button flyout->3Dconnexion.
This can be assigned to any button.
by jwick
Fri Sep 15, 2023 8:07 am
Forum: Windows Discussion Forum
Topic: Spacemouse Pro isn't working with 2D application
Replies: 15
Views: 5353

Re: Spacemouse Pro isn't working with 2D application

Hello d.rob, The driver needs to be told to use these AxisActions for Edge and Chrome. By default, the 3D mouse only zooms in these applications. This is done with cfg files. In addition to the package referenced above, you need to add two cfg files to your %appdata%\3Dconnexion\3DxWare\Cfg dir. E.g...
by jwick
Thu Aug 31, 2023 5:15 am
Forum: Windows Discussion Forum
Topic: Spacemouse Pro isn't working with 2D application
Replies: 15
Views: 5353

Re: Spacemouse Pro isn't working with 2D application

Try this one The image rotation (Ctrl+Rz) has improved. The speed has improved. I've implemented a "Recenter Cursor" function on the Fit button. It runs very well on my Windows 11 machine. Check for keylogging, anti-virus software if you still experience delays. It works quite well on lar...
by jwick
Tue Aug 22, 2023 2:07 pm
Forum: Developer's Forum for UNIX and Linux
Topic: Spaceball 5000 Serial Protocol -- decoding 'd' packets
Replies: 5
Views: 11762

Re: Spaceball 5000 Serial Protocol -- decoding 'd' packets

Do you already have this doc?
That specifically references the SB4000. If that doesn't work, I'll try to dig up a SB5000 to see what we changed.
by jwick
Thu Aug 10, 2023 5:01 am
Forum: Windows Discussion Forum
Topic: Enterprise space mouse not working properly
Replies: 3
Views: 1376

Re: Enterprise space mouse not working properly

If it is a hardware problem (and out of warranty), you can remap that key so it doesn't save the view.
by jwick
Thu Aug 10, 2023 5:00 am
Forum: Windows Discussion Forum
Topic: Spacemouse Pro isn't working with 2D application
Replies: 15
Views: 5353

Re: Spacemouse Pro isn't working with 2D application

Thanks for the files. Those are some cool images. I am also running Windows 11. It works well, for what it does. It may be some issue with your machine setup. Sorry I can't offer help there. I'd look at video drivers/settings - make sure it is using the hardware graphics card acceleration. All the 3...
by jwick
Wed Aug 09, 2023 4:00 am
Forum: Windows Discussion Forum
Topic: Anyone able to get the SpaceNavigator working on Windows 11?
Replies: 18
Views: 6199

Re: Anyone able to get the SpaceNavigator working on Windows 11?

If it behaves similarly on a fresh system (no user software cfgs) with some of our more neutral demos (jet, cube), it could be the device.
by jwick
Wed Aug 09, 2023 3:57 am
Forum: Windows Discussion Forum
Topic: Spacemouse Pro isn't working with 2D application
Replies: 15
Views: 5353

Re: Spacemouse Pro isn't working with 2D application

Does this also occur with the smiley file?
Do you have a larger file for me to try?
by jwick
Tue Aug 08, 2023 2:12 pm
Forum: Windows Discussion Forum
Topic: Spacemouse Pro isn't working with 2D application
Replies: 15
Views: 5353

Re: Spacemouse Pro isn't working with 2D application

Try this one
Since you have a SMP, this cfg (and DLL) does image rotation with the Rz axis while holding down the Ctrl key. You should be able to do that one-handed.
Without the ctrl key, it zooms as before.
It is interesting.
by jwick
Tue Aug 08, 2023 3:55 am
Forum: Developer's Forum for UNIX and Linux
Topic: Spaceball 5000 Serial Protocol -- decoding 'd' packets
Replies: 5
Views: 11762

Re: Spaceball 5000 Serial Protocol -- decoding 'd' packets

(Working from really old memory here) IIRC SB5000 only supported the Spaceball protocol. The behavior may have been simplified from the original. You needed to init the device by sending it some messages (character strings). I forget if I made some of those optional. In general, you needed to set th...
by jwick
Fri Aug 04, 2023 6:59 am
Forum: Windows Discussion Forum
Topic: Spacemouse Pro isn't working with 2D application
Replies: 15
Views: 5353

Re: Spacemouse Pro isn't working with 2D application

I tested this with smiley. I have also tested it with path slides in the past. It is up to you to determine if it is useful. Please let us know if you think it is. And what could be done to make it better. Obviously disconnecting the cursor movement would be ideal, but I don't think that is possible...
by jwick
Fri Aug 04, 2023 5:18 am
Forum: Windows Discussion Forum
Topic: Use 3DConnexion mouse as 2D
Replies: 85
Views: 241474

Re: Use 3DConnexion mouse as 2D

The global xml is sent to the bin whenever I paste the suggested code into it. Any help is greatly appreciated. If there is a problem reading a cfg file, the error should be logged in the driver's log file. To turn on the log file, right click on the 3Dx systray icon->Write Log File. The log file i...
by jwick
Fri Aug 04, 2023 5:09 am
Forum: Windows Discussion Forum
Topic: Looking to customize Spacepilot for Baldur's Gate 3
Replies: 7
Views: 2890

Re: Looking to customize Spacepilot for Baldur's Gate 3

Our driver has minimal support for games. But you can put the device into its minimal joystick mode, then use one of the excellent third party joystick mapping apps available to fine tune the interface to your game. I don't have any experience with those apps, other than to get an overview and be ve...
by jwick
Thu Aug 03, 2023 10:52 am
Forum: Developer's Forum for Windows
Topic: Navlib logging configuration?
Replies: 4
Views: 10985

Re: Navlib logging configuration?

I noticed that myself a few months ago. As far as I know, it is currently supposed to contain: <?xml version="1.0" encoding="utf-8"?> <Navlib> <Settings> <Logging> <GetClient>true</GetClient> <SetClient>true</SetClient> <ReadValue>true</ReadValue> <WriteValue>true</WriteValue> </...
by jwick
Thu Aug 03, 2023 5:06 am
Forum: Windows Discussion Forum
Topic: Spacemouse Pro isn't working with 2D application
Replies: 15
Views: 5353

Re: Spacemouse Pro isn't working with 2D application

Without special handling the 3D mouse sends MouseWheel events to unrecognized applications. This normally does scrolling, or scaling/zooming, depending on the application. It is unlikely that you will be able to make a satisfactory solution on your own for anything more complicated than that. I can ...