03-10-2014 05:58 AM
Hi,
I'm trying to link two controls together, a slider and a numeric, so that if I change the value of one control, the other will also show the new value.
Does anyone knows how to do that? Is that even possible?
Thank you for your help
Solved! Go to Solution.
03-10-2014 06:39 AM
Right click on your slider. In the menu go to Visibile Items->Digital Display.
03-10-2014 09:49 AM - edited 03-10-2014 09:50 AM
rt click control,create local....connect other "control"
03-10-2014 09:51 AM
03-10-2014 09:52 AM - edited 03-10-2014 09:54 AM
@GerdW wrote:
Hi apok,
what do you do to also modify "slide" when "numeric" is changed?
Using the digital display of the slide is much more easier - and fail safe…
the OP asked for 2 controls linked?....
03-10-2014 09:54 AM - edited 03-10-2014 09:55 AM
03-10-2014 10:03 AM - edited 03-10-2014 10:07 AM
i would use an event case for the 2 controls...
03-10-2014 10:16 AM
03-10-2014 11:58 AM - edited 03-10-2014 12:29 PM
A slider and its digital display are two linked controls, exactly as requested. Tim's answer is correct and appropriate. No code needed. 🙂
You can "link" as many controls as you want this way, have a look at this old example with eight linked controls (and a single terminal!). (posted here)
03-10-2014 12:30 PM
@altenbach wrote:
Tim's answer is correct and appropriate. No code needed. 🙂
That's different. Usually Christian shows me yet another, more efficient way, to code something. Well, I guess you can't get more efficient than no code.