home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / amiga / programm / 15595 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  1.8 KB

  1. Path: sparky!uunet!tcsi.com!iat.holonet.net!news!usc!hela.iti.org!cs.widener.edu!eff!sol.ctr.columbia.edu!caen!batcomputer!cornell!rochester!rit!cci632!den
  2. From: den@cci632.cci.com (Dennis J. Buttery)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Listview -vs- Intuiticks
  5. Message-ID: <1992Nov9.213103.3388@cci632.cci.com>
  6. Date: 9 Nov 92 21:31:03 GMT
  7. References: <1992Nov6.131900.5867@cci632.cci.com> <36779@cbmvax.commodore.com>
  8. Distribution: usa
  9. Organization: [Computer Consoles, Inc., Rochester, NY
  10. Lines: 26
  11.  
  12. >
  13. >If you try to limit your postings to 80 colums (instead of hundreds),
  14. >more people could read them...  Now back to the question:
  15. >
  16. Sorry, I wasn't aware that was happening!  Everything looked fine from
  17. my end of things.  Hope this is better, I am using hard returns now!!
  18.  
  19. >>I took a romp through the RKM's and found that the IDCMP_LISTVIEW flag
  20. >>is sub-defined with the INTUITICKS flag.  My question is...  How can I use
  21. >>Listview gadgets without getting this stream of INTUITICKS waking up
  22. >>the application??????
  23. >
  24. >You must be able to handle INTUITICKS.  Fortunately, a well-written
  25. >event loop has no problem handling (in your case, basically ignoring)
  26. >INTUITICKS at the relatively slow rate (10 a second) that they arrive.
  27. >
  28. >Unless you're doing something upon every message without first checking
  29. >to see if it's a class you really care about, there shouldn't be a problem.
  30.  
  31. I am handling the INTUITICKS as they are received.  It just doesn't seem very
  32. practical though to have my application wake-up each time one is received.
  33. Especially, since they are only there because of the Listview gadget.
  34. BTW - I am using the GT_GetIMsg function in place of the regular GetMsg. which
  35. I thought was designed to consume these unwanted event signals??
  36.  
  37.                                            -DJB-
  38.