Quote: Originally Posted by
djerik 
How do I display the loading splash used in the web plugin?
this.CF_Main_systemCommands(CF_Actions.SHOWINFO);
//Do some stuff you need to do
this.CF_Main_systemCommands(CF_Actions.HIDEINFO);
Make sure HIDEINFO always gets called, so try catch your stuff to do in the middle, otherwise the loading dialog can get stuck on the screen...
david