problem with ShowRect()
Posted: 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
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