03-14-2009 10:54 AM
03-14-2009 11:32 AM
Well, it is not really a good idea to fight the user by writing back to a control that he is operating at the moment. To get that working would require a bit more code.
Sometimes, a better way would be to simply allow everything, but pick the lower/higher of the two to be used in the code. For example as shown.
03-14-2009 12:00 PM
03-15-2009 07:41 PM - edited 03-15-2009 07:41 PM
Altenbach....
Your code solved my problem, but I have one more issue. The space between the two sliders should be always filled with blue. I did a code to do this an it is working properly, except for situations when both sliders are in the same position. At the moment that one slider reach the same value of the other slider, the whole numeric slider indicator blinks blue. It's a very quick blink but I would like to know if there is a way to avoid this.
Code attached.
Thanks
Dan07