Search found 2622 matches

by jwick
Mon Nov 27, 2023 2:05 am
Forum: Windows Discussion Forum
Topic: Excel Horizontal Scroll
Replies: 7
Views: 9219

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

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

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

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

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

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

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...
by jwick
Wed Oct 25, 2023 2:57 am
Forum: Windows Discussion Forum
Topic: 3d connexion wireless space mouse, radial menus
Replies: 6
Views: 4553

Re: 3d connexion wireless space mouse, radial menus

Hi Michael, I can always tell the state of the system keyboard modifier keys. It is currently possible to use a 3Dx device key to switch to an entirely different ButtonBank (all buttons at once). The GUI can't help, so it is impractical to use now. This appears to be a different concept. Where a sin...
by jwick
Mon Oct 23, 2023 4:38 am
Forum: Windows Discussion Forum
Topic: Shift-Numpad Button?
Replies: 1
Views: 2917

Re: Shift-Numpad Button?

I like that idea. I've heard it before.
Unfortunately, it can not be done at this time.
I'll keep it in mind and make a change request for it.
by jwick
Fri Oct 20, 2023 4:16 am
Forum: Windows Discussion Forum
Topic: LED stays red / not working
Replies: 2
Views: 3174

Re: LED stays red / not working

Other than the LED (and driver) always saying the battery is low, does it still work because it actually is charged? I have a device that does this.
Call tech support. There may be a firmware update for this.
by jwick
Fri Oct 20, 2023 4:13 am
Forum: Windows Discussion Forum
Topic: 3d connexion wireless space mouse, radial menus
Replies: 6
Views: 4553

Re: 3d connexion wireless space mouse, radial menus

jfox3ster,

How do you want this to work?
You want to use kb modifier keys to open different Radial Menus?
Or you want to use the modifier keys to extend the already open Radial Menu?

As luping pointed out, you can't do it today. But either one sounds like an interesting idea.
by jwick
Thu Oct 12, 2023 1:33 am
Forum: Developer's Forum for Windows
Topic: Whole Slide Image viewer support
Replies: 2
Views: 7777

Re: Whole Slide Image viewer support

You can try this.
It works ok. Promising. But I'd question if anyone would want to use it all day.
A better solution would require the page to handle the 3d mouse events. There is no current way to do that.
by jwick
Wed Oct 04, 2023 5:03 am
Forum: Windows Discussion Forum
Topic: Windows 3D Viewer & 3D Builder?
Replies: 7
Views: 3346

Re: Windows 3D Viewer & 3D Builder?

This post refers to some emulation work done for 2D slide viewing (Pathology). I tried it with Windows 3D Viewer. It's promising. It only has 3 DOF naturally (slideviewing is 2D). It could be extended to add more DOFs supported in 3D Viewer/Builder. I see that panning is activated by LMB+RMB+Mouse X...
by jwick
Wed Oct 04, 2023 12:56 am
Forum: Windows Discussion Forum
Topic: Numpad Pro: Alt ASCII Character Codes in Win 11?
Replies: 11
Views: 9567

Re: Numpad Pro: Alt ASCII Character Codes in Win 11?

This rings a bell. I'll ask around to remind myself why it doesn't work. Windows requires the entire alt+0ddd packet to come in the same USB packet. This works when the NPP is paired to the KeyBoard Pro. It does not work when the NPP has its own connection (USB, BT). Those two have separate connect...