In girder they have the at startup event that triggers events at girder startup
is there an equivalent in EG?
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
Is there a way to run macros when EG starts up?
Re: Is there a way to run macros when EG starts up?
You can add macros to the Autostart folder or use the Main.OnInit event.
Re: Is there a way to run macros when EG starts up?
great! thanks
Re: Is there a way to run macros when EG starts up?
I knew about the main.init, but didn't know about Autostart. LOL. I would recommend main.init though since it gives one better flexibility.Bartman wrote:You can add macros to the Autostart folder or use the Main.OnInit event.