mattwire
October 13th, 2002, 12:55 PM
To execute commands from OSDMenu is indeed very easy(ish).
Help.txt tells you how to do this although I know it isn't all that clear!
Are you using Girder 3.2? The following is an explanation for G3.2/OSDMenu 1.5+
Basically you need to know the device number of the event you want to trigger.
If it is a 'girder event' it will be 18. Otherwise see the plugins page on the girder settings dialog to discover the device number.
Now, in your menu file: eg:
[main]
mygirderevent=#18#myevent
This would trigger a girder event - 'myevent' when the menuitem 'mygirderevent' is executed.
Is this clear?
Help.txt tells you how to do this although I know it isn't all that clear!
Are you using Girder 3.2? The following is an explanation for G3.2/OSDMenu 1.5+
Basically you need to know the device number of the event you want to trigger.
If it is a 'girder event' it will be 18. Otherwise see the plugins page on the girder settings dialog to discover the device number.
Now, in your menu file: eg:
[main]
mygirderevent=#18#myevent
This would trigger a girder event - 'myevent' when the menuitem 'mygirderevent' is executed.
Is this clear?