Consultor Eletrônico



Kbase P78589: How to create a splash window
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/15/2008
Status: Verified

GOAL:

How to create a splash window

GOAL:

How to create a splash screen

FACT(s) (Environment):

Progress 8.x
Progress 9.x

FIX:

Splash should not have a title bar and, especially, no 'Close' button. It's common to display the Splash in the exact center of the screen and it also usually 'stays on top'.

In 4GL you only achieve such functionality by calling Win32 API, as there is no construct from the 4GL to suppress the title bar of a window.
There is a very good example at the Global-Shared web site: http://www.global-shared.com/.