09-16-2008 08:37 AM
09-16-2008 09:14 AM
I added the "Mouse Down" event to your "Value Change" case. This will execute as soon as you click on the control, and again if the value changes. I also added the timeout event with a 100ms value.
Hope this helps.
Jm
09-16-2008 10:03 AM
09-16-2008 10:09 AM
Dennis,
Is there a cleaner way to do what he wants without triggering the event twice (once on mouse down & again on value change)?
Jim
btw - I thought about making a stop event after finishing the timeout.
09-17-2008 12:35 AM
09-17-2008 09:58 AM
09-17-2008 11:44 PM