Hello,
I tried to add a menu using an ACL function in a script file init.acl (C:\Program Files\PTC\Arbortext Editor\custom\init\init.acl) but the menu is not loaded.
I want the menu to load when Arbortext Editor is starting.
Script:
function load_menu() {}
function load_menu() {
mad -before ".File.Close" "Test" -cmd {};
}
load_menu()
Regards
Can you help me?
David