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 2021/02/02 11:24:44 UTC

[GitHub] [royale-asjs] carlosrovira commented on issue #1072: Error - ISelectableContent

carlosrovira commented on issue #1072:
URL: https://github.com/apache/royale-asjs/issues/1072#issuecomment-771568320


   Hi Bilbo,
   
   1.- Containers that have navigation require that the inner components to navigate implement `ISelectionContent`.
   The main component is `SelectionContent` (and if you want scrolling support `ScrollableSelectionContent`).
   
   Other components that are made for navigation are `TabBarContent` (the content of a `TabBar` control) and `WizardContent` (the content for `Wizard`, but in this case is abstracted and if you see the TDJ example you add `WizardPage` components directly.)
   
   2.- I'm in the process of filling this Royale Docs pages:
   
   https://apache.github.io/royale-docs/component-sets/jewel#components
   
   Although we have Royale ASDocs, that is automatic generation of the docs. This component pages are created manually to give the information about the component, the basic use, the events, properties and functions more relevant and also the beads available that can be specific for a component, optional or common. Also with links to examples in blogs or other articles.
   
   Far from that, I think the only way is to experiment, and try to find your way. As any other technology the experience matters and is difficult to find a shortest path
   
   HTH


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