home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / windows / openloo / 3663 < prev    next >
Encoding:
Text File  |  1992-08-31  |  1.2 KB  |  28 lines

  1. Newsgroups: comp.windows.open-look
  2. Path: sparky!uunet!island!coney!hue
  3. From: hue@island.COM (Pond Scum)
  4. Subject: Re: signals under xview
  5. Message-ID: <hue.715284521@coney>
  6. Sender: usenet@island.COM (The Usenet mail target)
  7. Organization: Island Graphics Corp.
  8. References: <1992Aug26.175505.835@adimail.uucp>
  9. Date: Mon, 31 Aug 1992 18:08:41 GMT
  10. Lines: 16
  11.  
  12. tel@adimail.uucp (Terry Monks) writes:
  13. >Under SunView we were able to use the STOP key and the SIGURG signal
  14.                                                         ^^^^^^
  15. Since the client can be running on a different machine than the server, it
  16. doesn't make sense for SIGURG to be sent by pressing the stop key anymore.
  17. This is explained in the XView 3.0 Reference Manual: Converting SunView Applications.
  18.  
  19. >Well, under xview we can't get SIGURG anymore, so what do we do? I cannot
  20. >seem to get anything to work. I thought I could call notify_dispatch() and
  21.  
  22. If you drop out of the notifier (call notify_stop()), you should be able to do this.
  23. Almost all the programs I work on these days pop up a window with a progress meter
  24. and cancel button when they do something that takes a long time.  The notify proc
  25. for the cancel button just sets a flag which is checked every once in a while.
  26.  
  27. -Jonathan        hue@island.COM
  28.