Search found 3 matches

by Mernion
Thu Jun 19, 2014 7:23 am
Forum: Developer's Forum for Windows
Topic: Pass all button events to my application
Replies: 17
Views: 34541

Re: Pass all button events to my application

You can distribute your Cfg file by installing it into %PROGRAMDATA%/3dconnexion/3dxware/Cfg. The driver will pick it up from there. Make sure the name and ExecutableName is set for your executable. Make sure the Default attribute in the AppCfg element is "true". Use the current release (...
by Mernion
Wed Jun 18, 2014 9:13 am
Forum: Developer's Forum for Windows
Topic: Pass all button events to my application
Replies: 17
Views: 34541

Re: Pass all button events to my application

I don't think that LoadPreferences function does anything anymore. You just need to get the executable name correct. You must be using a very old instance of 3DxConfig. That functionality was removed quite a while ago. The Cfg file format has moved on since that time. Those files are probably not c...
by Mernion
Tue Jun 17, 2014 10:15 am
Forum: Developer's Forum for Windows
Topic: Pass all button events to my application
Replies: 17
Views: 34541

Re: Pass all button events to my application

I suppose I hit this problem too. I exported Cfg file from 3DxWare 10 menu ("Manage profiles"). But, how I can load this cfg file on other computer from my programm? (c#). Currently, I'm using example with TDx input: this.device.LoadPreferences("CfgFileName"); But it doesnt work,...