Hello,
Is there any possibility to overwrite "Signal" for the horizontal meter?
Maybe something like this?
Set meter = panel.Scenes(1).Controls(MYHorizontalMeter)
meter.Signal = SignalName
Regards
Vitaly
admin: moved to a new topic - have nothing to do with the topic user post it...see forum rules
Possibility to overwrite "Signal" in Panel
-
- Posts: 1
- Joined: Mon 9. Oct 2023, 10:13
Re: Possibility to overwrite "Signal" in Panel
Hello,
yes, this is possible. Try this:
Set meter.Signal = Signals(SignalName)
yes, this is possible. Try this:
Set meter.Signal = Signals(SignalName)