Hi s:Form and s:FormItem exist, since SDK 4.5 I'd say. mx:Accordion can be easily emulated by a datagroup and a particular itemRenderer I agree with you for the others. Matt
-----Message d'origine----- De : Rafael Santos [mailto:rsan...@spectacompany.com.br] Envoyé : jeudi 1 mars 2012 04:44 À : flex-dev@incubator.apache.org Objet : Re: Missing Spark components (was: Re: svn commit: r1295396 - in /incubator/flex/whiteboard/jmclean/validators: ./ src/ src/mx/ src/mx/core/ src/mx/core/Version.as src/mx/validators/ src/mx/validators/PostCodeValidator.as src/tests/ src/tests/PostCod On Thu, Mar 1, 2012 at 00:31, Omar Gonzalez <omarg.develo...@gmail.com>wrote: > On Wed, Feb 29, 2012 at 7:20 PM, Rafael Santos < > rsan...@spectacompany.com.br > > wrote: > > > As long as I can remember Spark does not cover every component that exist > > on mx. Many components were left behind (ViewStack, Accordion, LinkButton > > and many others). > > > > Rafael Santos - Specta > > > > True, I've just been using Spark components exclusively for a good while > now. I'd be willing to help make Spark versions of some of these components > that we've been missing. I'll make a list of components and see what is > still missing unless someone already has a compiled list? That'd be handy. > Otherwise, I can start to do this between commercials during the Lakers > game. :D > > I have some: mx:ViewStack mx:Accordion mx:LinkBar mx:LinkButton mx:Repeater mx:Form mx:FormItem mx:Spacer Also: mx:Canvas => s:Group (or s:BorderContainer) mx:HRule <s:Line width="100%"> <s:stroke> <s:SolidColorStroke color="#000000" weight="1" caps="square"/> </s:stroke> </s:Line> Rafael Santos - Specta