Message 1 of 5
Automatic Menu Creation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm about to start localising my ARX, which is pretty straightforward from the "application" side (resources, string tables etc.) but honestly dealing with multiple CUIX files and having to keep them aligned and updated, plus needing to keep translations in more than one place is a bit of a PITA.
I'm toying with the idea of writing code to create our menus / toolbars / ribbons etc. - basically all the CUI stuff. That way the 'translation' is handle automatically on the 'easy' app side of things. I'm not familiar with the relevant APIs though - so if anyone IS more conversant with them - is this even a practical idea? Can everything CUI even be done in code (e.g., double-click actions, shortcut menus etc.)