12-10-2012 02:31 PM
Hey guys,
I have a TabbedPane project where I would like to show a blocking loading screen after the splash screen loads inorder to initialize the app with web service calls. I would like show a dialog until the web service calls finish. Does anyone have any ideas on how I can show a dialog at this point?
Thanks,
Solved! Go to Solution.
12-10-2012 02:35 PM
you can use a SystemProgressDialog - but you should always provide a way for the user to cancel
12-10-2012 02:56 PM
Perfect, I show the dialog afer setting the scene. This is exactly what I wanted, thanks for the tip and the tutorial!
12-11-2012 12:25 PM
Quick question ekke, how do you connect to the signals of the buttons in a SystemProgressDialog?