realbasic-nug
[Top] [All Lists]

Re: Splash screen

To: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Subject: Re: Splash screen
From: Philip Regan <rblists@oatmealandcoffee.com>
Date: Thu, 27 Nov 2008 05:29:13 -0500
Authentication-results: mx.google.com; spf=neutral (google.com: 74.124.194.228 is neither permitted nor denied by best guess record for domain of realbasic-nug-bounces@lists.realsoftware.com) smtp.mail=realbasic-nug-bounces@lists.realsoftware.com
Delivered-to: listarchive@realsoftware.com
In-reply-to: <492DD93E.1030607@chrononomicon.com>
References: <492DD93E.1030607@chrononomicon.com>
Reply-to: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Sender: realbasic-nug-bounces@lists.realsoftware.com

On Nov 26, 2008, at 18:18, Bart Silverstrim wrote:

Yet another newbie question :-)

What approach is best described as a best practice for creating a splash screen as your program is loading? Advice?


I have a splash screen that is opened in the App.Open event, and then is closed at the end of all the initialization methods which are called from a default window Open event to modules, associated classes, and the like. No timers or threads, and I have yet to run into a problem. YMMV. My splash screen is also my About screen to save time and code.

There's absoultely nothing wrong with a splash screen, but it's really only useful if your app takes more than a few seconds to load, and in that case should offer the user some feedback as to what is happening.


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>