Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!know!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!aplcen!haven!uvaarpa!mcnc!beguine!Mark.Saltzman From: Mark.Saltzman@samba.acs.unc.edu (BBS Account) Newsgroups: comp.sys.mac.programmer Subject: TCL problem with modal dialogs Keywords: TCL, modal dialog Message-ID: <940@beguine.UUCP> Date: 28 Aug 90 22:46:34 GMT Sender: usenet@beguine.UUCP Lines: 11 When I use modal dialogs in Think C within the TCL starter project, I always get and odd adress error somewhere inside the oops library if I dont dispose of the dialog with DisposDialog. When I do Dispose of it, everything works fine. But it seems that I should only have to load the dialog once during my document initialization, use it as many times as I want using Show window to activate it, and then dispose of it when the document is disposed. Is this a ridiculous assumption? Am I doing something wrong? thanks in advance, Mark Saltzman ak751@cleveland.freenet.edu