Search found 52 matches
- Fri May 04, 2007 5:10 am
- Forum: UNIX and Linux Discussion Forum
- Topic: A odd thing with the driver
- Replies: 3
- Views: 14991
- Thu May 03, 2007 3:11 am
- Forum: Feedback
- Topic: GDL'd sdk and driver
- Replies: 3
- Views: 12259
GDL'd sdk and driver
Are there any plans of releasing a GPL version of the driver and/or the SDK? I think it would make alot of difference when it comes to integrate your hardware in non-proffesional and open-source projects... but then i guess im not the first to ask about it either. Anyway i couldn't find a thread abo...
- Tue May 01, 2007 12:30 pm
- Forum: Feedback
- Topic: Linux Support for SpaceNavigator
- Replies: 31
- Views: 135424
I've tried the suggestions here using udev and xinput to get my spacenavigator recognized by linux, x11 and applications without the use of the 3dconnexion driver. But one thing that i noticed was that when i configured the device in xorg.conf using the vendor and product id as identification instea...
- Tue May 01, 2007 5:48 am
- Forum: Developer's Forum for UNIX and Linux
- Topic: Event message_type
- Replies: 4
- Views: 27749
I've figured it out... i thought it wasn't but there where a difference between GdkEventClient's and XEvent.xclient's message_type variable so i had to use gdk_atom_intern instead to get the gdkatom. The only problem is that now the message_type on button event is set to press:107 and release:108 an...
- Mon Apr 30, 2007 6:45 pm
- Forum: Developer's Forum for UNIX and Linux
- Topic: Event message_type
- Replies: 4
- Views: 27749
Event message_type
I've noticed that the numbers i get on initiating the sdk: Magellan: xdrvpp.cc MotionEvent = 725 ButtonPressEvent = 726 ButtonReleaseEvent = 727 CommandEvent = 728 Like so! Isn't the correct ones, for example the motion event should be 109 and button press should be 106, this ofcourse makes me think...
- Mon Apr 30, 2007 6:39 pm
- Forum: UNIX and Linux Discussion Forum
- Topic: A odd thing with the driver
- Replies: 3
- Views: 14991
A odd thing with the driver
I've noticed a odd thing when using my SpaceNav i Ubuntu 7.04, first of all, when ever i shutdown the driver connection via the sdk i get a window in my face saying i should save the current settings for this application, at the beginning i did that and set it to autosave until i noticed that whenev...
- Sun Apr 29, 2007 4:51 pm
- Forum: Windows Discussion Forum
- Topic: SpaceNavigator vs Blender
- Replies: 17
- Views: 34676
- Sun Apr 29, 2007 9:26 am
- Forum: Feedback
- Topic: Validation for forum users
- Replies: 3
- Views: 11522
Validation for forum users
I really think you should have some sort of bot-protection on this forum, i've noticd that there is alot of posts about pharmacy and such with alot of links.
- Fri Apr 27, 2007 8:39 am
- Forum: Developer's Forum for UNIX and Linux
- Topic: When linking with Gtkmm two MegallanInit is needed
- Replies: 1
- Views: 19532
- Fri Apr 27, 2007 7:26 am
- Forum: Developer's Forum for UNIX and Linux
- Topic: When linking with Gtkmm two MegallanInit is needed
- Replies: 1
- Views: 19532
When linking with Gtkmm two MegallanInit is needed
When using gtkmm and having the init code in on_realize on the main window it seems as if the code is needed to be initialized two times before the window recives the right events... this also happened when i set the init code to a button, i had to click twice to get the right events
- Fri Apr 27, 2007 5:16 am
- Forum: Developer's Forum for UNIX and Linux
- Topic: Can't link the sdk to Ogre3D source
- Replies: 7
- Views: 117632
Damn, not often i have right about this stuff
Added:
to the sdk headers and now it compiles without a hitch. Yey!
Added:
Code: Select all
#ifdef __cplusplus
extern "C"
{
#endif
[...]
#ifdef __cplusplus
}
#endif
- Fri Apr 27, 2007 5:04 am
- Forum: Developer's Forum for UNIX and Linux
- Topic: Can't link the sdk to Ogre3D source
- Replies: 7
- Views: 117632
- Fri Apr 27, 2007 5:00 am
- Forum: Developer's Forum for UNIX and Linux
- Topic: Can't link the sdk to Ogre3D source
- Replies: 7
- Views: 117632
I take that back when i compiled the demo with g++ instead it gave alot of errors. scons scons: Reading SConscript files ... scons: done reading SConscript files. scons: Building targets ... g++ -o xapp.o -c -I/usr/include -I. xapp.c xapp.c:26: error: ‘argc’ was not declared in this scope xapp.c:26:...
- Fri Apr 27, 2007 4:58 am
- Forum: Developer's Forum for UNIX and Linux
- Topic: Can't link the sdk to Ogre3D source
- Replies: 7
- Views: 117632
No it makes no difference, atleast not when I compiled the xapp demo (made a scons script to compile it just to make sure it wasn't scons that did something funny) import os env = Environment(ENV = os.environ, CC='gcc', CPPPATH=['/usr/include', '.'], CCFLAGS='') xdrv_list = ['xdrvlib.c'] xapp_list =...
- Thu Apr 26, 2007 2:54 pm
- Forum: Windows Discussion Forum
- Topic: New Navigator PE doesnt work
- Replies: 8
- Views: 12662