- Thread starter
- #31
Re: EventGhostTrigger [v1.1.1 Beta]
I started adding Girder support, for that I'll need something very important... to change the plugin name...
Ideas are welcome...!
Thanks Not sure which file is the source as not a full time programer just a weekender ...but suffice to say girder can recieve events through a command line called from an external prgram or plugin like
"C:\Program Files\Promixis\Girder\event.exe" MyEvent
"C:\Program Files\Promixis\Girder\event.exe" MyEvent 1000 "Parameter One"
"C:\Program Files\Promixis\Girder\event.exe" MyEvent 18 -verbose
"C:\Program Files\Promixis\Girder\event.exe" MyEvent 18 one two three -verbose
so if you can point me to the source file i can checkit and then maybe able to modify it for girder as I assume eventghost will have the same style of external event generation.
Thanks Rick
I started adding Girder support, for that I'll need something very important... to change the plugin name...
Ideas are welcome...!