2024-12-12 10:47 AM
In the following code in my grc file, can I make changes to the "item" string through the api?
'STR#' 32500 "Strings for the Menu" { /* [ ] */ "Menu name" /* [ 1 ] */ "item" }
2024-12-12 11:52 AM - edited 2024-12-12 11:54 AM
ACAPI_MenuItem_SetMenuItemText (for AC27+) or ACAPI_Interface (APIIo_SetMenuItemTextID, const API_MenuItemRef* menuItemRef,char* itemText, GS::UniString* itemUniText)
Structural engineer, developer of free addon for sync GDL param and properties