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? Ian MacArthur Sep 09, 2022  
 
On Friday, 9 September 2022 at 08:29:09 UTC+1 jakub wrote:
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!

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?
Or even in the subclass draw() method, note when the widget is redrawn at a different offset, perhaps (though that seems like it would be trickier, perhaps...)

Is the redrawing of the scroll a slow operation, such that it completes a significant time after the user releases the button?

That said, polling on a timeout possible is not to hideous a solution, since it does allow for the redraw of the scroll to complete asynchronously to toher events in the system and still do the Right Thing, in effect.

 

--
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/7d477994-eac7-4432-9457-2b248f64cb3en%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'.