macros:example:deleteplayback
Table of Contents
Example
Delete Playback
by: | Lucas Wx, April 2018 |
---|---|
published: | https://www.facebook.com/groups/Avolites/permalink/1215020168630215/ |
description: | Deletes a playback. |
functions
Code
<?xml version="1.0" encoding="utf-8"?> <avolites.macros xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Avolites.Menus.xsd"> <macro id="" name="" > <sequence> <step pause="0.01">Handles.SetSourceHandleFromHandle(Handles.GetHandle("Playbacks",x,x))</step> <step pause="0.01">Handles.ConfirmDelete()</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
Handles.SetSourceHandleFromHandle(Handles.GetHandle(“Playbacks”,x,x))
points Handles.SourceHandle to a particular playbackHandles.ConfirmDelete()
deletes this handle
How to use it
- this is not fully functional - you need to define the exact handle
You could leave a comment if you were logged in.
macros/example/deleteplayback.txt · Last modified: 2018/09/16 12:17 by 127.0.0.1