What's new

Slider Area Collision Issues Kontakt KSP

Jamesharrison

New Member
Help please. Is there any way to get around custom knob area collision issues? My UI has an area where a number of sliders are in close proximity. Some of the sliders have circular paths and it’s causing collision issues. Moving one slider results in movement of another, unintended one.
See image: movement of slider 1 results in movement of slider 2.
IMG_8116.jpeg

Is there any way around this, without obviously changing the UI design? TIA
 
There is another solution but you will need a bit of math:
Use labels instead of sliders and put a xy pad on top of the are with the overlapping controls.
Then figure out the functions that describe the area of each control and create conditions to update each label accordingly when inside the area of each control. depending on the shape you will have quite some work, but there are clever ways to solve the math.
 
Top Bottom