home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / atari / st / tech / 6352 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.1 KB  |  29 lines

  1. Newsgroups: comp.sys.atari.st.tech
  2. Path: sparky!uunet!cs.utexas.edu!usc!rpi!usenet.coe.montana.edu!news.u.washington.edu!hardy.u.washington.edu!jrt
  3. From: jrt@hardy.u.washington.edu (Jerrold Thompson)
  4. Subject: EVNT_MULTI AND SCROLLING
  5. Message-ID: <1992Dec20.000839.7059@u.washington.edu>
  6. Summary: Scrolling list in TOS 1.0
  7. Keywords: Scrolling List
  8. Sender: news@u.washington.edu (USENET News System)
  9. Organization: University of Washington
  10. Date: Sun, 20 Dec 1992 00:08:39 GMT
  11. Lines: 16
  12.  
  13. I am trying to write a scrolling list in a window, using evnt_multi()
  14. return in the message pipe  WM_ARROWED  to switch to my function. My
  15. function blits n-1 lines and then calls v_gtext() to draw the new line.
  16. However, the loop is not initiated until the mouse button is released,
  17. ignoring (?) the call to graf_mkstate() which I am using to break the
  18. loop, by testing the mouse state.
  19.  
  20. This is being run on tos 1.0.  I am just getting acquainted with gem,
  21. so any suggestion would be greatly appreciated.  Also, it seems that
  22. it would be more efficent and useful if the strings I am displaying
  23. were placed in a bunch of objects.
  24.  
  25. Thanks in Advance.
  26.  
  27.  
  28.                     Eric Thompson  
  29.