Page 1 of 1
sgPaintBox
Posted: 10 Jul 2005, 22:02
by MikalT
How can I install the TsgPaintBox component in Delphi 4? Are TsgPaintBox.ShowPoint and TsgPaintBox.Scale properties of TsgPaintBox?
Thank you,
Mikal
Posted: 11 Jul 2005, 12:06
by support
Hi,
TsgPaintBox is an instance of TsgImage class.
To install TsgImage component:
1. Download CADImportVCL form:
http://www.cadsofttools.com/download/CADImportVCL.zip
2. Upack CADImportVCL.zip.
3. Folder CADImportVCL\Delphi\Lib4 includes sgGrpVw4.dpk.
4. Run Delphi 4.
5. Open sgGrpVw4.dpk: File-> Open project-> select sgGrpVw4.dpk-> open sgGrpVw4.dpk.
6. Press install.
7. TsgImage component will be installed.
8. Search it on Soft Gold components tabpage.
Property TsgImage.Scale sets/gets scaling factor.
Function TsgImage.ShowPoint(const APoint: TFPoint; AScale: Extended; AExt: TFRect): Boolean draws part or the whole image basing on scale factor, desired point on the drawing and sizes of drawing.
It uses Scale parameter that is returned by Scale property.
Sergey.
please post questions to the forum or write to
support@cadsofttools.com
Posted: 11 Jul 2005, 15:50
by MikalT
Thank you Sergey... I have successfully built ABViewer.exe with your help. Now in order to remove the "nag" screens do I have to buy your product?
Regards,
Mike
Posted: 11 Jul 2005, 16:42
by support
Hi, Mike!
For removing trial messages from the screen it is necessary to purchase the CAD import VCL.
You can buy it in 'no source' version via ShareIt, for ordering "source code version" please contact us by
info@cadsofttools.com.
Sergey.
please post questions to the forum or write to
support@cadsofttools.com
Posted: 11 Jul 2005, 23:21
by MikalT
Thank you for your prompt help and attention, Sergey...
Many thanks!
Mike