AutoCAD 2013 :: Custom CUI Menu Reload?

Mar 22, 2013

My company recently upgraded to Autocad 2013 from 2008.  I was using a custom dimension cui file for sizing dimensions according to scale.  I have reloaded the file into 2013.  However, I am having to reload the file daily because it does not function without reloading.  Is there any work around for this?

View 5 Replies


ADVERTISEMENT

AutoCAD 2013 :: Custom CUIx Menus Won't Reload

Jun 2, 2012

This issue applies only to AuroCAD 2013 64. 2012 works fine.

I have three old custom menus I use regularly. They were all in the MNU format when they were compiled to CUIx.

Let's say menu1 has a drop down menu and toolbars. Menu2 has a dropdown menu. Menu3 has a toolbar menu. They are all located in the same folder.

If I load the three menus they work fine for the duration of the session. However, once I quit AutoCAD and restart, only Menu1 loads. I still have to load the other two again. This is annoying. I have created a Profile and a Workspace with the menus loaded and set both current. Exit and again no menus.

View 9 Replies View Related

AutoCAD 2013 :: Reload CUI At Start Up

May 15, 2012

I just installed AUTOCAD 2013 on my computer. Every morning when I start up, I have to reload by CUI file. My ribbons are rearranged, I have to arrange them back to how I had them. Why is this happening?

View 4 Replies View Related

Lightroom :: How To Reload Adjustment Brush Custom Settings After Update 5.0 To 5.2

Oct 16, 2013

I have a client, who use Lightroom.After software update, all his pre-defined custom brush settings are disappeared. It is possible to reload the old settings from somewhere?

View 2 Replies View Related

AutoCAD 2013 :: Xref Reload And Losing Layer States?

Nov 2, 2012

We recently upgraded from 2006 to 2013. We had a lisp routine in 06 that would reload all the xref's in a sheet so the layer states would update since simply reloading the xref did not always work. Below is the code we used. Now, in 2013, when we run it, I lose all layer states.

(defun c:xrl ()
(setvar "visretain" 0)
(command "_qsave")
(command "xref" "reload" "*")
(setvar "visretain" 1)
(command "_qsave")

View 9 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

Illustrator :: Custom Menu And Commands In Adobe And Invoke Custom Actions

Oct 21, 2013

Can we place a custom menu and commands in Adobe Illustrator and invoke custom actions? The need for us is to call a C# DLL from these menu commands. I see C++ support but none on COM or NET support.

View 2 Replies View Related

AutoCAD LT :: Custom PID Icon Menu

Jul 22, 2013

is there a menu which has the icons for endpoint and midpoint. If not is there a way to create and icon that corresponds to these commands? I use these commands continuously and get tired of typing them in.

View 2 Replies View Related

AutoCAD Inventor :: Marking Menu / Keyboard Custom?

Jul 5, 2012

how to control what is loaded into the marking menu and keyboard customization.

I have made my own custom setting for marking menu and keyboard but have had to export it to the desktop and then re-import it inventor start up otherwise I loose all my custom setting.

Is there a folder  / file where I can set my cutomized setting and get it to load on inventor start.

Inventor Pro 2014 SP1
Vault Pro 2014
Windows 7 x64
2.53 Xeon
Quadro FX 3800
24GB RAM

View 8 Replies View Related

AutoCAD .NET :: Custom Menu In Default ContextMenu Group?

Oct 28, 2011

I have code that adds my own custom menu group to a contextmenu when right-clicking with a particular object selected (in this case a dimension).  Works great!

My questions are:

1) How can I get my custom menu item located where I want it rather than appearing where it wants in the contextmenu?

2) Can I add my own custom menu item to an existing context menu group?  For example:  It you right-click on a dimension string in AutoCAD 2012, you get a group of dimension commands: Dimension Style, Precision, Etc...  Is it possible to add my menu item to that group?  If so, how can I do this.  I cannot seem to find it documented anywhere!  Below is my code for adding my own menu group.
 
Private Sub AddObject_RightClickMenu() Dim ed As Editor = Application.DocumentManager.MdiActiveDocument.Editor Try m_ObjectMenu = New ContextMenuExtension m_ObjectMenu.Title = "Dimension Objects Menu" Dim mnuItem As MenuItem = New MenuItem("Extension Line Toggle") AddHandler mnuItem.Click, AddressOf run_dimExtEdit_WhenClicked m_ObjectMenu.MenuItems.Add(mnuItem) ' create an rxclass Dim dimensionClass As RXClass = RXObject.GetClass(GetType(Dimension)) ' adding the object menu Application.AddObjectContextMenuExtension(dimensionClass, m_ObjectMenu) Catch ex As System.Exception ed.WriteMessage("Error Adding Object Menu: " + ex.Message) End TryEnd Sub

View 1 Replies View Related

AutoCAD VB :: Save Custom Menu To Cuix File?

Feb 10, 2013

how can save my custom menu to cuix file after creating it by vba using ThisDrawing.Application.MenuGroups.Item(0) and if i can create new cuix file  "AMRCuix" and every time i will load it.

View 2 Replies View Related

AutoCAD 2013 :: When 2013 Restarted - Menu Changes Lost

Sep 3, 2012

When customizing the screen menus, adding a few icons or pull down menus, when autocad is restarted, Autocad reverts back to the default menu.  How can I set this up to retain any menu changes I make. 

View 2 Replies View Related

AutoCAD Inventor :: Custom Multi-Value Menu In Drawing IProperties?

Jul 10, 2012

how to make a multi-value drop down menu in drawing iProperties? 

I want to make a list with aluminum extrusion sizes where I can pick it's name from a list of names. Similar to the custom iProperties "Design State".

View 5 Replies View Related

AutoCAD Inventor :: VBA - Adding Custom Command To Context Menu?

Jul 18, 2012

How can I add custom command (macro) to a context menu in Inventor 2010 via VBA?

(I searched the forum and got it to the point when I'm able to add commands that are built in Inventor)

View 1 Replies View Related

AutoCAD 2013 :: Migrate Custom Settings From LT To 2013 Full?

May 31, 2012

I've made some customisation in the ribbon of a 2013LT version.

Now some customisation functions are only available on the Full, so I download and install it but I can't find a way to import all those custom settings grom LT to Full...

Seems it works only from LT to LT or Full to Full..

View 3 Replies View Related

AutoCAD 2010 :: Custom Menu That Reflects Each Clients Colors / Symbols And Layering

Mar 31, 2012

I work all across the country with different architects and engineers on a contract basis. Typically I create a custom menu that reflects each clients colors, symbols, layering ect. But now I have just upgraded to Acad 2012 and don't know how to create a custom menu in 2012 for each client. Is it even possible? What I have found is the customize button but when I modify a command for a specific client it makes the same change for all clients, as all that I was doing was modifying a workspace, and only modifying the command. What I have done in the past is to take the Acad.mns and copy it and rename it client-name-Acad.mns and make the necessary changes that the clients standards required. Can I still do something like that?

View 1 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Custom Menu Will Not Stay Loaded Between Restarts On 2005

Aug 2, 2012

This is related to AutoCAD 2005 only:

I have a custom menu file which is NOT located in the support path but rather is on a server drive for all AC 2005 user's to access. When I load this menu in AC 2005 and then restart, it is gone and has to be reloaded. This is happening for all 2005 users in this office. With AC 2009 we use CUI and that custom file is also located on the server, not in the support path, but the 2009 machines are working fine. It is only the AC 2005 users who keep loosing their menu item each morning.

I have done extensive searching on this and it appears to be a common problem but the thing which is also common to all the posts and articles I read on it is that none of them offer a resolution which actually works.

View 1 Replies View Related

Maya :: Bonus Tools 2013 Menu Doesn't Show In 2013?

Sep 4, 2012

BonusTools 2013 menu doesn't show in maya 2013,how can show it.

View 3 Replies View Related

Photoshop :: How To Create Custom Features Menu

Oct 29, 2013

I'm wanting to load a png file into photoshop & use a customised menu bar or perhaps a plugin to supply some specific image information as I work. The image is a game height-map. The pixel hex value represents the height of the terrain.
 
I wanting to load my map (image) into PS & display a new menu bar containing this information in textboxes & the like:
 
1. The hex value of the pixel the mouse is hovering over.

2. The corresponding height related to that hex value. This would be a customised calcuated field (textbox).

3. A combo or spinbox with height values, so that you would select the desired height to pain onto the map, and the pain fill tool would automatically select the corresponding color to pain based on custom calculated conversion of height to correcponsing hex (color) value.
 
Do I need to write a plugin? or maybe ctionscript with a custom toolbar?

View 1 Replies View Related

AutoDesk Smoke :: Load Custom Menu Setup On Mac?

May 18, 2011

How to load a custom menu setup on mac? At the command line , where is the command line location on mac?

View 7 Replies View Related

VideoStudio :: Creating Disc Menu In Pro X4 - Custom Highlight Buttons?

May 29, 2012

I'm working on creating a disc menu in VS Pro X4. I've customized several parts of my menu (background, music, text, etc.), but I can't figure out how to change the little highlight icons that appear next to the selected menu options. Is it even possible to customize these?

View 2 Replies View Related

AutoCAD 2013 :: Disable 360 Menu?

Jun 14, 2013

How do I disable the 360 menu?

I actually purchased this software for work, not to tweet or facebook.

View 9 Replies View Related

AutoCAD 2013 :: Allow Use Of Screen Menu

Sep 24, 2012

I had a valuable program that used the screen menu to insert blocks to aid in creation of architectural details.  Now that the screen menu is no longer supported, is there anyway to run a script type of menu that points to various other menus? 

I checked the only reference to screen menus. However, there was no reference to screen menus in either comment.

View 2 Replies View Related

AutoCAD 2013 :: Can't Open Menu Bar From Program

Oct 29, 2013

Cant open the menu bar from the program AutoCAD for Mac 2013

View 1 Replies View Related

AutoCAD 2013 :: Font Size For Menu Bar

Apr 14, 2012

I have loaded Autocad 2013 and the the font size for the menubar at the top is very large. When I added 5 of my own menus to it, it now wraps around to another line. The Autocad 2012 let me get my extra menus in because the font size was much smaller.

View 5 Replies View Related

AutoCAD 2013 :: Remap Shortcut Menu

Mar 25, 2013

I'm used to have the "Enter" and "Repeat Last Command" on the right mouse button. I want to use the shortcut menu on any other free mouse button (I have Logitech Performance MX mouse).

Is there a way to remap the shortcut menu?

View 2 Replies View Related

AutoCAD 2013 :: Where's The Dim Text Grips Menu

Nov 12, 2013

I recently updated to 2014. My coworker updated yesterday. When I want to change the location of dimension text I hover over the text grip and the menu appears. My coworker's menu does not appear.She did a repair to the installation but the menu still does not appear.  Is there a variable that controls that?

View 8 Replies View Related

AutoCAD 2013 :: Right Click Shortcut Menu

Aug 29, 2013

I have attached an image...but in 2013 we had an expanded Right Click shortcut menu...so if you clicked on a line for example it would give you alot of options...as you see in the image I do not have all those in 2014.

My "Shortcutmenu" is set to 11

Pickfirst is set to 1.

In CUI I do not see any seperate menus loaded under Shortcut.

View 2 Replies View Related

AutoCAD 2013 :: How To Toggle Menu Mode

Jan 8, 2014

Somehow I activated a mode where when I click on an object, if there are several objects there, it will bring up a little menu to pick which one I want, similar to Inventor if you hover or say "Select other...". How do I toggle this mode? Turns out I like it sometimes but usually I don't need it.

View 3 Replies View Related

AutoCAD 2013 :: Blurred Menu Or Toolbars

Nov 1, 2012

A client is experiencing a problem whereby when he runs his software,Inventor Professional-Autodesk Product Design Suite 2013, he gets the blurred toolbars as in the attachment.

View 1 Replies View Related

AutoCAD 2013 :: Big Lag Accessing The File Menu

Mar 3, 2013

I have a problem with our new 2013 Theres a long time delay before the File menu wether you hover over it or click on the file button.  Same if you use the Autodesk top left button

All the others act as expected i.e. edit, view, insert etc

This is really causing a loss of productivity through the time delay and extreme frustration waiting for it to click in

View 3 Replies View Related







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