I recently uploaded a source to an open source project, which unfortunately has dependencies on a bunch of expensive native libraries, including Infopower 1stClass , which is apparently used mainly for TfcShapeButton, a component that acts like standard TBitBtn, except that you can give it an arbitrary polygonal shape by describing a list of points. The DFM code is as follows:
PointList.Strings = (
'8,29'
'18,19'
'28,29'
'20,37'
'16,37')
I'm trying to clean up this project and make it look like a real open source project that anyone can download and build without having to lay out hundreds of dollars for component libraries, but I would like to change the look and feel as little as possible. So does anyone know about an open source form button component like this that will work with D2009 and above?
source
share