macros:function:handles.staticplaybacks.changepage
This is an old revision of the document!
Handles.StaticPlaybacks.ChangePage
This function is not documented but used in factory macros, and found working. Hence, this entire documentation is assumed.
Void Handles.StaticPlaybacks.ChangePage(int32 index)
API | no |
---|---|
description | toggles the Static Playbacks buttons to a specific page |
Namespaces | Handles.StaticPlaybacks |
parameter | Int32 index – the index of the page to change to |
return value | (Void) |
Example in
<macro id="Avolites.Macros.ChangeToPresetsPage2" name="Static Playbacks Page 2"> <description>Changes the presets page to page 2.</description> <sequence> <step>Handles.StaticPlaybacks.ChangePage(1)</step> </sequence> </macro>
Also used in
Remarks
You could leave a comment if you were logged in.
macros/function/handles.staticplaybacks.changepage.1509294873.txt.gz · Last modified: 2017/10/29 16:34 (external edit)