Message 1 of 7
Poor Documenation for new menu system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I can't use Max 2025 until I can learn how to translate my menu-building maxscripts to work with the new menu system. I used to be able to create a new action item to add to a menu using menuMan.createActionItem macroName macroCategory, where the last two parameters were just strings that pointed to the macroscript I had created. But now to create an action item, you need a tableID, whatever the heck that is, and there's no explanation how to get from a macro name to a tableID.