home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / acorn / tech / 706 < prev    next >
Encoding:
Internet Message Format  |  1992-11-20  |  1.2 KB

  1. Path: sparky!uunet!pipex!demon!kernow.demon.co.uk!vulch
  2. Newsgroups: comp.sys.acorn.tech
  3. From: vulch@kernow.demon.co.uk (Anthony Frost)
  4. Reply-To: vulch@kernow.demon.co.uk
  5. Subject: RO3.1, C dbox's and 3d icons
  6. Organization: VCS Kernow
  7. X-Mailer: ReaderS for the Acorn Archimedes
  8. Date: Thu, 19 Nov 1992 23:03:27 +0000
  9. Message-ID: <921119230327@kernow.demon.co.uk>
  10. Sender: usenet@gate.demon.co.uk
  11. Lines: 18
  12.  
  13.  
  14.   > I knew about the bug in 3.1 with 3d icons on exit, and I've
  15.   > coded around that. What I didn't know was that there's
  16.   > another bug - actually more serious. 
  17.  
  18.   > On some occaisons, I get an 'Internal Trap', then EVERY task
  19.   > generates an address exception until the desktop vanishes
  20.   > leaving me at the '*' prompt. Anyone else seen this one? 
  21.  
  22. Yup! At 03873B74? I think it is the same bug rather than a different one
  23. though. I got round it by replacing the dbox_dispose() with a call to an
  24. alarm function in the same way as for closing a normal window. pass "(void
  25. *) d" as the alarm handle and you can cast it back and dispose of it when
  26. all is clear. I am told setting the button type to one of the notify on
  27. release flavours is an alternative cure.
  28.  
  29.         Anthony
  30.  
  31.