Thanks for your explanation. It's clearly described what to do....I'll try to explain, hopefully you'll understand...
So, what you need to do is set that X option to the $MouseX$ value clamped between the unscaled 135 and 175, but multiplied with the literal #ScaleX# string (which will be resolved by Rainmeter once you update the meter, as already mentioned). In other words, multiply the unscaled value with the escaped value of the ScaleX variable, when setting that option.

It would make sense to take the result of [!SetOption SliderRed X "(Clamp($MouseX$,(135*#ScaleX#),(175*#ScaleX#)))"] with the * #ScaleX#.
Even after reading it several times, I still don't have that aha moment. I am sure, i am thinking to complicated.

I tryed with this option. LeftMouseDragAction=[!SetOption SliderRed X "(Clamp(($MouseX$ / #ScaleX#),(135),(175)) * #ScaleX#)"]. Nope thats wasn´t it.

Statistics: Posted by Rooky_89 — Today, 3:20 pm