Search found 2629 matches

by jwick
Thu Nov 30, 2023 9:33 am
Forum: Developer's Forum for Windows
Topic: Map Key Press Inputs to SpaceMouse Outputs
Replies: 3
Views: 13877

Re: Map Key Press Inputs to SpaceMouse Outputs

Nothing's impossible. It's software.

But you probably can also run the SpaceMouse remotely.
by jwick
Wed Nov 29, 2023 11:57 pm
Forum: Developer's Forum for Windows
Topic: choppy movements with spacemouse
Replies: 9
Views: 36065

Re: choppy movements with spacemouse

What device exactly do you have? Part number? Serial / USB / ? We sell an industrial controller, which is different from the commercial devices. Do you have one of those? It may be more suitable for such a close-to-the-hardware use. It comes without a housing. It is meant to be incorporated into a c...
by jwick
Wed Nov 29, 2023 9:29 am
Forum: Developer's Forum for Windows
Topic: Map Key Press Inputs to SpaceMouse Outputs
Replies: 3
Views: 13877

Re: Map Key Press Inputs to SpaceMouse Outputs

That's a clever idea. But not something we support.
by jwick
Wed Nov 29, 2023 12:20 am
Forum: Feedback
Topic: Order is always Processing, No Support answers
Replies: 1
Views: 8590

Re: Order is always Processing, No Support answers

What part of the world? US, Europe, Asia?
by jwick
Wed Nov 29, 2023 12:07 am
Forum: Windows Discussion Forum
Topic: Excel Horizontal Scroll
Replies: 8
Views: 11706

Re: Excel Horizontal Scroll

Out of the box for me in Excel (no custom cfg): Rx = vertical scroll, Ry = horizontal scroll. Works fine. No zoom implemented, though Ctrl+Wheel would be supported - I suppose Y would be the CAD users' choice. Zoom isn't necessary, it's just me confirming that modifiers work. The out of the box con...
by jwick
Tue Nov 28, 2023 1:04 am
Forum: Windows Discussion Forum
Topic: Excel Horizontal Scroll
Replies: 8
Views: 11706

Re: Excel Horizontal Scroll

I'm sorry to disappoint such a long-time customer, and consistent forum contributor. We had a closer look at the Excel issues. Our built-in horizontal scroll is working well (once I fixed my cfg file). Does it not work for you? The two modifiers on a MouseWheel issue has always existed. It is bug # ...
by jwick
Mon Nov 27, 2023 11:53 pm
Forum: Developer's Forum for Windows
Topic: choppy movements with spacemouse
Replies: 9
Views: 36065

Re: choppy movements with spacemouse

What API are you using to do the periodic read? Sorry, I don't have a specific example of this. But as you dig deeper into your code, I may be able to help. Are you able to dig into the Resolume code, or are you using that as a library? You have many moving pieces. I suggest you remove one component...
by jwick
Mon Nov 27, 2023 2:05 am
Forum: Windows Discussion Forum
Topic: Excel Horizontal Scroll
Replies: 8
Views: 11706

Re: Excel Horizontal Scroll

Sorry. Two modifiers on same mouse event doesn't work with the built-in implementation.
It can only be done by the driver extension at this time.
I did notice that our horizontal scroll (custom code implementation) doesn't seem to work in Excel anymore.
by jwick
Mon Nov 27, 2023 12:22 am
Forum: Developer's Forum for Windows
Topic: choppy movements with spacemouse
Replies: 9
Views: 36065

Re: choppy movements with spacemouse

How choppy is choppy? A dropped frame here and there? What method/API are you using to get the data from the SpaceMouse to the application? If the 2D mouse can manipulate the data smoothly, the 3D mouse can also. Often times the libraries have optimized 2D mouse data. You may need to implement that ...
by jwick
Thu Nov 16, 2023 5:12 am
Forum: Windows Discussion Forum
Topic: Spacemouse too sensitive after updating to latest drivers
Replies: 2
Views: 8743

Re: Spacemouse too sensitive after updating to latest drivers

I see comments on the DAZ forum that it has always(?) been too sensitive.
Did you perhaps have a custom cfg file before that scaled it down?
If you make too large of an update of the 3DxWare drivers, your old cfg file may be incompatible and it may be moved to a bak directory.
by jwick
Wed Nov 08, 2023 11:51 pm
Forum: Developer's Forum for Windows
Topic: Problem with with SpaceMouse
Replies: 1
Views: 8318

Re: Problem with with SpaceMouse

That SDK is for a completely different device. It is for an embedded controller we sell for industrial apps (robotics). It is not compatible with the commercial products (SpaceMouse Pro/Notebook).
by jwick
Sun Nov 05, 2023 11:43 pm
Forum: Windows Discussion Forum
Topic: 3DxService.txt
Replies: 2
Views: 8613

Re: 3DxService.txt

Matt,

Could you PM (or post) the contents of one of those files?
by jwick
Thu Oct 26, 2023 1:05 pm
Forum: Windows Discussion Forum
Topic: Lost Functionality of Modifier Keys on SpaceMouse Pro
Replies: 5
Views: 7436

Re: Lost Functionality of Modifier Keys on SpaceMouse Pro

<KMJMechanism>SendInput</KMJMechanism> should be the trick.
Please PM your %appdata%\3dconnexion\3Dxware\cfg\global.xml file to me.
by jwick
Wed Oct 25, 2023 2:53 pm
Forum: Windows Discussion Forum
Topic: Manual ButtonBank switching?
Replies: 2
Views: 6784

Re: Manual ButtonBank switching?

What 3Dx devices do you have? You can do a lot using our device buttons. It's really only useful IMO if you have an LCD to show that the ButtonBanks are changing. Getting access to the kb modifiers is a TBD. I can email you some files to experiment with....realizing that you have real work to do, ot...