Example
by: | Diego LopehandĂa, Mar 2022 |
---|---|
published: | here |
description: | opens the timeline window |
<?xml version="1.0" encoding="utf-8"?> <avolites.macros> <macro id="Wiki.TLWindowOpen"> <name>Timeline Open Window</name> <sequence> <step pause="0"> <menuLink id="Windows.TimelineView" stack="mainWindowStack" behaviour="PushOrRaise" /> </step> </sequence> </macro> </avolites.macros>
This explains the functional steps within the sequence. For all the other XML details please refer to Formats and syntax
This simply opens the Timeline workspace window. if there is no timeline to show an error is shown 'No Timeline Selected Create or select a Timeline to continue'.