Re: Newbie Question: Doing tasks after form displays 'on load'
- From: "Bruce Wood" <brucewood@xxxxxxxxxx>
- Date: 19 Apr 2005 10:23:04 -0700
Perhaps a better solution (employed by many other apps) is to display a
"splash screen" while your app is loading. Ferret (or Google :) around
for "splash screen" and you'll find several examples.
You can even use a background thread for your initialization
operations, so that your splash screen gracefully repaints itself,
secure in the knowledge that your user can't press any buttons or do
anything to your form before you're ready, becuase you haven't
displayed it yet.
.
- Follow-Ups:
- References:
- Newbie Question: Doing tasks after form displays 'on load'
- From: Damien Sawyer
- Re: Newbie Question: Doing tasks after form displays 'on load'
- From: Bruce Wood
- Re: Newbie Question: Doing tasks after form displays 'on load'
- From: Damien Sawyer
- Newbie Question: Doing tasks after form displays 'on load'
- Prev by Date: Interate with objects
- Next by Date: Re: litview properties questions
- Previous by thread: Re: Newbie Question: Doing tasks after form displays 'on load'
- Next by thread: Re: Newbie Question: Doing tasks after form displays 'on load'
- Index(es):