FLTK logo

[fltk.general] Re: Run code when Fl_Scroll stops scrolling?

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.general  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Re: Run code when Fl_Scroll stops scrolling? Jakub HolĂ˝ Sep 09, 2022  
  Thank you all!

> Is it not possible to subclass your own scroll and then, in the handle method, simply check for the user releasing the mouse button drag?
I guess it is though I would also need to check for KeyUp (scrolling with keybord arrows) and MouseWheel (scrolling with mouse).

Thank you very much for the code, Karman! It looks neat though I have yet to fully understand it :) And I wonder what is the purpose of the boxes you draw in the constructor?
On Friday, September 9, 2022 at 10:23:04 AM UTC+2 geert karman wrote:
PS. After scrolling I check with a time out if another scroll happens, if not I execute my code. So you don't need repetitive timeouts.

Op vrijdag 9 september 2022 om 08:29:09 UTC+1 schreef jakubh...@gmail.com:
Hello!

As described in https://stackoverflow.com/questions/73653471/fltks-fl-scroll-run-code-in-reaction-to-scrolling-happening, I want to run a function when Fl_Scroll's yposition changes or stops changing. I did not find any callback or event that would help me with that.

In the end I solved my need by checking the yposition every 100ms but want to pick your brains for alternative / better solutions. Thank you!

Best regards, Jakub Holy

--
You received this message because you are subscribed to the Google Groups "fltk.general" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fltkgeneral+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fltkgeneral/2374d3fa-e491-4f27-8bed-80ffb92d3446n%40googlegroups.com.
Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.