Loading screen

Started by thiamant, September 30, 2010, 06:03:59 PM

Previous topic - Next topic

thiamant

I'm trying to display a loading picture. I want it to be displayed between the time of the application start and until the first frame of the model has been displayed. I can't seem to get this work with an ImageView at the start because once the renderer is created the screen goes black again.

Any ideas? Thanks.

thiamant

Ok. Fixed. Showing dialogs instead of ImageViews and working properly. This is also working ok with jpct as the dialog keeps showing even when OpenGL is loading.