Control Panel pops up on application launch

Post questions, comments and feedback to our 3Dconnexion Windows Development Team.

Moderator: Moderators

Post Reply
tonicscorp
Posts: 3
Joined: Wed Sep 02, 2009 2:09 am

Control Panel pops up on application launch

Post by tonicscorp »

Hi,

I integrated SpaceMouse support using the old method -- not the COM SDK. It works and do I receive all values.

Whenever I start the application, it will pop up the 3Dconnexion Control Panel. What could I possibly do to cause this? Is there any way to suppress this?

Any hints are appreciated.
Thanks
jwick
Moderator
Moderator
Posts: 3455
Joined: Wed Dec 20, 2006 2:25 pm
Location: USA
Contact:

Post by jwick »

Hello tonicscorp,

You are probably making a call to SiSetUiMode. Don't call it.

Jim
3Dx Software Development
tonicscorp
Posts: 3
Joined: Wed Sep 02, 2009 2:09 am

Post by tonicscorp »

Wow, that was fast. Thank you very much Sir.

I'm currently maintaining old source so I didn't know this call was made.

Thanks.
jwick
Moderator
Moderator
Posts: 3455
Joined: Wed Dec 20, 2006 2:25 pm
Location: USA
Contact:

Post by jwick »

Yeah, we included it in our sample code so everyone makes the call via cut and paste w/o looking up what it does <G>
Post Reply