REBOL Document

Inform - Function Summary


Summary:

Display an exclusive focus panel for alerts, dialogs, and requestors.

Usage:

inform panel

Arguments:

panel - The panel argument. (must be: object)

Refinements:

/offset - The offset refinement.

where - Offset of panel (must be: pair)

/title - The title refinement.

ttl - Dialog window title (must be: string)

/timeout - The timeout refinement.

time - The time argument.

Description:

Display a window as a modal dialog. The inform function does not return until the user has finished with the dialog.

Related:

hide-popup layout - Return a face with a pane built from style description dialect.
show - Display a face or block of faces.
show-popup


<Back | Index | Next>

Copyright 2004 REBOL Technologies