home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / acorn / tech / 711 < prev    next >
Encoding:
Text File  |  1992-11-21  |  1.4 KB  |  34 lines

  1. Newsgroups: comp.sys.acorn.tech
  2. Path: sparky!uunet!haven.umd.edu!decuac!pa.dec.com!rdg.dec.com!edieng.enet.dec.com!goodwin
  3. From: goodwin@edieng.enet.dec.com (Pete Goodwin)
  4. Subject: Re: RO3.1, C dbox's and 3d icons
  5. Message-ID: <1992Nov21.212304.565@rdg.dec.com>
  6. Sender: news@rdg.dec.com (Mr News)
  7. Organization: Digital Equipment Corporation
  8. Date: Sat, 21 Nov 1992 21:21:39 GMT
  9. Lines: 23
  10.  
  11.  
  12. In article <921119230327@kernow.demon.co.uk>, vulch@kernow.demon.co.uk (Anthony Frost) writes...
  13. >  > I knew about the bug in 3.1 with 3d icons on exit, and I've
  14. >  > coded around that. What I didn't know was that there's
  15. >  > another bug - actually more serious. 
  16. >  > On some occaisons, I get an 'Internal Trap', then EVERY task
  17. >  > generates an address exception until the desktop vanishes
  18. >  > leaving me at the '*' prompt. Anyone else seen this one? 
  19. >Yup! At 03873B74? I think it is the same bug rather than a different one
  20. >though. I got round it by replacing the dbox_dispose() with a call to an
  21. >alarm function in the same way as for closing a normal window. pass "(void
  22. >*) d" as the alarm handle and you can cast it back and dispose of it when
  23. >all is clear. I am told setting the button type to one of the notify on
  24. >release flavours is an alternative cure.
  25.  
  26. At address 03873B6C (close!). I fixed it with a delayed dispose (via alarm).
  27. Unfortunately, using 'release' didn't solve the problem.
  28.  
  29. Pete Goodwin
  30. goodwin@edieng.enet.dec.com
  31.