home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.mac.programmer
- Path: sparky!uunet!utcsri!newsflash.concordia.ca!sifon!CC.UMontreal.CA!casgrain
- From: casgrain@ERE.UMontreal.CA (Casgrain Philippe)
- Subject: OK buttons in Dialogs (goof!)
- Message-ID: <1993Jan7.183637.351@cc.umontreal.ca>
- Sender: news@cc.umontreal.ca (Administration de Cnews)
- Organization: Universite de Montreal
- Date: Thu, 7 Jan 1993 18:36:37 GMT
- Lines: 9
-
- In a precedent post I wrote:
- ModalDialog(dlg, @MyFilterProc);
-
- What a goof! The correct syntax, as everyone indubitably noticed, is:
-
- ModalDialog(@MyFilterProc,itemHit);
- ModalDialog supposes you have brought a Dialog to the front yourself...
-
- Philippe Casgrain
-