Search found 2631 matches

by jwick
Sat May 02, 2009 5:13 am
Forum: Windows Discussion Forum
Topic: Joystick Driver request
Replies: 45
Views: 84096

Nope. Haven't heard a thing.
by jwick
Fri May 01, 2009 10:14 am
Forum: Windows Discussion Forum
Topic: Turn SN Settings 90 deg.
Replies: 6
Views: 7203

It is possible to reorient the axes. It is a bit of work. You can't do it through the GUI. You have to edit the .scg file for your app. This post describes the possibilities.
by jwick
Mon Apr 27, 2009 6:01 pm
Forum: Windows Discussion Forum
Topic: SN, zooming mode 1 but the rotation like mode 2 possible?
Replies: 2
Views: 3836

When you switch between the two different zoom modes, the config file switches between its HORIZONTAL and VERTICAL orientation. This currently does reorient both the translation and rotation vectors. This thread discusses the nomenclature for the axis mapping. Basically you want to change the AXIS_M...
by jwick
Sat Apr 25, 2009 5:44 am
Forum: Windows Discussion Forum
Topic: Joystick Driver request
Replies: 45
Views: 84096

Hi mrbean (something I never thought I'd say), Sure. I'd be glad to help. There are a lot of interesting posts in that thread. I liked the way one guy took the device apart and made a stiff foam base to dampen out the car movements. Bobble-headed I think he called it -- great name. Do you want to PM...
by jwick
Fri Apr 24, 2009 1:24 pm
Forum: Windows Discussion Forum
Topic: setting up hotkeys???
Replies: 5
Views: 7690

1) Try rebooting. 2) Make sure your scg file mods work with notepad where you can see it. 3) Some apps don't support Windows input in the "standard way". We have an alternate macro mechanism that you can try that works with some apps. See this post . 4) If neither works, you are out of luc...
by jwick
Fri Apr 24, 2009 4:55 am
Forum: Windows Discussion Forum
Topic: setting up hotkeys???
Replies: 5
Views: 7690

Hello eclark3d, You are having troubles setting up a config for mudbox because it is not yet a supported application--the driver doesn't recognize it. It is possible to create configs for these apps. This post talks about doing this for notepad, but mudbox is the same exercise. Jim 3Dx Software Deve...
by jwick
Mon Apr 13, 2009 11:29 am
Forum: Developer's Forum for Windows
Topic: Can i use more than One 3D mouse?
Replies: 1
Views: 6322

Not with the SDK that you have. The next version of the SDK supports it. It will be a little while before that comes out. It requires a new driver. Your best choice now is to use one of the MS SDKs. DirectInput, RawInput and the HID API all support multiple devices with various levels of effort. Raw...
by jwick
Thu Apr 09, 2009 9:14 am
Forum: Windows Discussion Forum
Topic: Maya "Run As Administrator"
Replies: 6
Views: 8063

Yes.
by jwick
Thu Apr 09, 2009 7:37 am
Forum: Windows Discussion Forum
Topic: Maya "Run As Administrator"
Replies: 6
Views: 8063

Valen,

You shouldn't be running apps as Admin on Vista. It's a necessity with some old programs that aren't Vista-ready, but you seem to be running up-to-date programs. Maybe you should look into the root of the problem.
by jwick
Sat Mar 28, 2009 7:39 am
Forum: Developer's Forum for Windows
Topic: Translation the source data of 3d navigator
Replies: 3
Views: 8142

Hello shalti, What software are you using to get this data? The device isn't a midi device, so you must be using some software that translates the data from HID to midi. There are 6 axes and separate button events that come from the device. It could be that your software is translating the 6 axes to...
by jwick
Sat Mar 28, 2009 7:30 am
Forum: Developer's Forum for Windows
Topic: 3Dconnexion as mouse
Replies: 7
Views: 13545

That's correct. That would require a fairly large firmware change.
by jwick
Fri Mar 27, 2009 4:53 am
Forum: Windows Discussion Forum
Topic: Save Command
Replies: 12
Views: 15319

Does the command work via the keyboard button it is mapped to?
by jwick
Tue Mar 24, 2009 2:51 pm
Forum: Developer's Forum for Windows
Topic: Long initialization with no navigator attached.
Replies: 2
Views: 8257

Hi tg, The best thing would be to put the initialization into another thread, so your main thread won't get delayed. A worse alternative would be to check for a window the driver creates. This would tell you if there is a driver running. No window, no driver, no device. If you don't find the window,...
by jwick
Mon Mar 23, 2009 6:02 am
Forum: Developer's Forum for Windows
Topic: 3Dconnexion as mouse
Replies: 7
Views: 13545

This would have to be done through software.
by jwick
Sun Mar 22, 2009 6:43 am
Forum: Developer's Forum for Windows
Topic: 3Dconnexion as mouse
Replies: 7
Views: 13545

There are some people who have gotten this to work on a carpc. Search this forum and the carpc forum. I think you will have to install some sort of driver though.