Hi Ibai,
Here it is
Good luck, and tell us if it works for you.
Regards,
François
Search found 6 matches
- 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
- 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...
- 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...
- 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
- 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
- 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...