timed MSG box (OpenInsight 32-bit)
At 20 AUG 2011 01:45:40AM Martin Drenovac wrote:
I want to display a timed msg box showing "enter C to cancel", and allow the user to enter "C" or click a button, and if not entered during display time for the process to continue.
is this possible with the msg() function or do i have to write own window and timer()?
Cheers
At 22 AUG 2011 04:20AM Carl Pates wrote:
Hi Martin,
I don't think this is possible due to the fact that the parameter that controls the visibility of the buttons is also the argument that specifies if the message is timed
Carl