AutoCAD Architecture :: Missing Menu Items

Dec 21, 2011

Trying to setup my machine at home to match my machine at work. To clear things up, I'm running ACA 2009 on both machines, both are running XP Professional, although I'm running XP Professional at home through VMWare Fusion 4 on my MacBook Pro and I really doubt that could cause these issues since a coworker is having these issues at work on a PC.

First of all when I startup ACA 2009 almost everything is missing! When I go to profiles and load the imperial profile I get the wonderful ribbon, which I immediately use RIBBONCLOSE to turn off but then I don't have any file menus. I have the large A in the upper left corner but it only has File, Edit, and Exit I believe. So I used MENULOAD to get the ACAD.cui back up and then reinserted the install CD to add EXPRESSTOOLS back (...why aren't this included to start....that's for another time).

So now I have a something pretty close to my work machine after moving some properties, xref, and tool palettes around. I don't really use any buttons so it is a pretty minimalist desktop. Now down to the real question...

Where did the Project Browser and Style Managers disappear to? I know, I know, ending in a preposition...I can't think anymore today and Autodesk you are responsible. Is it just me or does Autodesk seem to be hiding more and more from us with each release every year? I can type ProjectBrowser into the command line and it will appear but it isn't under the File menu and more and I honestly couldn't find the Style Manager command prompt so I can't tell you if that works.

How do I get these two items to reappear, neither of the two buttons existing either in the standard ACAD.cui configuration next to Tool Palette, etc

Also, why don't the profiles work anymore? If I save it under profiles and reload it the next time everything is messed up nothing happens, and yes the shortcut I use to start ACA references that profile.

View 5 Replies


ADVERTISEMENT

AutoCAD Architecture :: Select Similar Missing From Right-Click Menu And CUI

Feb 25, 2010

For whatever reason the "select similar" command has disappeared from both my right click menu and my cui list when I'm in my personal profile on Architecture... Can't seem to get it back in my personal profile although can access it if I go back to the Autodesk Standard profile.

View 4 Replies View Related

AutoCAD Architecture :: Missing Menu Tabs (File / Edit / Window)

Jun 26, 2010

I recently loaded AutoCAD Architecture 2008 and the menu tabs for File, Edit, Window etc were all missing. They are replaced with a tab that says M-Color 9.5. When i load the program with older files (from this morning) the menu tabs are there but then they disappear. How do i get them back?

Also in addition to that my toolbars are gone, but i can recover those when i have my tool bars.

View 2 Replies View Related

Illustrator Scripting :: Add Script (custom Menu Items) To Main Menu?

Jan 23, 2013

How do I add custom menu items to the main menu in Illustrator?

I would like to build my own menu with scripts that I use alot. This is a powerful feature that I use alot in other programs, but I have not seen any examples of this in illustrator.

View 2 Replies View Related

AutoCAD Civil 3D :: How To Add Items To Menu Bar

Nov 9, 2012

I have installed C3D 2013 and only have "Express" available on the menu bar.  How can I add all the items to the menu bar?

View 5 Replies View Related

AutoCAD Architecture :: Add-in More Menu At Right Click Shortcut Menu?

Jun 26, 2013

I intended to add more option at right click shortcut menu. Is it possible to be done?

View 2 Replies View Related

AutoCAD 2010 :: Duplicate Items On Menu Bar

Jul 13, 2013

My menu bar has duplicates of some items such as "edit", "view", etc. How can I access it to remove these duplicates?

View 6 Replies View Related

AutoCAD 2010 :: Relocating Menu Items?

Jun 4, 2012

I am updating a user to ACADM 2010 from R14.  His actual R14 menu was customized so that the menu bar shows 'File' 'Drawings', 'Options', 'Edit', 'View', etc. from left to right.  So far I have been able to get the 'Drawings' and 'Options' added to the classic 2010 menu. 

However, the 'Drawings' and 'Options' show clear the right of 'Help' (see attachment).  I need to get them moved over to a position between 'File' and 'Edit'. 

These are drop downs with 5 to 6 levels.  Having them on the right makes them look very messy because the cross back and forth.     

View 3 Replies View Related

AutoCAD 2013 :: Remove Items From Top Right Menu

Aug 19, 2013

I've recently installed AutoCAD 2014 and am working to get it compatible with my company's internet standards.

There are some features that are not cool with our IT & Security to have enabled in our office.

I'd like to remove these 3 items from the upper right menu.  (see attached image).

The items are...

  Sign In to Autodesk 360

  Autodesk Exchange Apps

  Stay Connected

View 7 Replies View Related

AutoCad :: Pull Down Menu Items And Put On Layer 0

Feb 22, 2012

I am wondering if it is possible to have pulldown menus items be brought in on the layer that they were created on versus the layer that your template has current. I created pull down menus and (not thinking ahead) put them all on layer 0. They come in with all the attributes they were created with, but come in on the current layer. Can I change that?

View 7 Replies View Related

AutoCAD LT :: Removing Items From Dimension Menu?

Jun 1, 2013

There are at least two items which I keep clicking inadvertently in the Dimension Drop Down menu:

Ordinate never used it and never will would like to delete

Also Tolerances

Safest way to to remove these items from the Dimension menu.

View 4 Replies View Related

AutoCAD VB :: Insert Icon For Items Under Created Menu?

Feb 13, 2013

code:
 
Dim Menu As AcadPopupMenuSet Menu = ThisDrawing.Application.MenuGroups.Item(0).Menus.Add("No.")Menu.AddMenuItem Menu.Count + 1, "1", "^C^C_open"Menu.AddMenuItem Menu.Count + 1, "2", "^C^C_open"Menu.AddMenuItem Menu.Count + 1, "3", "^C^C_open"Menu.AddMenuItem Menu.Count + 1, "4", "^C^C_open"
 
i created a menu called "NO." with 4 items under it "1","2","3","4"

my question is :How can i insert icon for items under this menu?

View 2 Replies View Related

AutoCAD LT :: 2011 - Limit To Items Selected To Use Pull Down Menu?

Sep 25, 2012

I have installed the two service packs hoping to fix this issue.  There appears to be a limit to the quantity of items that can be selected if trying to change a property using a pulldown menu.  For example, if I select all items in a drawing (say 25,000 items, didn't test the limit), using (CTRL+A) or with mouse, and all items are not the same color, the OBJECT COLOR menu should be blank (have not value) because there is not only one color for the objects.  Same would be true of the Layer menu if all objects are not on the same layer.  This does not happen, the current Color or Layer are shown in the menu's.  WIth the objects selected, changing the color (say from red to green) has no effect.  Same is true if trying to assign all selected items to a specific layer.  WIth less items selected (didn't test the limit), things work as expected. 

I tried to see if the problem was with the menu, so I used the command line commands.  Change, Property, Color, with all items selected works fine.  Is there a bug with 2011 LT re this?  I didn't have this issue using ACAD LT 2008 previously.

View 8 Replies View Related

AutoCAD 2013 :: Menu Of Selected Items Properties Window Does Not Appear

Aug 2, 2013

Whether I used the flyout on the ribbon, the CTRL+1 command, or right click on properties in the menu of a selected item, the properties window does not appear. I tried both repairing and reinstalling AutoCAD and neither worked for me.

View 9 Replies View Related

AutoCAD LT :: Items Missing From Drawing?

Sep 18, 2013

I created a drawing, saved it, and days later most lines have dissapear. At preview you can see the drawing is complete, but when you open it is incomplete. Checked the BAK file, same thing, and there are no layers shut down. What can I do to recover my drawing?

View 5 Replies View Related

AutoCad :: Missing Items From PDF Print?

Jul 17, 2013

when I print to a pdf file using Adobe PDF printer the hatching on my luminaire symbols and the images in the legend are missing.

All are on the same layer as the legend and symbols and appear in the viewport.

It's only when I create the odf that they disappear.

View 3 Replies View Related

AutoCAD 2013 :: Convert Ribbon Menu Items Into Classic Workspace?

Nov 13, 2012

i having a fully working ribbon in ACAD2013. it is a registered dll that is originally coded in vb.net.

unfortunatley the functionality is only visible at the drafting & annotation workspace but is desperatly needed in classic workspace mode.

for hours i am trying to find a way to make my functionality working in classic workspace too.

is it possible to extend the classic workspace in acad2013 with my functions? if so, how, or where can i get more detailed information to solve my task.

View 6 Replies View Related

AutoCAD Architecture :: Can't Add Items To Tool Palettes

May 27, 2013

I have imported atc files which were created in standard AutoCAD 2010, the palettes (atc) files import without a glitch the tools contained on them work perfectly. However adding new items fails despite all files not being read only also if a add a new palette nice though AutoCAD ADT will create one it wont actually allow me to add anything to it...

View 2 Replies View Related

AutoCAD Architecture :: Changing Colors Of Items

Dec 11, 2012

I'm almost done with my elevations! One last thing, though.... When I print it, it comes out all green. Is there anyway for me to change the colors so it's just black and white? Also, when I print it, there's a line between my 1st floor roof, my floor joist, and the floor for my 2nd story. Is there any way I can get rid of that, such as joining the walls? I'm using AutoCAD Architecture 2013.

View 3 Replies View Related

AutoCAD Inventor :: Missing Items In Custom View

Sep 10, 2012

How can I look at a plane in custom view like I used to be able to do?  I need to rotate a part to its "straight on" view.

This is from within an inventor drawing.  You used to be able to select user work planes and origin planes to change the view to.

View 2 Replies View Related

Photoshop :: CS4 For Mac / How To Show All Menu Items

May 15, 2013

I am using CS4 for Mac. My tools and window panels were missing on the side. I placed them back in but noticed something odd happened under the Image tab in the menu bar. Normally I can select from the color modes under Image to change RGB photos to CMYK. For some reason, the CMYK mode is now missing unless I manually select SHOW ALL MENU ITEMS at the bottom of Image - Mode tab. How do I fix it so that all the color modes appear when I go to Mode under the Image tab? This happens every time now when I open a new file. It doesn't seem to save when I quit out of the program. I couldn't find it in Photoshop preferences.

View 2 Replies View Related

Photoshop :: Corrupted Menu Items

May 11, 2012

I'm getting all of my menus corrupted after using CS6 for a couple of hours.  See below.
.
This is happening for all of my windows (Navigator, preferences, etc.)  I have to close the program and re-open to fix.
 
Running Windows7 64-bit. 12 GB RAM with an ATI FirePro V8700 card with 1 GB on it as well.  I have all of the latest drivers for the card (installed yesterday).  This should be blazingly fast, and it's chugging along like my CS3 used to with 4 GB RAM.  Are these issues with speed and the corruption of the menu items related? 

View 2 Replies View Related

Photoshop :: Not Activating Menu Items

Nov 7, 2013

In Photoshop (Mac OS X), I typically use the pattern type cmd+shift+/ to open the help menu, type the phrase of the menu item I want to use, and then hit enter to activate the selected menu item.
 
I just checked Photoshop CC and the enter key does not seem to correctly behave as it should. Instead of activating the selected menu item, it just dismisses the help menu.
 
Is there a way to force the enter key to behave correctly, as it does in other apps?

View 1 Replies View Related

Photoshop :: CS4 - Menu Items Greyed Out ?

May 29, 2009

Why are my menu items greyed out until I hit a tool icon?Example .....open Photoshop, click "FILE" = everything greyed out except "recent" whose submenu (list of recent files) greyed out. If I hit any tool icon, menu items appear.ALSO .....eyes on layers have no effect ubtil I click elsewhere, navigator panel empty until I click an increase or decrease there, etc. I need to always click elsewhere for something to happen.I am running Vista Ultimate with a high capacity video card. I removed all my plug-ins, I ran PS4 script-cleaner and re-installed applic 3 times -

View 1 Replies View Related

Photoshop :: Show All Menu Items

Nov 16, 2008

resetting itself to factory defaults. Now I notice it has taken to hiding a lot of my menu items and I have to click 'Show all menu items' every time I open a menu. Most frustrating. And I can't find a way to force the blighter to do the decent thing and keep on showing me all the menu options. how to do this as the help files are less than forthcoming.

View 4 Replies View Related

Maya :: Changed Menu Items?

Feb 2, 2012

So I recently began teaching myself about the Maya program but I have an issue with the tutorials for the 2012 version. It appears as though the tutorial was not updated along with the 2012 Maya program and its menu changes. where the Markings Menu is on the 2012 edition?

View 3 Replies View Related

AutoCAD Architecture :: Unable To Click On Text / Select Items

Mar 31, 2013

All of the sudden I cannot double click on text to edit and I cannot select items before I use a command. If I have selected an object the delete button will not work.

View 1 Replies View Related

Photoshop :: How To Show All Menu Items By Default?

Aug 18, 2009

Photoshop hides some of the menu items. Often I don't know exactly what I'm looking for and need to be able to see everything. It also restricts the use of keyboard shortcuts. I'd like, for example, to be able to go Alt-I-M-C to change the image to CMYK, but since the CMYK option is hidden it doesn't recognise the last bit and I have to use my mouse.It's a small niggle,

View 3 Replies View Related

Photoshop :: Unable To Click On Menu Items

Jul 29, 2009

trial version of photoshop cs4

Why cant i click some menu items ?

I used to be able to but now i cant.

View 2 Replies View Related

Illustrator :: Abbreviate Text Menu Items

Jan 10, 2013

I'm working in Ai but this question applies to other Adobe programs.
 
Is there some way to abrreviate the text menu items ("Stroke", "Opacity", "Character", "Paragraph", "Transform") to "S", "O", "C", "P", and "T", this would save space (working with two windows juxtaposed) and eliminates need to access the drop down menu on the right if working window is smaller.
 
Perhaps this is too deep for the Preferences to reach... (but maybe it shouldn't be)

View 1 Replies View Related

Illustrator Scripting :: JS / Accessing Menu Items In CS6?

Jul 16, 2012

I just got CS6, and I'm wondering how I access menu items using Javascript?Also, I'm looking at the CS6 JS reference, and it doesn't say whether app.activeDocument.selection is Read-Only. I would need this for my purposes in accessing the menu.The item I wanna access is Select > Same > Stroke Color. Seems simple enough.

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved