Message 1 of 5
problem set active viewport when splited
Not applicable
12-20-2006
03:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want zoom splited viewports in model space with different's directions (top, front...), center and magnitudes. But, when I change the current viewport, all the others lost the zoom I had set.
...
For Each vport In ThisDrawing.Viewports
ThisDrawing.ActiveViewport = vport 'here the others lost the zoom I had set
...
When I alter the current viewport manually, clicking in the viewports, it's not occurs.
I see others topics describing the same problem, but no reply, then I'm trying to change the current viewport by 'sendcommand'. Any help to do this?
thanks
...
For Each vport In ThisDrawing.Viewports
ThisDrawing.ActiveViewport = vport 'here the others lost the zoom I had set
...
When I alter the current viewport manually, clicking in the viewports, it's not occurs.
I see others topics describing the same problem, but no reply, then I'm trying to change the current viewport by 'sendcommand'. Any help to do this?
thanks