Re: [developer 2000] how to hide system-window?

From: Yann Chevriaux <chevriaux_at_theleme.com>
Date: Fri, 05 Nov 1999 14:59:51 +0100
Message-ID: <3822E2D7.7D85A222_at_theleme.com>


Hi.

I guess you want to hide MDI_WINDOW.

Declare POST_LOGON trigger at form level: [Quoted]   Set_Window_Property(FORMS_MDI_WINDOW, STATE, MINIMIZE)

It will hide the mdi_window.

Now, if you want non-system window to be viewable (and I'm sure you want to),
you have to set any window's "Window Style" property to Dialog: it allows a window to be displayed
out of its MDI_WINDOW area.

Good luck.

Yann.

peter a écrit :

> hi.
> you will see the system-window before your from appears when u run
> .FMX
> How can we avoid showing the system-window??????
Received on Fri Nov 05 1999 - 14:59:51 CET

Original text of this message