macros:example:opentimelinewindow
Table of Contents
Example
Open Timeline Window
by: | Diego Lopehandía, Mar 2022 |
---|---|
published: | here |
description: | opens the timeline window |
control structures
Code
- openTimelineWindow.xml
<?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>
Explanation
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'.
How to use it
- fire the macro to open the timeline window
You could leave a comment if you were logged in.
macros/example/opentimelinewindow.txt · Last modified: 2022/03/23 17:06 by icke_siegen