home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / windows / ms / programm / 7397 < prev    next >
Encoding:
Internet Message Format  |  1992-07-28  |  1.7 KB

  1. Xref: sparky comp.windows.ms.programmer:7397 comp.os.ms-windows.programmer.misc:1057
  2. Newsgroups: comp.windows.ms.programmer,comp.os.ms-windows.programmer.misc
  3. Path: sparky!uunet!usc!sdd.hp.com!apollo.hp.com!netnews
  4. From: nelson_p@apollo.hp.com (Peter Nelson)
  5. Subject: Re: scroll arrow goes crazy - why?
  6. Sender: usenet@apollo.hp.com (Usenet News)
  7. Message-ID: <Bs47rv.GLo@apollo.hp.com>
  8. Date: Tue, 28 Jul 1992 20:04:42 GMT
  9. References: <MUFFY.92Jul28115801@anableps.berkeley.edu>
  10. Nntp-Posting-Host: c.ch.apollo.hp.com
  11. Organization: Hewlett-Packard Corporation, Chelmsford, MA
  12. Lines: 24
  13.  
  14. In article <MUFFY.92Jul28115801@anableps.berkeley.edu> muffy@anableps.berkeley.edu (Muffy Barkocy) writes:
  15. >
  16. >I have an edit control in which I am trapping various WM_VSCROLL
  17. >messages.  Under certain circumstances, when I get an SB_LINEDOWN, I add
  18. >lines to the window, position it to my satisfaction, and then return,
  19. >without calling the default scroll handler.  If those circumstances do
  20. >not hold, I just call the default handler.
  21. >
  22. >So, what happens is that the little down arrow button at the bottom of
  23. >the scrollbar gets "stuck" and keeps scrolling down until I click the
  24. >mouse elsewhere.  It seems clear that there is something I need to tell
  25. >this button that the normal procedure would tell it (something like
  26. >"you're back up, don't send more scrolling messages until you're pressed
  27. >again"), but I don't know what this is.  Can anyone help?
  28.  
  29.  
  30.   If this is happening the the debugger then I would say it sounds 
  31.   like exactly the same problem that I described here recently
  32.   where TDW, and I'm told Codeview, gets multiple SB_LINEDOWN 
  33.   messages because of some screwup with it's mouse handling.
  34.  
  35. ---peter
  36.  
  37.  
  38.