THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 25/04/2011 at 00:29, xxxxxxxx wrote:
< ="utf-8">
I have a dialog built through resedit, and everything is going well. The buttons are working fine, but there's a slider to allow custom control. The problem is when I move the slider it's always constantly updating(through what I assume is CoreMessage() c4d.EVMSG_CHANGE. This is problematic because it makes an insane amount of undo steps. So I'm curious if there is a way to get the value from the slider when the mouse is released and not while dragging?