Community
AutoCAD Forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

HIDE LAYOUT TABS

21 REPLIES 21
SOLVED
Reply
Message 1 of 22
Anonymous
11501 Views, 21 Replies

HIDE LAYOUT TABS

Hi all.

How do I hide my layout tabs in 2016?

 

I've found articles from previous versions which allow to hide them, but nothing which explains how to do it for 2016.

 

TYIA.

21 REPLIES 21
Message 2 of 22
3wood
in reply to: Anonymous

In my 2014, I jsut right-click one of the layout tabs and select "Hide Layout and Model tabs".

hide.png

Message 3 of 22
sthompson1021
in reply to: Anonymous

To hide the tabs, use the command OPTIONS, and in the display tab uncheck the "Display Layout and Model tabs" box.

Message 4 of 22
Anonymous
in reply to: 3wood

AC2k16tabs.jpg

 

Hi 3W.

Mine isn't configured for that. Not sure why, but it's just not there. I remember it being like yours, in 2000 through 2010, but not 2016. 

 

Message 5 of 22
Anonymous
in reply to: sthompson1021


@sthompson1021 wrote:

To hide the tabs, use the command OPTIONS, and in the display tab uncheck the "Display Layout and Model tabs" box.


Hi ST.

I just did that, and it shut them off, entirely.

I need to navigate between them, and just want to hide them, and unhide them as needed. 

Is there another way? 

Message 6 of 22
Anonymous
in reply to: Anonymous

as sthompson1021 has already posted:

"To hide the tabs, use the command OPTIONS, and in the display tab uncheck the "Display Layout and Model tabs" box."

 

 

Area Object Link | Attribute Modifier | Dwg Setup | Feet-Inch Calculator
Layer Apps | List on Steroids | VP Zoom Scales | Exchange App Store

Message 7 of 22
Anonymous
in reply to: Anonymous


@AltoonPartners wrote:

as sthompson1021 has already posted:

"To hide the tabs, use the command OPTIONS, and in the display tab uncheck the "Display Layout and Model tabs" box."

 

 

Area Object Link | Attribute Modifier | Dwg Setup | Feet-Inch Calculator
Layer Apps | List on Steroids | VP Zoom Scales | Exchange App Store


OK.

And I'd responded, stating that this turns them off, entirely. Presventing me from navigating from one tab to another. 

 

Is there another way, so that I can just hide the ones I don't want turned on? 

As 3Wood showed in their post? 

 

Message 8 of 22
Anonymous
in reply to: Anonymous

Another way to toggle is to use the LAYOUTTAB command: when set to 0, it's hidden...when set to 1, it's displayed

You can create a button macro to toggle betweent he two.

 

 

Area Object Link | Attribute Modifier | Dwg Setup | Feet-Inch Calculator
Layer Apps | List on Steroids | VP Zoom Scales | Exchange App Store

Message 9 of 22
sthompson1021
in reply to: Anonymous

Being that it's a system variable and not a command, I think you need a lisp to toggle it off and on. But I think that might be the key to doing it.

Message 10 of 22
Anonymous
in reply to: sthompson1021

This is the lisp code I would include in a button: ^P(if(zerop(getvar"layouttab"))(setvar"layouttab"1)(setvar"layouttab"0)) ^P

I'm sure this can be done with diesel string too

 

 

Area Object Link | Attribute Modifier | Dwg Setup | Feet-Inch Calculator
Layer Apps | List on Steroids | VP Zoom Scales | Exchange App Store

Message 11 of 22
Anonymous
in reply to: Anonymous

Unfortunately, it's either all on or all off.  Even in prior versions of AutoCAD, this has not changed.

 

 

Area Object Link | Attribute Modifier | Dwg Setup | Feet-Inch Calculator
Layer Apps | List on Steroids | VP Zoom Scales | Exchange App Store

Message 12 of 22
Anonymous
in reply to: Anonymous

And this is the diesel macro for this:

^P$M=$(if,$(=,$(getvar,layouttab),1),'setvar layouttab 0,'setvar layouttab 1)

 

 

Area Object Link | Attribute Modifier | Dwg Setup | Feet-Inch Calculator
Layer Apps | List on Steroids | VP Zoom Scales | Exchange App Store

Message 13 of 22
Anonymous
in reply to: Anonymous


@AltoonPartners wrote:

Unfortunately, it's either all on or all off.  Even in prior versions of AutoCAD, this has not changed.

 

 

Area Object Link | Attribute Modifier | Dwg Setup | Feet-Inch Calculator
Layer Apps | List on Steroids | VP Zoom Scales | Exchange App Store


interesting. 3Wood shows a screenshot which has the option to turn off/on various tabs. 

 

Moreover, I'm reading an article, stating that it's an option in 2016. 

https://knowledge.autodesk.com/support/autocad-map-3d/getting-started/caas/CloudHelp/cloudhelp/2016/...

 

I.e., 

 


To display and hide the Model and Layout tabs

  1. At the bottom of the application window, right-click (the Model Space icon).
  2. Click Display Layout and Model Tabs.

    To hide the tabs again, right-click a tab and click Hide Layout And Model Tabs.


 


 

 

 

However, when I go to look for the icon they're mentioning in the article, mine is called--- Maximize Viewport.

 

lwrrtscrn.jpg

 

Now, at the left of this screen shot, you see PAPER.

If I click on that, it changes to moden, but the icon referenced in the article remains as "Maximize Viewport."

 

lwrrtscrn2.jpg

 

If I have something turned on/off which prevents me from accessing it, I'd really like to know. 

Especially in light of the article. 

Message 14 of 22
Anonymous
in reply to: Anonymous


@AltoonPartners wrote:

And this is the diesel macro for this:

^P$M=$(if,$(=,$(getvar,layouttab),1),'setvar layouttab 0,'setvar layouttab 1)

 

 

Area Object Link | Attribute Modifier | Dwg Setup | Feet-Inch Calculator
Layer Apps | List on Steroids | VP Zoom Scales | Exchange App Store


Ok.

I just did the commandprompt "layouttab", and it's the same think as going to options, and either checking, or unchecking the display model and layout tabs box. 

 

Is this the same thing, but through a diesel macro? 

Message 15 of 22
Anonymous
in reply to: Anonymous

I don't see in 3Wood's posting an option to turn off various tabs.  Again, it's either all on or all off.

 

 

Area Object Link | Attribute Modifier | Dwg Setup | Feet-Inch Calculator
Layer Apps | List on Steroids | VP Zoom Scales | Exchange App Store

Message 16 of 22
Anonymous
in reply to: Anonymous

scrnsht.jpg

Message 17 of 22
paullimapa
in reply to: Anonymous

And when that option is clicked on that menu "ALL" model & layout tabs will be hidden and not just the one that is currently selected. Like I mentioned, either all layout tabs are on or all off.  There is no option to just turn off the current tab.  This has not changed since Autodesk implemented this feature. Perhaps you can send this in as a wishlist?

 

 

Area Object Link | Attribute Modifier | Dwg Setup | Feet-Inch Calculator
Layer Apps | List on Steroids | VP Zoom Scales | Exchange App Store


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
Message 18 of 22
Anonymous
in reply to: Anonymous


@AltoonPartners wrote:

I don't see in 3Wood's posting an option to turn off various tabs.  Again, it's either all on or all off.

 

 

Area Object Link | Attribute Modifier | Dwg Setup | Feet-Inch Calculator
Layer Apps | List on Steroids | VP Zoom Scales | Exchange App Store


i.e., what his right-clicked menu for the tabs is saying is that he can turn off all of them from showing, but not one at a time? 

 

not sure why, but I remember it being like Excel's tabs, in that you can hide individual tabs, without turning off their tabbed-view. 

 

scrnshtxl.jpg

 

 

 

Message 19 of 22
Anonymous
in reply to: paullimapa


@paullimapa wrote:

Perhaps you can send this in as a wishlist?

 

 

Area Object Link | Attribute Modifier | Dwg Setup | Feet-Inch Calculator
Layer Apps | List on Steroids | VP Zoom Scales | Exchange App Store


sounds good to me.

where do I post wishlist items?

Message 20 of 22
Anonymous
in reply to: Anonymous

Unfortunately, AutoCAD layout tabs do not offer the same feature set as Excel's.

There are various places you can send feedback.

Autodesk has a page:

http://usa.autodesk.com/adsk/servlet/index?siteID=123112&id=1109794

 

Other sites like Augi has a Wishlist page:

http://autodesk.blogs.com/between_the_lines/2014/10/augi-wish-list.html

 

 

Area Object Link | Attribute Modifier | Dwg Setup | Feet-Inch Calculator
Layer Apps | List on Steroids | VP Zoom Scales | Exchange App Store

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Forma Design Contest


AutoCAD Beta