AutoCAD .NET :: Menu Group Edit Not Saving?

Jul 17, 2011

Why my menu group is not saving in the following code.

The following code adds a menu item to the Toolbar Test in a menu group named TEST. However when I exit and re-enter AutoCAD the menu is not saved. I have also tried saveas with no luck.

I am compiling the code **** a .net dll and then running it via lisp. 

'
'(TestAddToolbarItem_dotNet)
'
<LispFunction("TestAddToolbarItem_dotNet")> _

[Code].....

View 3 Replies


ADVERTISEMENT

AutoCAD .NET :: Add Menu In The Main Menu Bar Like File Edit?

Sep 12, 2013

I want to add the menu in the main menubar where the File Edit etc. are there.  

how to do this using .NET ?

View 1 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 :: Extending Context Menu Of Layer Group?

Jan 7, 2013

extend the context menu of "Layer Group". We have a "save" option for single layer but i want the same for layer group

View 1 Replies View Related

AutoCAD Civil 3D :: Section Label Group Edit?

Apr 29, 2012

In the Multi-Section Creation tool i couldn't find a way to edit or remove Grid Break Labels ,aslo after creation i could Edit it each indvidual Section but not allover all Sections ?

How  i can Editit ? also how ican do soin creation And why do  i feel that the 2012 is Different from 2010 ?

Sony VPCCW26FA
Intel Core i5 M 520 @ 2.40GHz
8192MB RAM
NVIDIA GeForce GT 330M 512MB Dedicated

View 2 Replies View Related

Photoshop Elements :: Group Shot Crashes After Selecting Option From Menu?

Jul 14, 2013

Photoshop Elements 10 - Group Shot Crashes after I select the option from the menu.  I am using Windows XP.  Is there a workaround or is there a way to fix this? 

View 2 Replies View Related

Revit :: Edit Group Box Disappeared - 2011?

Jun 17, 2010

When I'm in the Group Edit mode, the box disappeared and I have no way to close the group.  This is in Revit Architecture 2011.

View 9 Replies View Related

Photoshop Elements :: Photomerge Group Shot Is Not Saving

Jan 13, 2013

After being able to complete several Photomerge Group Shot projects before, the program is no longer saving them. It allows me to open all photos (I've tried merging group shots from 2 pictures to 5 pictures in an effort to find the error) and to go through all the motions but when I click 'Done' nothing happens. No error. No lag. One of my open files just sits there untouched.
 
I read somewhere that I should delete my preferences, but I haven't made any changes. This is the only feature I've ever even used on my new Elements program.
 
I tried opening the program under my husband's user name (new settings / preferences), but the same thing occurs. It just doesn't save - even when the computer has just been booted up and I'm only trying to merge two photos.
 
My machine is a Dell Inspiron 530S running WinXP 32-bit SP3 with 2GB RAM. I just clean installed WinXP and all windows updates. The only programs I have installed are Office and PSE10.
 
I just got Lightroom as a Christmas gift that is incompatible with this computer. If this is a RAM issue...or if I should upgrade to 64-bit...what should my minimum system requirements be to optimally run both Elements and Lightroom?

View 5 Replies View Related

AutoCad :: DWT Edit From Contextual Explorer Menu

Jul 30, 2012

I would like to edit the dwt file extension in explorer to add an option in the contextual menu' to open it in acad for editing it. At the moment I can only open it, but it actually opens a copy.So I would like two options:

OPEN a copy (default behaviour)
EDIT the template (optional)

I hate the need to open a copy and then go through all the process of "save a copy as dwt".I have win7 - LibreOffice has similar options for their templates (new/open).

View 0 Replies View Related

AutoCad :: 2013 Edit Pulldown Menu Gone?

Apr 29, 2013

The 'Edit' pulldown menu is missing from my version AutoCAD 2013. Additionally, the commands found in that pulldown are disabled, so 'undo' 'copy' 'paste' and etc are all non functional. The 'View' 'Format' 'Insert' 'Tools' pulldowns are also missing. Everything in the ribbon, also gone.

The problem occurred when CAD froze and I had to restart the computer. CAD was really laggy beforehand. Besides that everything was normal.

I tried repairing and reinstalling with the original disk with the same issues. Do I need to do an uninstall/reinstall? It's not the MENUBAR command, and the CUI command comes up with an error saying it cannot be located.

View 3 Replies View Related

CorelDRAW X6 :: Edit Object In A Group With Drop Shadow

Aug 27, 2013

I have 3 objects A, B, C, I group them together, apply a drop shadow.Now, let's say I need to resize or reposition one of them, I'm unable to select the particular object.

It's suppose to work with Alt+Ctrl+Click, but it doesn't.I always end up with editing the drop shadow rather than selecting the object. It's very trouble some needing to discard the drop shadow, make the changes, and re-apply the drop shadow.

View 6 Replies View Related

AutoCAD Inventor :: Edit Drop Down Menu Hotkeys?

Jan 9, 2014

Is there any way to edit these underlined letters "hotkeys" in the inventor drop down menus?  Having to add lots of leader lines and such to multiple weld symbols get old.  Or is there a way to make a key alias to do this?  I have not been able to find where this is done in inventor.  Ive done it many times in CADD.

Inventor Pro 2014
nivida k6000
24 G RAM

View 4 Replies View Related

AutoCAD 2013 :: How To Edit Screen Menu Portion

Sep 25, 2012

Now that I know how to get my screen menu to appear, I would like to edit the standard screen menu to one I replaced it with in previous versions.  In the past, I would edit Acad.mns or Acad.mnu and replace the screen menu section with my new screen menu. 

Now Acad.mns and mnu don't exist and I presume I have to customize Acad.cuix, except I can't find any reference to screen menus in the cui editor to be able to customize the screen menu. 

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: How To Edit Customized Pop Menu

Sep 13, 2011

We have had custom toolbars for many years that included custom pop menus etc. Now that we are running cuix customizations how do I edit these customized pop menus? Do I need to rewrite this stuff in lisp, vba, .net, whatever?

View 1 Replies View Related

CorelDRAW Graphics Suite X5 :: Edit Object In A Group With Drop Shadow?

May 17, 2011

When I group a few objects together, and apply drop shadow to the group, I cannot edit the individual object in the group (cannot pick it to move it or resize it etc) without removing the drop shadow.

View 15 Replies View Related

Xara :: Close Documents Dialog When Exiting Edit Group Mode?

Sep 21, 2011

When X7 and its Group Editing mode first came out, there were grumblings about the "Closing Document" dialog that appears when clicking on the little "X" found on the Edit Inside tab.

I am sure most folks have found that can all be bypassed (assuming you want to keep the edits you just made). But for those that haven't, simply click the Save Icon in the Standard Toolbar.

View 1 Replies View Related

Photoshop Elements :: Way To Batch Edit Group Of Photos To Black And White

Sep 20, 2013

Is there a way to batch edit a group of photos to black and white on elements 11?

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

AutoCad :: Edit Per-drawing Section Of Update Title Block Menu

Sep 13, 2012

I want to edit the per-drawing section of the "Update Title Block" menu and it seems like AutoDesk has not given this option. So where I go to edit this menu or if its even possible AT ALL?

I very much dislike that AutoDesk made it so easy to edit the project wide description lines and left almost no way to customize the per-drawing section in the same way. One would think if you making a product to fill the need of many industries you would add a way to customize it from vanilla?

View 6 Replies View Related

AutoCAD Civil 3D :: Access File / Edit / View / Insert / Format In Menu Bar

Jun 27, 2011

I have just installed C3D 2012 and when I show the menu bar, the only choice is Express which used to be the last tool in previous versions.  What happened to File - Edit - View - Insert - Format, etc in the menu bar?  I need to access them.

View 4 Replies View Related

Photoshop :: Edit Menu Is Greyed Out

Apr 8, 2013

I have Photoshop CS5 extended and a Mac with OSX 10.6.8. I was altering the 1st and only layer in my .psd file by filling areas with the "content aware" setting. (The background is blank.) It was working great, too! Then suddenly the "fill" selection under "edit" was greyed out, as well as most of the other things on the edit menu. It doesn't matter what I try to select in that layer.
 
I shut down Photoshop and restarted my computer, but it didn't work. Duplicating the layer didn't work, either. I CAN fill and stroke in the background layer.

View 1 Replies View Related

VideoStudio :: X4 / Blu-ray - How To Edit Sub Menu Titles

Aug 13, 2011

I just purchased the Video Studio X4. I have a good feel for the program but how to edit the sub menu titles. I have a 2 1/2 hour video and I use multi-trim to edit it. I tried to edit the title of each segment but cannot figure it out. When I go into Blu-ray authoring and choose any template, I can edit the main menu fine. When I go to edit and then customize I cannot change the submenu titles. When I double click on "untitled" or "chapter 1" or "chapter 2" I can only change the font size.

Do I have to save each clip from multi-trim and name it and then re-import it?

View 2 Replies View Related

Lightroom :: Edit Menu In LR3 Has Greyed Out?

Oct 17, 2012

The Edit menu in LR3 has greyed out the option of any Photoshop program as an external editing system.  I still have PSE 9 on the hard drive as well but neither is available.  How do I correct this?

View 3 Replies View Related

VideoStudio :: Saving Modified DVD Menu Layouts

Aug 14, 2011

A way to save modified DVD menu layouts in X4 ? In X3 we could save a DVD menu template after it was modified, but I can't seem to find the same option in X4.

View 1 Replies View Related

AutoCAD 2010 :: Group Selection Set Unable To Select Individual Elements Within Group

Mar 19, 2013

One of my designers running 2012 AutoCAD and 2012 CADWorx, can no longer select individual parts of a GROUP by shift selecting the unwanted elements.

I have tried to modify..

Pickadd
Group
PickStyle
PickAuto
PickDrag

but to no success.

Also fiddled with her Options file, still nothing+

View 6 Replies View Related

Photoshop :: Layer Edit Menu Froze

Mar 25, 2013

I was busy designing an advert for work, happily adding layer styles to text as per usual and when I was busy selecting a colour for the gradient overlay my colour picker menu froze.I can still select colours and photoshop is still active (if i move my cursor about the screen the menu buttons still work but all the options are greyed out so I can't even save and restart) but I can't escape the menu. Neither the "Cancel" button or the "Ok" button are working, the "x" button isn't working and hitting escape doesn't work either. When I try and click anything in the menu I get an error "ping" and photoshop opens the adobe Photoshop web page but if I click on the canvas my cursor becomes the ink dropper and selects the color.

Is there some other way I can get out of the layer menu without restarting and losing all my progress?

View 5 Replies View Related

AutoCAD Architecture :: 2010 / How To Explode Group When Group Name Not Found

Apr 15, 2013

how to explode group when group name not found

View 1 Replies View Related

Revit :: Contextual Menu - Boundary - Edit Slab

Mar 28, 2013

I was having trouble with the edit sketch options coming up when I initiated a command that needed it. I upgraded to Update 2 and It seemed to fix it. But now it's happening when when I select a floor. I'm not getting the option to edit the floor. The context options don't match what I have selected. What is the problem and how can I fix this? 

View 1 Replies View Related

GIMP :: How To Rotate Brushes Without Going Through Edit Brush Menu

Apr 3, 2011

is there a way to make these type of brushes turn(rotate) without going thru the edit brush menu

View 5 Replies View Related

Photoshop Elements :: Launch Organizer And Edit From Welcome Menu Of 12?

Jan 30, 2014

I've been trying to get Adobe Photoshop Elements software to work on my computer since mid December.  I've had alot of responses to different options, even from Adobe themselves, and nothing is working. I get the Welcome Menu screen but when I click on either Organizer or Edit nothing happens.  I am the administrator on my home computer and tried launching as administrator but nothing works. I've tried launching it from "Program File" exe but nothing.  When I do this I get this error message;

"Windows cannot find 'C:Program Files (x86)AdobePhotoshop Elements12PhotoshopElementsEditor.exe'. Make sure you typed the name correctly, and then try again."

I've tried a Install Photoshop Elements in a simplified mode, nothing.   I've shut down my firewall and virus program and then install, nothing. Looks like I've stooped everyone.  Now I can't even return it because the package is open.

My computer is a 64-bit Operating System, Intel (R) Core i7 CPU, 869 @ 2.80GHz, Windows 7 Professional.

View 6 Replies View Related

Lightroom :: Content Of Right-click Edit In Menu Missing?

Oct 26, 2011

2011-10-26 The "Edit In" context menu that appears when I right-click an image in the Develop module has forgotten about my NIK and Topaz filters. Still in my C:Documents and SettingsOwnerApplication DataAdobeLightroomExternal Editor Presets directory are these files
 
Color Efex Pro 3.0 Complete.lrtemplateColor Efex Pro 4.lrtemplateDfine 2.0.lrtemplateSharpener Pro 3.0- (1) RAW Presharpener.lrtemplateSharpener Pro 3.0- (2) Output Sharpener.lrtemplateSilver Efex Pro 2.lrtemplateSilver Efex Pro.lrtemplateTopaz Fusion Express 2.lrtemplateViveza 2.lrtemplate but the "Edit In" menu does not present them to me. I must've changed something in Edit > Preferences or Edit > Catalog Settings, but I don't know what. how to restore these tools to the "Edit In" menu without having to reinstall them?

View 2 Replies View Related







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