home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / acorn / tech / 619 < prev    next >
Encoding:
Internet Message Format  |  1992-11-12  |  1.4 KB

  1. Path: sparky!uunet!comp.vuw.ac.nz!newshost.wcc.govt.nz!kosmos.wcc.govt.nz!wright_j
  2. From: wright_j@kosmos.wcc.govt.nz
  3. Newsgroups: comp.sys.acorn.tech
  4. Subject: Re: Keeping windows open after mode change
  5. Date: 13 Nov 92 16:51:30 NZST
  6. Organization: Welligton City Council, Public Access.
  7. Lines: 18
  8. Message-ID: <1992Nov13.165130.1@kosmos.wcc.govt.nz>
  9. References: <92314.134332SMARTIN@ESOC.BITNET>
  10. NNTP-Posting-Host: kosmos.wcc.govt.nz
  11.  
  12. In article <92314.134332SMARTIN@ESOC.BITNET>, <SMARTIN@ESOC.BITNET> writes:
  13.  
  14. > I have a small problem with an application I am writing, in that whenever I
  15. > change mode whilst the application is running, the windows for this
  16. > application and most other applications open at the same time are not
  17. > redrawn. If I then quit my application and change mode again, the windows
  18. > for the other applications all reappear. I suspect that I am neglecting to
  19. > take some action when I receive ModeChange messages, but I don't have access
  20. > to the PRM's, and so I am unable to find out. I do handle OpenWindow
  21. > messages, which I am fairly sure is correct because dragging windows works
  22. > fine.
  23.  
  24. It sounds like some task is intercepting the Message_ModeChanged message rather
  25. than allowing it to be passed on to the other tasks. Either that or whatever
  26. is doing the mode changing is not using Wimp_SetMode. Could any of the
  27. tasks you are running fall into this category?
  28.  
  29.     Cheers, Julian.
  30.