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 2020/11/19 07:45:33 UTC

[GitHub] [royale-asjs] pashminakazi opened a new issue #940: focusManager.setFocus doesn't works with ADG's id,throwing compile time Error

pashminakazi opened a new issue #940:
URL: https://github.com/apache/royale-asjs/issues/940


   On line : focusManager.setFocus(dgServices);
   dgServices is id of ADG
   Error: Implicit coercion of a value of type mx.controls.AdvancedDataGrid to an unrelated type mx.managers.IFocusManagerComponent.
   ![image](https://user-images.githubusercontent.com/42200979/99636061-bb282a80-2a64-11eb-9a7a-a44d91e6e791.png)
   
   Example: https://paste.apache.org/7harh
   


----------------------------------------------------------------
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



[GitHub] [royale-asjs] aharui commented on issue #940: focusManager.setFocus doesn't works with ADG's id,throwing compile time Error

Posted by GitBox <gi...@apache.org>.
aharui commented on issue #940:
URL: https://github.com/apache/royale-asjs/issues/940#issuecomment-730476945


   try uncommenting 'implements IFocusManagerComponent in AdvancedListBase.as


----------------------------------------------------------------
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