Create Timeline within a Timeline?
Ed Corin
Posts: 8
My first post here so please excuse me if I have trouble describing my issue!
I have a piece of code which runs a timer for 5 mins to show on a TP. I am using a repeating timeline for this with events dependant on the value of timeline.repetition. At the first event a timer appears and a second timeline is triggered to send IR commands to a DVD recorder for finalising a disc. The timer displays for the 5 minutes and then disappears. This is all working OK except that the second timeline only runs once, despite being set as a repeating timeline.
Is there any limitation regarding creating a repeating timeline within a timeline event?
Thanks for your help
I have a piece of code which runs a timer for 5 mins to show on a TP. I am using a repeating timeline for this with events dependant on the value of timeline.repetition. At the first event a timer appears and a second timeline is triggered to send IR commands to a DVD recorder for finalising a disc. The timer displays for the 5 minutes and then disappears. This is all working OK except that the second timeline only runs once, despite being set as a repeating timeline.
Is there any limitation regarding creating a repeating timeline within a timeline event?
Thanks for your help
0
Comments
There is no reason I am aware of that stops you do what you wish within a timeline_event.
Put some debug / send_string 0 messages in there and you'll be able to see where the code is taking you...
will look again later if I get a sec.
either
or Set_Length_Array elsewhere in your code
hth