Splash Screen??

I have an app that gets loaded into a Frame on our site and it’s Just an empty box till it shows the Loading. Is there any way to display something there before it loads?

Thanks Rich

Is there no way to place anything in the location the app will load in?

I have the app displaying in a frame.

Anybody?

This is probably more complicated than you imagine, but here goes… In you site’s web page, put a

atop the

Whoa: As knowledge flies over head!

I guess I’ll have to wait for some kind of tutorial or sample.

Thanks

[quote=88302:@Richard Albrecht]Whoa: As knowledge flies over head!

I guess I’ll have to wait for some kind of tutorial or sample.[/quote]

You may want to look here at the preload HTML section and do patient experiment until you feel comfortable :
http://www.htmlgoodies.com/tutorials/web_graphics/article.php/3480001

It seems possible to play it this way :

  • Load the splash page which contains as preload in the background the HTML page you are using now with the iFrame. The splash page could be identical to the page you have now, with an image occupying the empty space.
  • Add to the splash page a Refresh timer which will display the preloaded page after a set time during which your Xojo app will have had time to launch

See http://webdesign.about.com/od/metataglibraries/a/aa080300a.htm for the use of refresh

Call an HTML Page in the frame that includes a redirect to the intended XOJO app. This doe snot work with all browsers.