Page 1 of 1

SetSourceHandleFromHandle

Posted: 12 Jun 2018, 15:02
by sideshowbond
does

Code: Select all

SetSourceHandleFromHandle
work with workspaces as well?

Found this in one of Gregs Macros

Code: Select all

<step>Handles.SetSourceHandleFromHandle("chaseHandleUN=22")</step>
and managed to make it work for cuelists as well but not for workspaces

Re: SetSourceHandleFromHandle

Posted: 12 Jun 2018, 15:38
by sideshowbond
found out I was missing something else.

Code: Select all

<step>Handles.SetSourceHandleFromHandle("workspaceHandleUN=5")</step>
does the trick