Hi Guys
While working off the Event Plugins .param example on page 539, I found that using ‘Global Enabled’ as a state option appears to cause the State option to disappear for my plugins in the Configure Events dialog.
The content of a working Param file is:
[i][State]
Type=Enum
Items=Enabled;Opt-In;Disabled
Category=Options
CategoryOrder=0
CategoryIndex=0
Label=State
Default=Disabled
Description=Blah
[EventCallbacks]
Type=Label
Description=OnSlaveStartedCallback
Default=OnSlaveStartedCallback[/i]
The content of a not-working param file is:
[i][State]
Type=Enum
Items=Global Enabled;Opt-In;Disabled
Category=Options
CategoryOrder=0
CategoryIndex=0
Label=State
Default=Global Enabled
Description=This plugin should set the CPU affinity.
[EventCallbacks]
Type=Label
Description=OnSlaveStartedCallback
Default=OnSlaveStartedCallback[/i]
The strange thing is that the syntax appears to be near identical to examples like FontSync.param, which includes Global Enabled and works!
Regards
Fergus