macros:example:setplaybackpagingnever
This is an old revision of the document!
Table of Contents
Set Playback Paging to Never Hold
by: | Sebastian Beutel with help by Gregory Haynes, Sep. 2016 |
---|---|
published: | http://forum.avolites.com/viewtopic.php?f=20&t=4834 |
description: | change user setting 'Playback Paging' to 'Never Hold' |
functions
affected properties
Code
- SetPlaybackPagingNever.xml
<avolites.macros xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Avolites.Menus.xsd"> <!-- Macro to set PlaybackPaging to never. Sebastian Beutel with help by Gregory Haynes 05/09/2016 --> <macro id="Avolites.Macros.PagingNeverHold" name="Set PbPaging to NeverHold"> <description>Sets PlaybackPaging to NeverHold.</description> <sequence> <step>ActionScript.SetProperty.Enum("Handles.HandlesHeldover", "NeverHold")</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
tbd
How to use it
macros/example/setplaybackpagingnever.1509294947.txt.gz · Last modified: 2017/10/29 16:35 (external edit)
Discussion
Tested in 10.1 - works as intended.