Page 1 of 1
2 separate solo frames, want them to behave like 1
Posted: Thu Aug 22, 2024 5:48 pm
by Ziz
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!
Re: 2 separate solo frames, want them to behave like 1
Posted: Sat Aug 24, 2024 9:39 am
by MichelSliepenbeek
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.