PDA

View Full Version : How to tell when adding a plugin fails


Jerry
07-05-2006, 10:49 AM
If you add an invalid plugin, e.g., your head tracker is not connected,
the program continue to run anyway. Is there a way to tell if a plugin
is added successfully or not?

Gladsomebeast
07-06-2006, 09:21 AM
This is kind of a hack, but you could check if the data values returned from myPlugin.get() are zero.