Capturing end of scroll event on a wx.Slider

How can I capture the end of scroll event on a wx.Slider?

wx.EVT_SLIDER is fired as the slider changes, and wx.EVT_SCROLL_THUMBRELEASE seems to do absolutely nothing.

Thanks,

Adam

Adam Olsen wrote:

How can I capture the end of scroll event on a wx.Slider?

wx.EVT_SLIDER is fired as the slider changes, and wx.EVT_SCROLL_THUMBRELEASE seems to do absolutely nothing.

Platform and version?

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

I'm running Ubuntu (breezy) and wxPython 2.6.1

Robin Dunn wrote:

···

Adam Olsen wrote:

How can I capture the end of scroll event on a wx.Slider?

wx.EVT_SLIDER is fired as the slider changes, and wx.EVT_SCROLL_THUMBRELEASE seems to do absolutely nothing.

Platform and version?

I'm using linux (ubuntu breezy) and wxPython 2.6.1

Robin Dunn wrote:

···

Adam Olsen wrote:

How can I capture the end of scroll event on a wx.Slider?

wx.EVT_SLIDER is fired as the slider changes, and wx.EVT_SCROLL_THUMBRELEASE seems to do absolutely nothing.

Platform and version?

Adam Olsen wrote:

I'm running Ubuntu (breezy) and wxPython 2.6.1

Robin Dunn wrote:

Adam Olsen wrote:

How can I capture the end of scroll event on a wx.Slider?

wx.EVT_SLIDER is fired as the slider changes, and wx.EVT_SCROLL_THUMBRELEASE seems to do absolutely nothing.

Platform and version?

Looks like wxGTK 2.6 isn't sending any of the SCROLL events for the slider, but 2.7 is. You might try submitting a bug report about this and asking if it can be backported to 2.6. Use a category of "wxGTK Specific".

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!