Search found 17 matches

by lhmncantoni
Wed Jun 18, 2008 5:07 am
Forum: Developer's Forum for Windows
Topic: SensorInput event stops firing?
Replies: 14
Views: 30775

Yes, I did that correctly, and I know this is true, because I had it working when I was using DirectInput to poll the device rather than an event handler. Now that I have switched over to an event handler it doesn't work. Also, I'm sure that the config files work correctly and I'm referencing them r...
by lhmncantoni
Tue Jun 17, 2008 2:34 pm
Forum: Developer's Forum for Windows
Topic: Dynamically changing the configuration of the spacepilot
Replies: 8
Views: 21725

Thanks a bunch guys. I'm sorry, it seems like I keep bouncing from problem to problem. I'm not using event handlers for the buttons and the joystick info. I have it set up to receive a button press then update the LCD accordingly. This works for only one button press. When I press any button from th...
by lhmncantoni
Tue Jun 17, 2008 11:33 am
Forum: Developer's Forum for Windows
Topic: SensorInput event stops firing?
Replies: 14
Views: 30775

Win. XP SpacePilot C# I'm having a problem with the event listeners. We'll focus on what's necessary, my program listens for button presses, once a button is pressed it calls load preferences and changes the preferences on my SpacePilot(this is done solely to change the LCD screen). Whenever I call ...
by lhmncantoni
Thu Jun 12, 2008 8:18 am
Forum: Developer's Forum for Windows
Topic: Dynamically changing the configuration of the spacepilot
Replies: 8
Views: 21725

ok, so I've read through this post and I am having a different problem. My issues are with actually calling the LoadPreferences method. What name do you put in there? I saw that you have an extra clause in your .exe declaration in the config files: { "MyApp.exe/classname=3dxinput:preferences&qu...
by lhmncantoni
Thu Jun 12, 2008 8:09 am
Forum: Windows Discussion Forum
Topic: I need Button Config drop-down list explanations
Replies: 22
Views: 30695

Again, thank you so much. I've gotten everything to work now except one thing. You said you think the Application name is the string you pass into LoadPreferences() correct? For some reason i can't get that to work, so I guess I'm asking if you're certain that is what is supposed to be passed in or ...
by lhmncantoni
Wed Jun 11, 2008 7:22 am
Forum: Windows Discussion Forum
Topic: I need Button Config drop-down list explanations
Replies: 22
Views: 30695

Sorry for the double post, but I'm also running into this error when I try to use LoadPreferences: "Could not load file or assembly 'Interop.TDxInput, Version 1.0.0.0, Cluture = neutral, PublicKeyToken = null' or one of its dependencies. The system could not find the file specified." Thank...
by lhmncantoni
Wed Jun 11, 2008 7:20 am
Forum: Windows Discussion Forum
Topic: I need Button Config drop-down list explanations
Replies: 22
Views: 30695

When you save something in the GUI, it is saved in %appdata%\3dconnexion\3dxware\profiles. You can start with that .scg file, but you will need to change the EXECUTABLES entry to point to your executable. What are you refering to here? Is there some sort of path within the profiles folder that need...
by lhmncantoni
Mon Jun 09, 2008 2:17 pm
Forum: Windows Discussion Forum
Topic: I need Button Config drop-down list explanations
Replies: 22
Views: 30695

Thank you again, I'm using TDxInput, and within that I see the Device and ISimpleDevice interfaces. I need to use a method within the ISimpledevice interface, however, now matter what I try I cannot seem to declare an instance of either of those. I'm "using TDxInput" at the top of my class...
by lhmncantoni
Wed Jun 04, 2008 1:52 pm
Forum: Windows Discussion Forum
Topic: I need Button Config drop-down list explanations
Replies: 22
Views: 30695

Ok, I'll look into using the LoadPreference idea. That was my first idea on this project until I heard there was an older version with better(?) functionality.

Where can I find that .scg file with all of my saved preferences in it?

Thanks again,
~Nick~
by lhmncantoni
Wed Jun 04, 2008 12:57 pm
Forum: Windows Discussion Forum
Topic: I need Button Config drop-down list explanations
Replies: 22
Views: 30695

Hello, Hopefully this will finally clear everything up or help put me on the right track. I feel lost right now to be honest. I'm currently programming in C# not in C++. Is this going to make things really difficult? Here's how I understand the situation right now, I have downloaded the old 3DxWare ...
by lhmncantoni
Tue Jun 03, 2008 7:27 am
Forum: Developer's Forum for Windows
Topic: Range of Space Pilot Axes
Replies: 1
Views: 6744

Range of Space Pilot Axes

Hello, What I'm trying to do is create a percentage of deflection for each axis. I'm using this percentage to calculate a number between -1..1 to send to another system that is setup to receive values between -1..1 What are the min/max ranges of deflection for each axis? just to clarify, say I push ...
by lhmncantoni
Tue Jun 03, 2008 7:15 am
Forum: Developer's Forum for Windows
Topic: Strange Translation Values
Replies: 14
Views: 26490

Hi, I've been getting the same problem, however I am not seeing where in the 3DxWare driver you can have it iron out those little "jitters". Just a little background on my problem. This "jitter" doesn't happen only at the extremes, in fact, while testing I've noticed it more when...
by lhmncantoni
Tue Jun 03, 2008 5:42 am
Forum: Windows Discussion Forum
Topic: I need Button Config drop-down list explanations
Replies: 22
Views: 30695

Jim, So I've tried to read through all of the documentation. However, I can't figure out exactly what I have to do. All I want to be able to do is call the SiSyncSetButtonName function and just change the name whenever I want. This function has it listed that it takes an event handler, the button nu...
by lhmncantoni
Mon Jun 02, 2008 6:50 am
Forum: Windows Discussion Forum
Topic: I need Button Config drop-down list explanations
Replies: 22
Views: 30695

Sorry to keep bothering you about this, but is there an API for 3DxWare-SDK_v2-0-4. I'm trying to figure out how to instantiate a variable and decide which function calls I need/can use. As I stated earlier I'm trying to change the names of buttons on the space pilot. Which library files will I need...
by lhmncantoni
Mon Jun 02, 2008 5:32 am
Forum: Windows Discussion Forum
Topic: I need Button Config drop-down list explanations
Replies: 22
Views: 30695

Hi again,
Can you send me a link for this old 3dxware SDK, I think that is what is going to eventually solve my problem.

Thanks again!
~Nick~