Rect zooming glitch
Moderators: SDS, support, admin
-
- Posts: 49
- Joined: 06 Feb 2008, 03:26
- Location: Mexico
Rect zooming glitch
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!
Thanks
Pavel
Everything is Posible!
Hello!
We have tested TsgDrawingNavigator.CallPreviousView. One click - one movement back.
Sergey.
Please post questions to the forum or write to support@cadsofttools.com
We have tested TsgDrawingNavigator.CallPreviousView. One click - one movement back.
Sergey.
Please post questions to the forum or write to support@cadsofttools.com
-
- Posts: 49
- Joined: 06 Feb 2008, 03:26
- Location: Mexico
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
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
-
- Posts: 49
- Joined: 06 Feb 2008, 03:26
- Location: Mexico
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
Best regards,
Sergey Verbenko
Please post questions to the forum or write to support@cadsofttools.com