Re: Group vs Container

2020-08-16 Thread Carlos Rovira
Hi, I added this days docs for Group and Container: - https://apache.github.io/royale-docs/component-sets/jewel/group - https://apache.github.io/royale-docs/component-sets/jewel/container Also some more pages. Still adding more these days HTH Carlos El vie., 24 jul. 2020 a las

Re: Group vs Container

2020-07-24 Thread Hugo Ferreira
Thanks. Carlos Rovira escreveu no dia sexta, 24/07/2020 à(s) 10:17: > Hi > > also Groups has no clipping while Containers clip content (through a > ViewPort) and add scroll (ScrollingViewPort). > In Jewel Viewport also has a "clipContent" property like in Flex to allow a > Container to behave

Re: Group vs Container

2020-07-24 Thread Harbs
Right. Although you can assign both a layout and a viewport bead to a Group. These are the defaults for both components in Basic: Container { IBeadView: ClassReference("org.apache.royale.html.beads.ContainerView"); IBeadLayout:

Re: Group vs Container

2020-07-24 Thread Harbs
Containers have a layout by default. Groups do not. > On Jul 23, 2020, at 11:45 PM, Hugo Ferreira wrote: > > What's the difference between Group and Container ?

Group vs Container

2020-07-23 Thread Hugo Ferreira
What's the difference between Group and Container ?