Application Start Function/event
Posted: Wed Jul 10, 2013 11:47 am
Hi I'd like to run a script immediately when the app starts and I'm looking for what would be the best way to do this. Right now, all I can think of is sticking a call in my startup screen. I don't really like putting a call in my current startup screen because that's a little error prone (easy to change startup screen and forget about the initialization script). I'm wondering if there's a specific spot that is meant for this.