I have a next problem writting my plugin or Xponent (Mac OS). I would like to use any callback from device (e.g. button pressed).
I defined *type = PLUGINDEVICE_XPONENT; in GetDeviceType. But there are no reaction after button pressed. Also when I try to use OnTimer function nothing happen.
Maybe something is wrong with driver? After I run VDJ I must go to settings/remote and Xponent is always red. If I deactivate and activate again it changes to green it works well. I don't have this problem on Vista. Is it normal for Mac?
I defined *type = PLUGINDEVICE_XPONENT; in GetDeviceType. But there are no reaction after button pressed. Also when I try to use OnTimer function nothing happen.
Maybe something is wrong with driver? After I run VDJ I must go to settings/remote and Xponent is always red. If I deactivate and activate again it changes to green it works well. I don't have this problem on Vista. Is it normal for Mac?
geposted Tue 10 Feb 09 @ 7:28 pm
Yup, it's normal for the Mac on the current release I'm afraid.
Post up your source code (or PM it to me) and I'll have a look.
Post up your source code (or PM it to me) and I'll have a look.
geposted Wed 11 Feb 09 @ 6:29 am
I don't know if I correctly install plugin in VDJ folder. I only copy compiled plugin.bundle from my project to Plugins\ControlDevice folder. When I use OnParameter (e.g. button pressed) everything works.
geposted Wed 11 Feb 09 @ 5:37 pm