sgPaintBox

Discuss and ask questions about CAD VCL (Delphi and C++ Builder).

Moderators: SDS, support, admin

Post Reply
MikalT
Posts: 4
Joined: 10 Jul 2005, 21:57
Location: USA
Contact:

sgPaintBox

Post by MikalT » 10 Jul 2005, 22:02

How can I install the TsgPaintBox component in Delphi 4? Are TsgPaintBox.ShowPoint and TsgPaintBox.Scale properties of TsgPaintBox?

Thank you,
Mikal

support
Posts: 3272
Joined: 30 Mar 2005, 11:36
Contact:

Post by support » 11 Jul 2005, 12:06

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

MikalT
Posts: 4
Joined: 10 Jul 2005, 21:57
Location: USA
Contact:

Post by MikalT » 11 Jul 2005, 15:50

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

support
Posts: 3272
Joined: 30 Mar 2005, 11:36
Contact:

Post by support » 11 Jul 2005, 16:42

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

MikalT
Posts: 4
Joined: 10 Jul 2005, 21:57
Location: USA
Contact:

Post by MikalT » 11 Jul 2005, 23:21

Thank you for your prompt help and attention, Sergey...

Many thanks!
Mike

Post Reply