Example ====== Playback - Set 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' | {{tag>user setting user_setting never_hold}} ==== functions ==== * [[macros:function:actionscript.setproperty.enum]] ==== affected properties ==== * [[macros:property:handles.handlesheldover]] ===== Code ===== Sets PlaybackPaging to NeverHold. ActionScript.SetProperty.Enum("Handles.HandlesHeldover", "NeverHold") ===== Explanation ===== This explains the functional steps within the sequence. For all the other XML details please refer to [[macros:formats_and_syntax#xml_format|Formats and syntax]] ''ActionScript.SetProperty.Enum("Handles.HandlesHeldover", "NeverHold")'' simply sets the Titan Property ''Handles.HandlesHeldover'' to the required value. You may use this in order to quickly apply your preferred setting. ===== How to use it ===== [[macros:deploying|Make this macro available]].\\ Instead of going to User Settings/Handles, you can now fire this macro to set Titan to Playback Paging: Never Hold. ~~DISCUSSION~~