Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | display | |
Module | guiutils |
sometext | Text of message you wish to display | ||
Allowed: | string | ||
title | Title to put in window | ||
Allowed: | string | ||
selfdestruct | Do you want this window to automatically disappear? | ||
Allowed: | Boolean | ||
Default: | F | ||
timeout | specifies the number of ticks in .2s for the window to automatically dismiss itself | ||
Allowed: | integer | ||
Default: | 150 | ||
ws | widget server | ||
Allowed: | agent | ||
Default: | dws |
include 'infowindow.g'; iw := infowindow('Something good will happen to you.');