Example
by: | Sebastian Beutel, April 2020 |
---|---|
published: | here |
description: | change page of the workspace area (the small area with 12 buttons) |
remarks: | Handle with care |
<?xml version="1.0" encoding="utf-8"?> <avolites.macros> <macro id="Wiki.Macros.Change.Workspaces.0" name="Workspaces Pg1"> <description></description> <sequence> <step>Handles.Workspaces.ChangePage(0)</step> </sequence> </macro> <macro id="Wiki.Macros.Change.Workspaces.1" name="Workspaces Pg2"> <description></description> <sequence> <step>Handles.Workspaces.ChangePage(1)</step> </sequence> </macro> <macro id="Wiki.Macros.Change.Workspaces.2" name="Workspaces Pg3"> <description></description> <sequence> <step>Handles.Workspaces.ChangePage(2)</step> </sequence> </macro> <macro id="Wiki.Macros.Change.Workspaces.3" name="Workspaces Pg4"> <description></description> <sequence> <step>Handles.Workspaces.ChangePage(3)</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
Using the function ChangePage() like in other macros for other windows this changes the page of the workspaces area.