User Tools

Site Tools


macros:function:workspace.record

Function

Workspace.Record

Workspace.Record(Handle handle, String name, Int32 icon, Boolean visibleOnly, Boolean removeOthers)
API http://api.avolites.com/11.0/Workspace.Record.html
description Records a Workspace
namespace Workspace
parameter handle ( Handle ) : The handle
name ( String ) : The name
icon ( Int32 ) : The icon
visibleOnly ( Boolean ) : if set to true, only record the visible windows
removeOthers ( Boolean ) : if set to true remove others windows when this workspace is recalled
return value Void
Example in

Create Workspaces:

  <step>Workspace.Record(Handles.CreateHandleReference("Workspaces", 0, 0), "Playbacks", 0, true, false)</step>

This creates a workspace:

  • in the Workspace group, page 0, index 0 (see Handles.CreateHandleReference)
  • named 'Playbacks'
  • no icon assigned
  • only visible windows stored in this workspace
  • when called, other windows are not being closed
Also used in
You could leave a comment if you were logged in.
macros/function/workspace.record.txt · Last modified: 2018/08/24 15:41 by 62.138.0.25

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki