[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
[XaraXtreme-dev] Feather slider problem
- From: Phil Martin <phil@xxxxxxxx>
- Date: Wed, 05 Apr 2006 12:02:50 +0100
- Subject: [XaraXtreme-dev] Feather slider problem
The problem with the feather slider is that after sending
wxEVT_SCROLL_THUMBRELEASE wxWidgets sends two more
wxEVT_COMMAND_SLIDER_UPDATED events.
Camelot then thinks another drag is starting and sets everything up and
it gets left in an unhappy state.
I'm investigating ways to workaround this.
Phil