nihavend commented on issue #545: MenuBar data is not initialized while defined 
in fx:Declarations as XMLList which retrieves label from resource manager
URL: https://github.com/apache/royale-asjs/issues/545#issuecomment-552092402
 
 
   Alex, the header is rendered after your fix but the sub menu items are still 
have the same issue. 
   
   e.g.
   ```
        <fx:Declarations>
                <fx:XMLList id="menuDataXMLList">
                        <menuitem label="label-1">                      
                                <menuitem label="label-1-1"/>                   
                                <menuitem label="label-1-2"/>                   
                        </menuitem>
                        <menuitem label="{resourceManager.getString('messages', 
'configuration')}" id="admin" role="{UserRole.ADMIN}">                  
                                <menuitem label="label-2-1"/>                   
                                <menuitem 
label="{resourceManager.getString('messages', 'configuration')}" id="admin" 
role="{UserRole.ADMIN}"/>                 
                        </menuitem>
                </fx:XMLList>
        </fx:Declarations>      
   
   ```
   May we go through this thread or file a new issue ?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to