Search found 2 matches

by grst_opt
31 Aug 2025, 17:06
Forum: Titan Macro Library
Topic: How to copy/transfer a macro into a Layout using AddLayoutElements?
Replies: 3
Views: 5634

Re: How to copy/transfer a macro into a Layout using AddLayoutElements?

Thanks a lot, your code works — I can see in the history log that the action was executed.
The only issue is that I don’t see the macro appearing in any of my layouts after running it.

Do you know what could be the reason for this?
by grst_opt
28 Aug 2025, 01:40
Forum: Titan Macro Library
Topic: How to copy/transfer a macro into a Layout using AddLayoutElements?
Replies: 3
Views: 5634

How to copy/transfer a macro into a Layout using AddLayoutElements?

Hi everyone, I’m trying to figure out the correct way to place a macro from the Macros window into a Layout via XML / ActionScript. So far I tried something like this: <step>Layouts.AddLayoutElements(handle:"Location=Layouts,1,1", handles:"Location=Macros,1,11", x:0, y:0)</step> ...