MyWindow on YourScreen
27-Jun-88 02:06:43
Sb: #132106-MyWindow on YourScreen
Fm: Mike Berro 73267,3361
To: Bill Hawes 72230,267
This message turned up in search, but its forum couldn’t be identified from the original transcript, so it may not be linked into its thread.
That is what I'm going to do (use SetFunc on CloseWindow). It should
work if I use flags and Forbid() to make sure that no other task is in my
routine when I close down, and make sure that no other task has SetFunc'ed
the CloseWindow AFTER I did, and is now pointing at me! My other recourse
is to just throw up a requester on the CloseWindow() and let the user close
things down safely. —Mike