Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hello,
When Arbortext is started with no document loaded, the "Entities" menu and submenus are disabled. With the ACL language, how to activate the "Entities" menu and the sub-menus ?
David
With many menus, the ACL to use is menu_active() as in
eval menu_active("File.Open...", 0)
eval menu_active("File.Open...", 1)
However, when Arbortext first opens, it is in text mode. The Entities menu is not available for a text file since there would be no way to add an entity to a text file. If you want the Entities menu, you must first open an XML or SGML file.