12-23-2013 07:44 PM
I am creating several panels and heve a push button on each panel. I am using the push buttons to jump to a step in a sequencer. How do I get all the push buttons to connect to each other and operate the sequencer? I can achieve this on one panel but cannot connect the push buttons to activate the sequencer.
01-09-2014 11:43 AM
Why not just use the one button on each panel?
Otherwise, make a primary button to advance the sequencer.
Then on each subordinate button, create a remote URL connection to the primary button.
05-08-2014 11:11 AM
YOU CAN USE A MAIN PANEL BUTTONS, WITH ALL THE BUTTONS THAT YOU NEED TO USE, AT THE BOTTOM OF YOUR SCREEN ON EACH CONTROL PANEL,
IN THIS WAY EVERY TIME THAT YOU PRESS A BUTTON (THAT COULD BE IN ANY PLACE IN YOUR SCREEN) IT TAKES YOU TO THE OTHER PANEL THAT YOU NEED, AND FROM THAT OTHER PANEL YOU CAN GO, SOME WHERE ELSE, PRESSING A DIFFERENT BUTTON.
06-06-2014 11:01 AM
You can edit the connections of the sequencer: Right click on the sequencer, select edit connections, select Goto1 - Goto100, make sure that the sellection bellow is Goto1, and then add a BOOLEAN expression where all buttons will be included with an 'and' between them.
That will do it.
@BIBBY wrote:
YOU CAN USE A MAIN PANEL BUTTONS, WITH ALL THE BUTTONS THAT YOU NEED TO USE, AT THE BOTTOM OF YOUR SCREEN ON EACH CONTROL PANEL,
IN THIS WAY EVERY TIME THAT YOU PRESS A BUTTON (THAT COULD BE IN ANY PLACE IN YOUR SCREEN) IT TAKES YOU TO THE OTHER PANEL THAT YOU NEED, AND FROM THAT OTHER PANEL YOU CAN GO, SOME WHERE ELSE, PRESSING A DIFFERENT BUTTON.