View Single Post
Old 08-15-2007, 01:18 PM   #239
inh
Maximum Bitrate
 
Join Date: Jan 2007
Location: Fort Riley KS
Posts: 514
Ok, heres the problem, or at least, where the problem is located.

If I have this for contexts:

Code:
<contexts> <context name="Default" deviceContext="Mouse" /> <context name="Mouse" deviceContext="Mouse" /> <context name="****" deviceContext="SpaceNavigator" /> </contexts>

**** is the variable im talking about below. If i set **** to "Audio" It defaults to loading the SPaceNavigator context.
In fact, any value from A to D does it. But only uppercase. And if i try something like "Dill" it wont cause the error.
If i set it to anything else, Like E, no problems..So it seems the issue is only with uppercase letters, and only those few.

So for now, I set the Context name to Media, for the play/pause commands and the like. So far so good,at least it's switching the contexts now.

Last issue I've found is that when it recieves the command to switch contexts, it does, but the mouse buttons dont get redefined and set to the
new context.
__________________
Space Navigator - 6 Axis input device: Take it apart - Driver App
RRCam - Video/webcam capture, text overlay, and recording: 2.0 Stable
inh is offline   Reply With Quote