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