delete workspaces via API

Discussion and chat related to developing interfaces to the Titan software using the web API.

Moderator: Moderators

User avatar
sideshowbond
Posts: 182
Joined: 18 Nov 2016, 20:58

delete workspaces via API

Postby sideshowbond » 12 Jun 2018, 08:27

is it possible to delete workspaces via API?
icke_siegen
Posts: 1087
Joined: 02 Jul 2010, 10:29
Location: Siegen, Germany
Contact:

Re: delete workspaces via API

Postby icke_siegen » 12 Jun 2018, 12:59

Yes it is.

Code: Select all

    <step pause="0.001">ActionScript.SetProperty.Boolean("Handles.AllowEditWorkspaces", true)</step>
    <step pause="0.001">Handles.SetSourceHandle("Workspaces", 2)</step>
    <step pause="0.001">Handles.ConfirmDelete()</step>
    <step pause="0.001">ActionScript.SetProperty.Boolean("Handles.AllowEditWorkspaces", false)</step>


Details will be in the wiki this evening. See http://www.avolites.de/wiki/macros:exam ... eworkspace

Who is online

Users browsing this forum: No registered users and 7 guests