popupNotice(a)

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


Syntax

o_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

o_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-2025. All Rights Reserved. Stan Bischof (stan@worldbadminton.com). Last updated 13 February 2024 08:50.