Search found 18 matches

by superbigio
Thu May 19, 2011 2:31 pm
Forum: Developer's Forum for macOS
Topic: Space Navigator for Notebooks - how to turn on/off LED
Replies: 6
Views: 85559

sorry, I just thought of something else...

In case of multiple Space Navigators connected is it possible to pick what device I want to send the command to ?

Thanks.
by superbigio
Thu May 19, 2011 2:14 pm
Forum: Developer's Forum for macOS
Topic: Space Navigator for Notebooks - how to turn on/off LED
Replies: 6
Views: 85559

yes, works like a charm.

Thank you.

- Luigi
by superbigio
Thu May 19, 2011 1:30 pm
Forum: Developer's Forum for macOS
Topic: Space Navigator for Notebooks working in a background app
Replies: 3
Views: 64534

That's right, of course...

Thanks for your help.

- Luigi
by superbigio
Wed May 18, 2011 3:41 am
Forum: Developer's Forum for macOS
Topic: Space Navigator for Notebooks - how to turn on/off LED
Replies: 6
Views: 85559

Space Navigator for Notebooks - how to turn on/off LED

Hi, I am working with a Space Navigator for Notebooks and I was wondering how to turn the LED on/off programmatically. I am on a MacBookPro running Mac OS X 10.6.7 with the latest 3Dconnexion driver installed. The code I have is the following but it produces no results: OSErr err; SInt32 param = 1; ...
by superbigio
Mon May 16, 2011 7:51 am
Forum: Developer's Forum for macOS
Topic: How to fetch the USB address in the add/remove callbacks
Replies: 0
Views: 54222

How to fetch the USB address in the add/remove callbacks

Hi there, I am writing a driver for the Space Navigator for Notebooks that supports multiple devices. I am programming on Mac OS X 10.6.7, Xcode 4. I need a way to get the device USB address as soon as a 3Dconnexion device is plugged in the USB port. I registered a "device added" and a &qu...
by superbigio
Mon May 16, 2011 7:49 am
Forum: MacOS Discussion Forum
Topic: How to fetch the USB address in the add and remove callbacks
Replies: 1
Views: 5914

moved to Developer Forum...
by superbigio
Mon May 16, 2011 7:49 am
Forum: Developer's Forum for macOS
Topic: Space Navigator for Notebooks working in a background app
Replies: 3
Views: 64534

ok, nevermind... my bad. I was doing something silly and figured out the mistake. Now, just to clarify: if I register my client as follows: clientID = RegisterConnexionClient('max2', NULL, kConnexionClientModeTakeOver, kConnexionMaskAll); then I only receive events when my application ('max2') is in...
by superbigio
Mon May 16, 2011 7:48 am
Forum: Developer's Forum for macOS
Topic: Space Navigator for Notebooks working in a background app
Replies: 3
Views: 64534

Space Navigator for Notebooks working in a background app

Hi there, I recently bought a Space Navigator for Notebooks and I want to integrate its functionality in an application. The idea is to get something that supports multiple devices as well. I see that is possible with the Max OS X API. I am writing some driver code to capture the data sent by the SN...
by superbigio
Mon May 16, 2011 7:47 am
Forum: MacOS Discussion Forum
Topic: Space Navigator for Notebooks working as a background app
Replies: 2
Views: 7971

moved to Developer Forum...
by superbigio
Sun May 15, 2011 12:43 pm
Forum: MacOS Discussion Forum
Topic: Space Navigator for Notebooks working as a background app
Replies: 2
Views: 7971

ok, nevermind... my bad. I was doing something silly and figured out the mistake. Now, just to clarify: if I register my client as follows: clientID = RegisterConnexionClient('max2', NULL, kConnexionClientModeTakeOver, kConnexionMaskAll); then I only receive events when my application ('max2') is in...
by superbigio
Sun May 15, 2011 9:02 am
Forum: MacOS Discussion Forum
Topic: How to fetch the USB address in the add and remove callbacks
Replies: 1
Views: 5914

How to fetch the USB address in the add and remove callbacks

Hi there, I am writing a driver for the Space Navigator for Notebooks that supports multiple devices. I am programming on Mac OS X 10.6.7, Xcode 4. I need a way to get the device USB address as soon as a 3Dconnexion device is plugged in the USB port. I registered a "device added" and a &qu...
by superbigio
Sun May 15, 2011 8:45 am
Forum: MacOS Discussion Forum
Topic: Space Navigator for Notebooks working as a background app
Replies: 2
Views: 7971

Space Navigator for Notebooks working as a background app

Hi there, I recently bought a Space Navigator for Notebooks and I want to integrate its functionality in an application. The idea is to get something that supports multiple devices as well. I see that is possible with the Max OS X API. I am writing some driver code to capture the data sent by the SN...
by superbigio
Tue Feb 13, 2007 12:53 pm
Forum: Developer's Forum for macOS
Topic: Space Navigator driver code
Replies: 11
Views: 49744

OK, great!

Thank you so much for answering all my questions.

Do you have an approximate release date for a version of the driver with multiple device support ?

Thanks again.

- Luigi
by superbigio
Mon Feb 12, 2007 4:29 pm
Forum: Developer's Forum for macOS
Topic: Space Navigator driver code
Replies: 11
Views: 49744

OK, thank you. In my fiddling with the Space Navigator I found out a few other interesting facts. 1 - Please don't hesitate to tell me if I am completely off here, but it seems that client IDs are not reported correctly by the HandleMessage() function. In my own Initialize() function I call Register...
by superbigio
Thu Feb 08, 2007 1:45 pm
Forum: Developer's Forum for macOS
Topic: Space Navigator driver code
Replies: 11
Views: 49744

OK, got it. 2 - I do not need discrete up events with button IDs. Thank you. What I meant is that - as it is now - the button ID reports ALWAYS the same value held in the button state field. There's no difference between the two. You might just as well use one value field, which - in the end - might...