Author Topic: Loading screen  (Read 2928 times)

Offline thiamant

  • byte
  • *
  • Posts: 19
    • View Profile
Loading screen
« on: September 30, 2010, 06:03:59 pm »
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.

Offline thiamant

  • byte
  • *
  • Posts: 19
    • View Profile
Re: Loading screen
« Reply #1 on: September 30, 2010, 07:40:19 pm »
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.