Search found 2635 matches

by jwick
Mon Dec 11, 2023 12:41 am
Forum: Developer's Forum for Windows
Topic: choppy movements with spacemouse
Replies: 9
Views: 48858

Re: choppy movements with spacemouse

Did you get the device from Megatron?
They distribute an SDK showing how to read the device.
I still suspect the debugging procedure will be the same.
by jwick
Mon Dec 11, 2023 12:29 am
Forum: Windows Discussion Forum
Topic: Maya 2024 Rotate Object along Object(Local) axis
Replies: 9
Views: 14260

Re: Maya 2024 Rotate Object along Object(Local) axis

Would you want to lock the movement to the "closest" object (local) axis, or do you want to directly manipulate that object axis regardless of POV? The first allows you to make use of your POV, but the movement will be filtered to be applied to the object axis that is closest to what you a...
by jwick
Fri Dec 08, 2023 1:25 am
Forum: Windows Discussion Forum
Topic: Bluetooth Issues - CadMouse Compact Wireless
Replies: 5
Views: 11409

Re: Bluetooth Issues - CadMouse Compact Wireless

Windows 11?
The latest version of the driver should offer to update your CadMouse Compact Wireless firmware to fix the BT problem.
by jwick
Fri Dec 08, 2023 1:20 am
Forum: Windows Discussion Forum
Topic: Custom ButtonBanks without access to the config files in PF
Replies: 5
Views: 16346

Re: Custom ButtonBanks without access to the config files in PF

That's quite clever to use the View Set/Save buttons to switch ButtonBanks. It is probably very fast, as long as you remember what those 6 buttons do. Good choice. I usually use the "LCD" buttons so I can see what is happening. I hold down a device button (as a mode shift key), which switc...
by jwick
Thu Dec 07, 2023 8:44 am
Forum: Windows Discussion Forum
Topic: Radial Menu inside Global.xml
Replies: 6
Views: 12553

Re: Radial Menu inside Global.xml

Post your Global.xml here. (Remove any personal info first)
by jwick
Wed Dec 06, 2023 11:52 pm
Forum: Windows Discussion Forum
Topic: Custom ButtonBanks without access to the config files in PF
Replies: 5
Views: 16346

Re: Custom ButtonBanks without access to the config files in PF

Support for this in CATIA is a popular request.
You should be able to do everything in your %appdata%/.../CATIA.xml file.

Try to PM your files to me. If you can't PM yet (1 post), post your CATIA file here. (Remove any personal info).
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: 18731

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: 48858

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: 18731

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: 11387

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: 14281

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: 14281

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: 48858

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: 14281

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: 48858

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 ...