Re: Creating and using spectrum composite components

2022-01-08 Thread Harbs
There’s also FlexContainer which is offers flexbox layout. But I juts noticed that Container has ContainerBinding baked in and FlexContainer doesn’t. I don’t remember if there was a reason for that. Probably not. HTH, Harbs > On Jan 8, 2022, at 7:19 PM, Roman Isitua wrote: > > Is a

Re: Creating and using spectrum composite components

2022-01-08 Thread Roman Isitua
I will raise the pull request. Thanks. I guess a temporary work around will be to wrap the card around a container ? I just did that and it worked. Is a container the best component to use as a wrapper ? On Sat, Jan 8, 2022 at 5:52 PM Harbs wrote: > Card subclasses SpectrumBase. > > To do

Re: Creating and using spectrum composite components

2022-01-08 Thread Roman Isitua
Thanks. On Sat, Jan 8, 2022 at 5:58 PM Harbs wrote: > pull requsest. > > https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests > > > On Jan 8, 2022, at 6:55 PM, Roman Isitua wrote: > > Pardon my

Re: Creating and using spectrum composite components

2022-01-08 Thread Harbs
You will probably want to read about forks too: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks > On Jan 8, 2022, at 6:58 PM, Harbs wrote: > > pull requsest. >

Re: Creating and using spectrum composite components

2022-01-08 Thread Harbs
pull requsest. https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests > On Jan 8, 2022, at 6:55 PM, Roman Isitua wrote: > > Pardon my ignorance, what is a PR ? > > > > On Sat, Jan 8, 2022 at 5:52 PM

Re: Creating and using spectrum composite components

2022-01-08 Thread Roman Isitua
Pardon my ignorance, what is a PR ? On Sat, Jan 8, 2022 at 5:52 PM Harbs wrote: > Card subclasses SpectrumBase. > > To do what you want, it should subclass Spectrum Group. That’s an > oversight. > > Please make a PR. :-) > > On Jan 8, 2022, at 6:49 PM, Roman Isitua wrote: > > I have a simple

Re: Creating and using spectrum composite components

2022-01-08 Thread Harbs
Card subclasses SpectrumBase. To do what you want, it should subclass Spectrum Group. That’s an oversight. Please make a PR. :-) > On Jan 8, 2022, at 6:49 PM, Roman Isitua wrote: > > I have a simple spectrum view that references a container as follows > > > > > > > > > The SignInForm

Creating and using spectrum composite components

2022-01-08 Thread Roman Isitua
I have a simple spectrum view that references a container as follows The SignInForm contains the definition of the sp:Card in a separate SignInForm.mxml file. I noticed that royale does not render the card. However, if I do this

Re: Spectrum UI components

2022-01-08 Thread Harbs
Use a > On Jan 8, 2022, at 4:34 PM, Roman Isitua wrote: > > Hi Harbs, > > I am trying to create a login form. How do I hide the password in > > > > could it be that it does not support password hiding ? Do I have to resort > to using royale basic text field ?

Spectrum UI components

2022-01-08 Thread Roman Isitua
Hi Harbs, I am trying to create a login form. How do I hide the password in could it be that it does not support password hiding ? Do I have to resort to using royale basic text field ?