problem with ShowRect()

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

Moderators: SDS, support, admin

Post Reply
ThomasTheFirst
Posts: 2
Joined: 23 May 2007, 12:50
Location: Germany
Contact:

problem with ShowRect()

Post by ThomasTheFirst » 04 Jul 2007, 14:03

Hi to everyone,

I have a problem with ShowRect().
I use it to zoom to the box of an entity:

var entity: TsgDXFEntity;
..
showRect(entity.Box);

Zooming to the box at the first time (after load image) works fine[:)],
but when I call showRect(), then move the scrollbars horz. or vert.
When I call showRect() again with the same entity-box, the drawing is not moved to the right position.[:(]

Can anyone help me ?

Thomas

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

Post by support » 05 Jul 2007, 19:30

Hello Thomas,

This problem is solved in the beta version of <b>CAD Import VCL v.6.2</b>. We will inform you when official release will be available.

Sergey.

Please post questions to the forum or write to support@cadsofttools.com

Post Reply