Hi,

I'm having a problem with an application, on Mac OS classic. All is fine in MacOSX and win32.

In the app class, I have an handler for the "close" menu. It only contains "window(0).close". The front (and only) window has no code in the close, cancelclose, deactivate events.

When the "window(0).close" method is called, the computer freezes (well, at least classic freezes). This also applies when using the "quit" method. However, I can close the window using the close box and the app quits normally (autoQuit is set to true).

I've added a msgbox:

Window(0).close
MsgBox "Test"

and I actually get the "Test" message, so the problem is after the window has successfully closed and no code remains to be executed, confusing!

Since the computer freezes, I don't know how to debug that. Any help welcome.
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to