Search found 6 matches

by Flat
Tue Mar 05, 2013 9:00 am
Forum: Developer's Forum for Windows
Topic: Using a 3Dx Mouse in NI Labwindows CVI
Replies: 7
Views: 21636

Re: Using a 3Dx Mouse in NI Labwindows CVI

Hi Ibai,

Here it is

Good luck, and tell us if it works for you.

Regards,
François
by Flat
Wed Sep 28, 2011 6:19 am
Forum: Developer's Forum for Windows
Topic: (Mis)using SiSetUiMode ?
Replies: 5
Views: 13043

(Mis)using SiSetUiMode ?

Hi all, I would like to get permanently rid of the popup menu appearing when pressing left button of my Space Navigator mouse while my application is running, and I'd like to disable this menu programmatically, from within the application. I want to use the left button in my application, and this me...
by Flat
Mon Sep 26, 2011 1:05 am
Forum: Developer's Forum for Windows
Topic: Using a 3Dx Mouse in NI Labwindows CVI
Replies: 7
Views: 21636

Using a 3Dx Mouse in NI Labwindows CVI

Hi all, I've been struggling a bit trying to integrate a 3D Mouse (namely a Space Navigator) in my NI Labwindows CVI application. Thus, in order to avoid other people reinventing the wheel, here's the way I managed to get it working. And it works perfectly for me, believe me ;) First, declare a call...
by Flat
Wed Sep 07, 2011 5:46 am
Forum: Developer's Forum for Windows
Topic: SpaceNavigator in NI Labwindows : Windows message number ?
Replies: 4
Views: 11362

I can do both ;)

Just give me a week or two to throughout test all, and I'll be back.

Thx again,
François
by Flat
Wed Sep 07, 2011 5:33 am
Forum: Developer's Forum for Windows
Topic: SpaceNavigator in NI Labwindows : Windows message number ?
Replies: 4
Views: 11362

Hi Jim, Thanks for the quick reply and for the hint. I looked in the SDK doc, but missed this point as I don't use MFC :oops: Anyway, it now works ! A simple call to RegisterWindowMessage("SpaceWareMessage00") after 3D mouse initialisation gives me the message number. I haven't seen many L...
by Flat
Wed Sep 07, 2011 1:47 am
Forum: Developer's Forum for Windows
Topic: SpaceNavigator in NI Labwindows : Windows message number ?
Replies: 4
Views: 11362

SpaceNavigator in NI Labwindows : Windows message number ?

Hi all, I'm currently trying to integrate a SpaceNavigator 3D mouse in a NI Labwindows application for controlling a robot. Labwindows is an IDE using Ansi C as programming language. So far, I've been able to handle the 3D mouse events trough the Windows messaging system (almost just as it is done i...