home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / lisp / mcl / 1579 < prev    next >
Encoding:
Internet Message Format  |  1992-11-12  |  1.2 KB

  1. Path: sparky!uunet!walter!att-out!pacbell.com!ames!data.nas.nasa.gov!taligent!apple!cambridge.apple.com!CONDON.TOM@AppleLink.Apple.COM
  2. From: CONDON.TOM@AppleLink.Apple.COM (Condon, Thomas,PAS)
  3. Newsgroups: comp.lang.lisp.mcl
  4. Subject: A Question
  5. Message-ID: <721602409.3080828@AppleLink.Apple.COM>
  6. Date: 12 Nov 92 20:49:00 GMT
  7. Sender: info-mcl-request@cambridge.apple.com
  8. Lines: 14
  9. Approved: comp.lang.lisp.mcl@Cambridge.Apple.C0M
  10.  
  11. I need some advice.  I want to try out some class framework ideas out in MCL.
  12. I would like to be in control of event handling, just as if it were a normal
  13. Macintosh application built in C (with an event loop and the rest).  The
  14. problem is that if disable the framework that exists for MCL I lose all the
  15. fred windows, debuggers and all the normal MCL features.
  16.  
  17. What I would like is two "frameworks" coexisting so that I can develop my
  18. framework and use MCL's environment do do this.  I assume that I must have some
  19. strategy to intercept toolbox events that I am interested in and let MCL have
  20. events that belong to it.
  21.  
  22. This may sound a little unclear, but if anyone has some insight to this I would
  23. appreciate the help.  If you need more info on what I want, let me know...
  24.  
  25.