Arbortext not recognizing custom/init for acl files
Hi all,
Im trying to change the menu of Arbortext. I am able to see changes in the instance.acl with my dtd files, but can't get the menu to change upon startup (no file loaded).
My acl is located in custom/init
function load_menu(){
menu_add -before .File.#15 "Publish PDF and Release Print License" -cmd {
compose_pdf();
license_release("PrintPublishing");}
}
add_hook("menuloadhook", "load_menu");
I also have an environment variable APTCUSTOM created with a pointer to a mapped drive containing the same code.
I also tried the simple_init.js to see if it was an issue with acl, but same result (nothing).
Application.alert("Hello from JavaScript");

