Page 1 of 1

How to run a scrip when application is loading

Posted: Fri Dec 13, 2013 2:09 pm
by daoa80
where can I place a script that runs when the application is loading all the files (booting)? is it on the Tag screen script? is it on the default screen script that is been displayed when it boots?

by the way, there is another question under application development called System Tags which have not been aswer, does anybody have that info available?


Thanks

Re: How to run a scrip when application is loading

Posted: Wed Apr 30, 2014 4:51 pm
by stuartm
try this constructor inside your script module:

static ScriptModule1(){
MessageBox.Show("Hello Application");
}