On Tue, Feb 26, 2013 at 11:11 AM, Harbs <gavha...@gmail.com> wrote: > While going through the mx components I'm trying to remove, I'm looking > into HRule and VRule. > > For my purposes it's simple enough to just draw some lines, but I figured > I'd look into what's necessary to create Spark versions. > > Looking at the HRule and VRule classes, it seems to me that all that's > really needed is to copy the mx components and just change the package to > spark. It's based on UIComponent which Spark components are also based on. > > Am I missing something? > > Also, is it really necessary to base HRule and VRule off UIComponent, > that's a lot of dependent code there for a very simple component… > > Harbs
I just tried adding a VRule to my code and I was prompted by FB to use spark.primitives.Line instead. Have you taken a look at it yet? BTW, here is a comprehensive list of missing spark components, if you are looking for something like this [1] Thanks, Om [1] https://cwiki.apache.org/confluence/display/FLEX/Missing+Spark+Components