Re: Can Forms 4.5 do splash screens?

From: Alex Heney <a.j.heney_at_btNOinterSPAMnet.com>
Date: 1997/12/01
Message-ID: <3482c2e7.19677624_at_news.axion.bt.co.uk>#1/1


On Mon, 01 Dec 1997 09:41:47 +1000, Phil Carter <carterp_at_deakin.edu.au> wrote:

>Can we dispay a splash screen when a Forms 4.5 application starts up?
>The screen contains a logo. We want it to dispay for about 5 seconds
>while some other startup processing takes place.
>

What you need to do is to have the splash screen in the initial window, with only a single item to allow navigation (which can be effectively hidden by making it's dimensions 1 pixel * 1 pixel).

In the WHEN_NEW_FORM_INSTANCE trigger, you then create a timer with an expiry time of 5000 (milliseconds), on expiry of which you display the required main screen.

--

Alex Heney,  Global Villager

Remove NO and SPAM from the above address if replying by email.
Received on Mon Dec 01 1997 - 00:00:00 CET

Original text of this message