Search found 5 matches
- Fri Nov 11, 2011 3:09 am
- Forum: Developer's Forum for Windows
- Topic: Why is there no usable SDK?
- Replies: 8
- Views: 20164
- Mon Oct 06, 2008 7:36 am
- Forum: Developer's Forum for Windows
- Topic: Dynamically changing the configuration of the spacepilot
- Replies: 8
- Views: 21713
- Mon Oct 06, 2008 7:10 am
- Forum: Developer's Forum for Windows
- Topic: LoadPreferences() effects SpacePilot Display only once
- Replies: 0
- Views: 7105
LoadPreferences() effects SpacePilot Display only once
Hello! I need to change SpacePilot display text dynamically. Do perform this I create my config file and use it in LoadPreferences() function. But then I change some buttons titles in config file during my program runtime. As I understand, I should reload preference page from config file. So I call ...
- Sun Oct 05, 2008 11:52 pm
- Forum: Developer's Forum for Windows
- Topic: Dynamically changing the configuration of the spacepilot
- Replies: 8
- Views: 21713
LoadPreferences() returns S_OK even if I stop driver before the call. Here is my code, maybe someone can help me to find out what is wrong. HRESULT hr; CComPtr<IUnknown> _3DxDevice; // Create the device object hr = _3DxDevice.CoCreateInstance(__uuidof(Device)); if (SUCCEEDED(hr)) { //CComPtr<ISimple...
- Fri Oct 03, 2008 5:02 am
- Forum: Developer's Forum for Windows
- Topic: Dynamically changing the configuration of the spacepilot
- Replies: 8
- Views: 21713
Hello! I need to change SpacePilot display text dynamically. Do perform this I create my config file and use it in LoadPreferences() function. But then I change some buttons titles in config file during my program runtime. As I understand, I should reload preference page from config file. So I call ...