Search found 3 matches

by grst_opt
04 Nov 2025, 23:11
Forum: Titan Macro Library
Topic: How to copy/transfer a macro into a Layout using AddLayoutElements?
Replies: 4
Views: 16169

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

Yes, I do have the macro in the correct location, and I also have the layout in the correct place. When I run your macro, the history shows that the “Add Layout Element” action has been executed — but nothing actually appears in the layout. However, if the macro I’m trying to add doesn’t exist, or t...
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: 4
Views: 16169

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: 4
Views: 16169

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> ...