Page 1 of 1

Application Start Function/event

Posted: Wed Jul 10, 2013 11:47 am
by bennanio
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.

Re: Application Start Function/event

Posted: Wed Jul 10, 2013 11:59 am
by mark.monroe
The easiest place is in the startup screen. There is no special location in iX where you can put code that is called once when the panel starts up. Many people create a splash screen and use a timer to close the screen after it has been open for 30 seconds. That particular screen is then always used as the startup screen for the application. It is then really obvious which screen is the startup screen.