Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily.
X
Anyone knows if a notification for [File->Close Window] exists?. I tried all the model related and window-change notification types, but none of those are triggered by a window close. Also, I don't see anything obvious in the ProNotifyType enum corresponding to this.
Notification could by done by using technique described in: file://<proloadpoint>/protoolkit/protkdoc/manual0/menus.htm#476 for ProMenubuttonPreactionSet() and ProMenubuttonPostactionSet(). The manual provides an example : 'Example 11: Asking for Confirmation on Quit Window' HIH. Feliks.