Visual LISP, AutoLISP and General Customization
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Active Previous Layout
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
55 Views, 3 Replies
03-26-2009 08:50 AM
Is there a command or lisp to use "Active Previous Command" rather than right clicking on the layout tab.
Command "layout" doesn't have this option.
Thanks
Command "layout" doesn't have this option.
Thanks
Re: Active Previous Layout
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-26-2009 09:02 AM in reply to:
jorge
Hi Jorge,
- Use (setvar "tilemode" 1) to active Model Space
- Use (setvar "tilemode" 0) to active previous layout
--
Marcelo Silva - Brasil
cracksther@gmail.com
- Use (setvar "tilemode" 1) to active Model Space
- Use (setvar "tilemode" 0) to active previous layout
--
Marcelo Silva - Brasil
cracksther@gmail.com
Re: Active Previous Layout
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-26-2009 09:08 AM in reply to:
jorge
What about working with layouts only and not model space/layout?
Re: Active Previous Layout
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-26-2009 09:24 AM in reply to:
jorge
I mean "Active Previous Layout" ... and not "Active Previous Command".

