REBOL Document

Hide-popup - Function Summary


Summary:

(missing)

Usage:

hide-popup

Description:

This function is used to hide a popup window that was created with the INFORM or SHOW-POPUP functions. It will hide the most recent popup that has occurred.


    inform layout [
        text bold red "Warning..."
        button "OK" [hide-popup]
    ]

The above example will display a popup message until the OK button is pressed and the HIDE-POPUP function is evaluated.

Related:

inform - Display an exclusive focus panel for alerts, dialogs, and requestors.
show - Display a face or block of faces.
show-popup


<Back | Index | Next>

Copyright 2004 REBOL Technologies