Rect zooming glitch

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

Moderators: SDS, support, admin

Post Reply
prodriguezdlt
Posts: 49
Joined: 06 Feb 2008, 03:26
Location: Mexico

Rect zooming glitch

Post by prodriguezdlt » 09 Feb 2008, 02:16

Using rect zooming has a litle problem, when trying to call previus view, with the the procedure callpreviousview(DrawingNavigator) you have to callit two times for every change on the scale, i know its minimal, but just in case u know how to fix this!

Thanks
Pavel

Everything is Posible!

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

Post by support » 12 Feb 2008, 15:03

Hello!

We have tested TsgDrawingNavigator.CallPreviousView. One click - one movement back.

Sergey.

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

prodriguezdlt
Posts: 49
Joined: 06 Feb 2008, 03:26
Location: Mexico

Post by prodriguezdlt » 14 Feb 2008, 01:19

sorry, but when im rect zooming still hapens what i said, and i dont mean this in my project, it happens in your viewer!

Everything is Posible!

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

Post by support » 14 Feb 2008, 12:02

Hello!

Demo <b>Viewer</b> contains <b>BtnPrev</b> button on the tool bar. This button is responsible on displaying previous view. It has procedure <b>MIPrevClick</b> on OnClick event:

procedure TForm1.MIPrevClick(Sender: TObject);
begin
sgPaintBox.CallPreviousView;
end;

It work as expected: one click - one return back.

What do you mean under "rect zooming"?

Sergey.


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

prodriguezdlt
Posts: 49
Joined: 06 Feb 2008, 03:26
Location: Mexico

Post by prodriguezdlt » 18 Feb 2008, 14:08

by rect zooming i mean, when a you draw with the mause cursor a rectangule and zoom's in! if u do that, then you'l have to call previous view 2 times to get back the last view!

Everything is Posible!

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

Post by support » 19 Feb 2008, 13:19

This problem is solved in <b>CAD Import VCL v.6.3 Beta</b>. Please contact us to info@cadsofttools.com accordingly of getting updates.

Best regards,
Sergey Verbenko

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

Post Reply