Hi Alex,
Regarding https://github.com/apache/royale-asjs/issues/545 I can confirm
that menu is correctly populated from resources.
For the next cases;
1. I added the line "UserRole.OPERATION" to menu data XML, compiles
correctly but got an exception:
UserRole is a custom class which has the definition : public static
const OPERATION:String = "OPERATION";
The line has the reference to the class UserRole :
<menuitem label="{resourceManager.getString('messages', 'configFiles')}"
id="configfiles" role="{UserRole.OPERATION}">
exception :
In the debugger :
should I open another bug ?
Thanks,
Serkan