home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / os2 / programm / 6387 < prev    next >
Encoding:
Internet Message Format  |  1992-11-12  |  1.1 KB

  1. Path: sparky!uunet!ogicse!emory!gwinnett!oneup.gwinnett.com!fred
  2. From: fred@oneup.gwinnett.com (Fred Christianson)
  3. Newsgroups: comp.os.os2.programmer
  4. Subject: children of frame windows
  5. Summary: system is hanging when frame is closed
  6. Message-ID: <721564770fred.fred@oneup.gwinnett.com>
  7. Date: 12 Nov 92 10:39:30 GMT
  8. Article-I.D.: oneup.721564770fred.fred
  9. Sender: fred@oneup.gwinnett.com
  10. Followup-To: comp.os.os2.programmer
  11. Organization: One Up Corporation
  12. Lines: 25
  13.  
  14.  
  15.  
  16. --
  17.  
  18.  
  19. I have a program which allows you to select any window on the desktop, 
  20. and then creates other windows which are children of the selected window.  
  21.  
  22. In most cased, when the selected window is destroyed, my child windows
  23. get destroyed.  But, if the selected window is a frame window the 
  24. system hangs (or slows to a crawl) when the frame window is closed.  This
  25. does not happen with any other type of window I've tried, but happens every
  26. time with the frame window parent.
  27.  
  28. The only messages my windows get after the frame is destroyed, are
  29.  
  30.     WM_ADJUSTWINDOWPOS and WM_WINDOWPOSCHANGED.
  31.  
  32. No WM_DESTROY, or anything else.
  33.  
  34. Any ideas.
  35.  
  36.  
  37. Thanks,
  38. Fred Christianson (fred@oneup.gwinnett.com)
  39.