Search found 2635 matches

by jwick
Thu Jan 11, 2024 1:38 am
Forum: Developer's Forum for Windows
Topic: How to find out using the COM interface whether the SpaceMouse is plugged in?
Replies: 9
Views: 16593

Re: How to find out using the COM interface whether the SpaceMouse is plugged in?

There may be samples of using the new SDK with COM in the SDK. It is a substantial change in how you think about accessing the 3D mouse. If you send an email to our apisupport windows email address (I don't want to put the email address here), someone will send you a link to the "old SDK"....
by jwick
Wed Jan 10, 2024 2:25 am
Forum: Developer's Forum for Windows
Topic: How to find out using the COM interface whether the SpaceMouse is plugged in?
Replies: 9
Views: 16593

Re: How to find out using the COM interface whether the SpaceMouse is plugged in?

It looks like you are using an older COM API that is no longer in maintenance. It probably does work though. 50741d == c635h. You can find this ProductID in <3DxWinCore>/Cfg/Base.xml: <Device> <ID>ID_ProductID_C635</ID> <Name>SpaceMouse Compact</Name> <VendorID>256f</VendorID> <ProductID>c635</Produ...
by jwick
Mon Jan 08, 2024 12:16 am
Forum: Developer's Forum for Windows
Topic: Move object precision - etc
Replies: 6
Views: 7694

Re: Move object precision - etc

You want to hold down a device button, like a shift/modifier key, to temporarily switch modes? Then go back to the original "main" mode by releasing it?
by jwick
Mon Jan 08, 2024 12:12 am
Forum: Feedback
Topic: Cant find a way to do a Macro on this
Replies: 2
Views: 3665

Re: Cant find a way to do a Macro on this

Recent driver distributions should have a "Navigation Modes" category available when you assign an action to a button.
by jwick
Wed Jan 03, 2024 1:16 am
Forum: Windows Discussion Forum
Topic: Spacemouse works but no led's??
Replies: 3
Views: 5735

Re: Spacemouse works but no led's??

If it is a new device talk to tech-support.
Talk to them anyway; they are friendly.
by jwick
Tue Jan 02, 2024 7:23 am
Forum: Feedback
Topic: SpaceMouse & Bluetooth
Replies: 33
Views: 85264

Re: SpaceMouse & Bluetooth

...and you thought we forgot about you, Hypsersonic!
by jwick
Tue Jan 02, 2024 7:21 am
Forum: Windows Discussion Forum
Topic: Want to stop switch between two application
Replies: 5
Views: 10445

Re: Want to stop switch between two application

There are some cfg files that are loaded at init. If you set <CfgProperties><Grab>Hard</Grab> on one of those, the driver will not switch to any other cfgs, regardless of focus. For one of them, Desktop.xml, you can use a button to switch between grabbed, and floating with the focus modes (changes t...
by jwick
Tue Jan 02, 2024 2:24 am
Forum: Windows Discussion Forum
Topic: Problem with TopSolid7.17, SpaceMouse Enterprise, and latest version of 3DxWare
Replies: 8
Views: 10180

Re: Problem with TopSolid7.17, SpaceMouse Enterprise, and latest version of 3DxWare

There is an error in the TopSolid cfg file limited to one or two modes of TopSolid.
It has been fixed for the next release.
If anyone wants the fixed file before then, PM me.
by jwick
Tue Jan 02, 2024 2:15 am
Forum: Windows Discussion Forum
Topic: Changing zoom to up/down messes up with tilt
Replies: 1
Views: 2570

Re: Changing zoom to up/down messes up with tilt

The general idea with that mode is for people who consider themselves looking down at the desktop, not forward at a monitor. It is rarely used. You can achieve the desired effect only by manually editing the cfg file for your app. The best way to do that, is to open the app and use the GUI to change...
by jwick
Tue Dec 19, 2023 12:16 am
Forum: Developer's Forum for Windows
Topic: Move object precision - etc
Replies: 6
Views: 7694

Re: Move object precision - etc

The latest driver has ButtonActions that can be assigned to any button to switch to the different Navigation Modes.
by jwick
Tue Dec 19, 2023 12:07 am
Forum: Windows Discussion Forum
Topic: Problem with TopSolid7.17, SpaceMouse Enterprise, and latest version of 3DxWare
Replies: 8
Views: 10180

Re: Problem with TopSolid7.17, SpaceMouse Enterprise, and latest version of 3DxWare

Hello Brian,

I think that is a problem with the cfg file for TopSolid.
I can send you something to try.
Is you registered email correct (info@...)?
by jwick
Mon Dec 18, 2023 12:04 am
Forum: Windows Discussion Forum
Topic: Can't disable driver
Replies: 2
Views: 4802

Re: Can't disable driver

The "KMJ Emulator" implements the KB keys on your SpaceExplorer (Shift, Ctrl, etc). If you disable it those won't work. It also implements Mouse button and cursor movement, which you are probably not using. And Joystick emulation, which would normally be used for games. I do not know of an...
by jwick
Tue Dec 12, 2023 12:27 am
Forum: Windows Discussion Forum
Topic: Radial Menu inside Global.xml
Replies: 6
Views: 12557

Re: Radial Menu inside Global.xml

Do you have more than one 3DxPieMenus.exe running?
by jwick
Tue Dec 12, 2023 12:25 am
Forum: Windows Discussion Forum
Topic: Maya 2024 Rotate Object along Object(Local) axis
Replies: 9
Views: 14264

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

Does Maya still have the channel manager? (I may be thinking of a previous Alias product.)

Most of the animation products have a way of letting the use directly map any input device value to any scene/object parameter. Providing many more possibilities than we could ever pre-assign.
by jwick
Mon Dec 11, 2023 1:22 am
Forum: Windows Discussion Forum
Topic: Radial Menu inside Global.xml
Replies: 6
Views: 12557

Re: Radial Menu inside Global.xml

Well, far out, it works. I surprise myself sometimes. That's probably useful. You can just put all those things into your Global.xml. Fair warning, our GUI, LCD and OnScreenDisplay don't know anything about these global assignments. They will more than likely not show what is actually happening. Her...