I want to implement a dragdetect on Slider widget. So when user drags the thumb. the drag should be detected. can anyone suggest a workaround with out using the drag detect listener.
thanks
regards Bharath Y
I want to implement a dragdetect on Slider widget. So when user drags the thumb. the drag should be detected. can anyone suggest a workaround with out using the drag detect listener.
thanks
regards Bharath Y
org.eclipse.swt.widgets.Slider#addSelectionListener(SelectionListener)
is what you're looking for.