Search found 2632 matches

by jwick
Fri Oct 02, 2009 10:46 am
Forum: Developer's Forum for Windows
Topic: Issues using DirectInput
Replies: 16
Views: 25812

??
global variable ??
by jwick
Fri Sep 25, 2009 12:11 pm
Forum: Developer's Forum for Windows
Topic: Space Explorer backwards compatibility
Replies: 2
Views: 7375

Hello idcsteve, There's nothing fundamentally incompatible about the SB5000 and the SpaceExplorer. You should though make sure you don't write any code that assumes a certain number of buttons, or a certain layout or a certain device ID. There are many types of 3Dx devices out there and more to appe...
by jwick
Thu Sep 17, 2009 6:48 am
Forum: Windows Discussion Forum
Topic: Ability to Share Space Pilot across multiple computers
Replies: 3
Views: 4604

That sounds like a terrific product. I'd ask them if there is a way to simply add other USB devices to the switching & forwarding they do for the mouse and keyboard. A hardware KVM works of course, but that's not as elegant as this solution, and it also switches the monitor.
by jwick
Mon Sep 14, 2009 5:50 am
Forum: Windows Discussion Forum
Topic: drivers/plug in for spacemouse serial
Replies: 1
Views: 3995

Don't buy a serial device. Nothing works with it.
by jwick
Mon Sep 14, 2009 5:48 am
Forum: Feedback
Topic: A shocked new owner of a SpacePilot
Replies: 53
Views: 104174

Mid-April wasn't for 3Dx7. We are working on a beta date for the version you want. Stay tuned to this forum thread.

What version of Windows are you using?
by jwick
Wed Sep 09, 2009 4:47 am
Forum: Windows Discussion Forum
Topic: 3ds Max 2010 not saving [-] and [+] button settings.
Replies: 15
Views: 20524

The +/- keys are not programmable by design. We are considering releasing that restriction in a future release.

You can, as you notice, reprogram them in the 3DxWare GUI, but 3DxMax will overwrite those assignments when it refreshes the configuration it downloads to the driver.
by jwick
Tue Sep 08, 2009 10:48 am
Forum: Windows Discussion Forum
Topic: 3ds Max 2010 not saving [-] and [+] button settings.
Replies: 15
Views: 20524

Don't make changes in the 3DxWare GUI. Make your assignments in the Max GUI.
by jwick
Tue Sep 08, 2009 10:45 am
Forum: Windows Discussion Forum
Topic: Won't remember 2-3 buttons in Blender...but remembers others
Replies: 3
Views: 4641

In what software are you making these button assignments?
by jwick
Thu Sep 03, 2009 2:28 pm
Forum: Windows Discussion Forum
Topic: Slow response time with Vericut using SpaceNavigator PE puck
Replies: 4
Views: 5659

Depending on how old a software version you upgraded from, your users may have old config files laying around. Delete all the saved .scg files in %appdata%/3dconnexion/3dxware/profiles. Also, the default scale factors are deliberately set lower then they used to be. You may want to adjust them in th...
by jwick
Wed Sep 02, 2009 5:48 am
Forum: Developer's Forum for Windows
Topic: Control Panel pops up on application launch
Replies: 3
Views: 7544

Yeah, we included it in our sample code so everyone makes the call via cut and paste w/o looking up what it does <G>
by jwick
Wed Sep 02, 2009 5:03 am
Forum: Developer's Forum for Windows
Topic: Control Panel pops up on application launch
Replies: 3
Views: 7544

Hello tonicscorp,

You are probably making a call to SiSetUiMode. Don't call it.

Jim
3Dx Software Development
by jwick
Wed Aug 26, 2009 8:27 am
Forum: Developer's Forum for Windows
Topic: SiInitialize takes long time if spaceball is not plugged in
Replies: 1
Views: 6030

See this thread.
by jwick
Mon Aug 17, 2009 5:46 am
Forum: Windows Discussion Forum
Topic: Found New Hardware Wizard every start/restart
Replies: 2
Views: 3449

I think the 4000FLX had a way to turn off Plug-n-Play, but that was more 10 years ago, so I don't recall how to do it. The device is waking the PnP manager because it is responding to the PnP request sent out to all serial devices. If we shipped an .inf file for the device you could try deleting tha...
by jwick
Mon Aug 17, 2009 5:39 am
Forum: Developer's Forum for Windows
Topic: examples not working
Replies: 5
Views: 9626

It all depends a bit on what examples you are referring to. Many of the samples show how to use Microsoft APIs, such as DirectInput, Raw Input and HID. These APIs only work with USB devices. There are also some examples of how to use our own proprietary COM server, 3DxInput (TDxInput). This API uses...
by jwick
Fri Aug 14, 2009 4:28 am
Forum: Developer's Forum for Windows
Topic: examples not working
Replies: 5
Views: 9626

None of those examples work with serial devices. Nothing works with serial devices anymore. You need MS headers to build pretty much anything.