Results 1 to 3 of 3

Thread: Remove Model warning when deleting a layout tab.

  1. #1
    Wish List Administration
    Join Date
    2011-08
    Posts
    4,581

    Default Remove Model warning when deleting a layout tab.

    Summary: When I delete a named layout, I get a warning that I cannot delete the model tab.

    Description: Frequently, I'll open an existing drawing, "save as" another name to start a different part of a project. I'll delete the unnecessary layouts. AutoCAD puts up a warning that the Model tab cannot be deleted. Well, I didn't choose the Model tab. This is not major, but I find it annoying.

    Product and Feature: AutoCAD - Layouts

    Submitted By: MARY BETH SHANLEY on 10/26/2015


  2. #2
    Member
    Join Date
    2016-05
    Posts
    2

    Default Re: Remove Model warning when deleting a layout tab.

    Absolutely support this.

  3. #3
    Administrator rkmcswain's Avatar
    Join Date
    2004-09
    Location
    Earth
    Posts
    9,805

    Default Re: Remove Model warning when deleting a layout tab.

    While you wait for this.... (my guess is it will never happen) - make a button or shortcut type-in command and use this bit of lisp.

    Code:
    (foreach item (layoutlist) (vl-cmdf "._layout" "_d" item))
    R.K. McSwain | CAD Panacea |

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •