I am having trouble getting the TimedMessage class to work for me.
I would like to display a dialog with no timeout while the underlying
dialog is doing work, and then be able to change that TimedMessage
text and eventually end the TimedMessage.

I use code similar to:
busy = .TimedMessage~new("Dialog is busy #1", "Busy Dialog", -1)
busy~execute
....
....
busy~ok
busy = .TimedMessage~new("Dialog is busy #2", "Busy Dialog", -1)
busy~execute
....
....
busy~ok

The "busy" dialogs do not disappear when the subsequent busy~ok is
performed, and all of the "Busy" dialogs continue to be present.  The
only way I found to end them is to kill rexx with Process Explorer.  I
must be missing something..

--
  Art Heimsoth - artst...@artheimsoth.com

------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
TUNE You got it built. Now make it sing. Tune shows you how.
http://goparallel.sourceforge.net
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to