home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.sys.mac.programmer:14687 comp.sys.mac.system:11381
- Path: sparky!uunet!mcsun!uknet!qmw-dcs!jeremyr
- From: jeremyr@dcs.qmw.ac.uk (Jeremy Roussak)
- Newsgroups: comp.sys.mac.programmer,comp.sys.mac.system
- Subject: Re: Color Icons
- Keywords: coloricon
- Message-ID: <1992Aug28.195651.12432@dcs.qmw.ac.uk>
- Date: 28 Aug 92 19:56:51 GMT
- References: <1992Aug26.233800.21347@sagpd1>
- Sender: usenet@dcs.qmw.ac.uk (Usenet News System)
- Organization: Computer Science Dept, QMW, University of London
- Lines: 15
- Nntp-Posting-Host: sequent.dcs.qmw.ac.uk
-
- In <1992Aug26.233800.21347@sagpd1> bberqu@sagpd1 writes:
-
- >I'm trying to use ModalDialog with a filterProc function which will
- >handle popupmenus, when I call ModalDialog and just let it sit there
- >no mouse movement or anything, after a while, I get, I believe a system
- >error #26 according to MacsBug, all my filter proc function does is
- >return (TRUE), I've also tried FALSE.
-
- 1. You are programming in C
- 2. You have forgotten to declare your filterproc as "pascal"
- 3. The error is really 28
-
- Just a wild guess...
-
- Jeremy
-