You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2019/11/23 22:27:01 UTC

[GitHub] [royale-asjs] greg-dove edited a comment on issue #563: Tree component : labelFunction not implemented

greg-dove edited a comment on issue #563: Tree component : labelFunction not implemented
URL: https://github.com/apache/royale-asjs/issues/563#issuecomment-557838439
 
 
   I can't spend time on this now sorry, but (as at least a temporary solution) did you try changing the order of : 
   labelField="@title"  labelFunction="treeLabel"
   
   to : 
   labelFunction="treeLabel" labelField="@title" 
   
   in the mxml? (I'm not sure if that will work, but it might be worth a try)

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services