2 separate solo frames, want them to behave like 1
-
- Posts: 1
- Joined: Thu Aug 22, 2024 5:40 pm
- Real Name:
I have two separate multi-page solo frames and I want buttons from one to stop any functions on the other as if they are in the same solo frame. Is this possible!? I thought putting both frames inside another solo frame would accomplish this but it doesn’t seem to. Is there script code I can use on each button to globally stop all other functions before it starts its own function? Thanks!
-
- Posts: 716
- Joined: Wed Feb 08, 2023 10:24 am
- Location: Nederland
- Real Name: Michel Sliepenbeek
You could use a Script (https://docs.qlcplus.org/v4/function-ma ... ipt-editor).
For each of your solo frames create a separate script and use the StopFunction option for every Function that occurs on that specific Frame ( you can use Click and Ctrl-Click to select them).
Now you need to replace all the functions in both your Solo Frames with Collections (https://docs.qlcplus.org/v4/function-ma ... ion-editor) where you put your Script before the original Function.
For each of your solo frames create a separate script and use the StopFunction option for every Function that occurs on that specific Frame ( you can use Click and Ctrl-Click to select them).
Now you need to replace all the functions in both your Solo Frames with Collections (https://docs.qlcplus.org/v4/function-ma ... ion-editor) where you put your Script before the original Function.
A QLC Workspace is like a Bob Ross painting: "it's your world, you can create whatever you want!"