Please Log in or Create an account to join the conversation.
Have you tried putting in a short pause before loading your scene? An official way of doing it would be better but waiting for the built in scene to load then loading yours might work.
Andrew
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I believe it would be:Have you tried putting in a short pause before loading your scene? An official way of doing it would be better but waiting for the built in scene to load then loading yours might work.
Andrew
Thanks Andrew - what is that pause command? ie how would you amend this Macro to add (say) a one second pause?
Macro|activate-source.hub at 192.168.68.56-harmonyactivity-virgin on tv!loadscene|virgin
Thanks in advance
Please Log in or Create an account to join the conversation.
Example of using Pause command
FOR|LOOP##1##10##Macro|pause|.5!
Math|Subtract~surfgate_port_position~{{surfgate_port_position}}~1!
Please Log in or Create an account to join the conversation.
I believe it would be:Have you tried putting in a short pause before loading your scene? An official way of doing it would be better but waiting for the built in scene to load then loading yours might work.
Andrew
Thanks Andrew - what is that pause command? ie how would you amend this Macro to add (say) a one second pause?
Macro|activate-source.hub at 192.168.68.56-harmonyactivity-virgin on tv!loadscene|virgin
Thanks in advance
Code:Macro|activate-source.hub at 192.168.68.56-harmonyactivity-virgin on tv!pause|1.0!loadscene|virgin
Andrew
Please Log in or Create an account to join the conversation.