popupNotice(a)

Creates a pop-up message on the user's screen


Syntax

popupNotice(a)
a: scalar Text - message to be displayed
return: none

Usage

While many other mechanisms exist to place messages on the screen, this simplistic one allows asynchronous one-liners to pop up via a function call.

Location

menu: veeos ==> Coding ==> popupNotice

library: codeLib

Example

popupNotice("present status is RED")   pops up a message on the user's screen

Notes

The popup used is asynchronous and will stay in place as long as the program is running. If you desire to eliminate it at any time, send the message "HIDENOTICE".

Reference

Dependencies

Supported On

Vee 7.0+, all platforms

See Also


© 2015. All Rights Reserved.  Stan Bischof (stan@worldbadminton.com). Last updated 20 October 2015 20:38. © 2015.