As far as I know, with ooDialog there is no requirement to do anything when a
dialog is closed.
Unless, of course, you’ve grabbed some resources that should be disposed of
immediately before the dialog closes.
An example of this is the Order Form (dbl-click the “New Order” icon) in
Exercise 7 of the ooDialog User Guide. The Order Form has a Tab Control with
two tabs (or “control dialogs”). These must be properly closed before the
“parent” dialog is closed otherwise it hangs. So, when an Order Form dialog is
closed, the dialog captures the “cancel” message (which afaik all dialogs get
when they’re closed), and each Tab Control needs to be explicitly closed (by
invoking “endExecution” on each of the two tabs) before doing self~cancel:super.
Hope this helps a bit.
Oliver
PS: What is “Rexx Dialog”?
From: Bertram Moshier [mailto:bertrammosh...@gmail.com]
Sent: 25 February 2015 22:20
To: oorexx-users@lists.sourceforge.net
Subject: [Oorexx-users] Two issues / items: Broken link -- Rexx Sourceforge
documentation web page
Hello,
I was reading the webpage:
http://nokix.sourceforge.net/help/learn_rexx/end.htm
and as I'm starting to write simple ooDialog programs, I noticed the line:
"https://mail.google.com/mail/u/0/#inbox?compose=14bc2cee0e95a19Note: If using
Rexx Dialog to create a graphical user interface, then, prior to any EXIT, you
should insert a call to RXMSG() with an END Operation, as described in
Terminating a REXX Dialog script."
The words "Terminating a REXX Dialog script" are a link to:
http://nokix.sourceforge.net/help/learn_rexx/rxend.htm
This web server gives a 404 (page not found) error. Two issues:
1. What should I know about terminating a REXX Dialog script (as mentioned
above)?
2. Whom should I contact to report this broken link?
Regards,
Bertram Moshier
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users