Photoshop :: Menu Bar Command Customization

May 11, 2009

way to Rename menu bar commands? Move menu bar commands to other menus? Add new menu bar commands wherever you want and bind scripts to those commands? 

View 39 Replies


ADVERTISEMENT

AutoCAD LT :: Pull Down Menu Customization?

Aug 1, 2013

On older versions of Acad, I was able to go into the .mnu file and do a macro such as follows:

***POP10
**LIB2
ID_MNLIB2 [&Lib2]
[->Bolts]
[->Bolt ****'y]

[#10]^C^C-insert;F:/STD/LIBS/BOLT-01/BOLT010A;;;;
[* 1/4]^C^C-insert;F:/STD/LIBS/BOLT-01/BOLT025A;;;;

[5/16]^C^C-insert;F:/STD/LIBS/BOLT-01/HH031A;;;;
[*3/8]^C^C-insert;F:/STD/LIBS/BOLT-01/HH038A;;;;

And a new pull down menu would be created and my listing of bolts could be inserted from the std libs bolt file as I clicked through the route.  I developed all of this on older versions at a different company.  With 2014, I went to the CUSTOMI ZE under the main Drafting and Annotation / AutoCAD Classic pull down and created a New Menu, renamed to BOLTS and then pulled the INSERT command and dropped it ontp the BOLTS pull down and changed the DISPLAY NAME to 1/4" and edited the MACRO from ^C^C _insert to ^C^C_insert;F:/STD/LIBS/BOLT-01/BOLT025A;;;;  Seemed to work fine....until I added another 10 bolt assemblies and then noticed that they all showed up as whatever the last bolt I had put in the Macro line was.  The display name stayed correct but the insert was gloabally changed on all pull down to whatever the last item was.  I have reset 2014 back to the original settings now to clear out everything I had done.

View 6 Replies View Related

AutoCAD Inventor :: Marking Menu Customization Omission

Jun 6, 2012

I've been forcing myself to accumulate to the new marking menu and gestures system.  I'm starting to get used enough to them to see that it's really worth it. 

I've found that the defaults are crap for what I do in IV, which is fine because I can customize it to whatever I do use.

However, when I RMB on a component pattern it displays a unique menu for which there appears to be no option for under customization. I'd really like to replace the craptastic useless options with things that I actually use.

By the way, why does AutoDesk neglect component patterns so much?

View 4 Replies View Related

AutoCAD Inventor :: Cannot Find Customization For Marking Menu For Sketch

Oct 16, 2011

The Marking Menu of 2012 so far is a big brake for me.
 
I wish I can make some alterations but I did not find in this huge variety of possibilities
the option to alter the context menu of the Sketch.
 
I am in Sketch. I drawing the line. I want to quit. I do right click and have the menu. the name and probably the sub name of that menu. I cannot find it at all in the Customization list. I wish at least to locate the Escape to bottom. Did not find also the option to turn the Marking menu off.

View 2 Replies View Related

AutoCAD 2013 :: How To Use Toolbar To Load Toolbar From Partial Customization Menu

Dec 19, 2013

I've tried to figure out the pattern of how the command works for inputting partial customization menu toolbar names but I'm unsuccessful.

You should be able to show and hide partial customization menu toolbars with the -toolbar command because it can hide all toolbars including my partial customization menu toolbars currently shown. I've tried the toolbar menu alias (defined in the CUI command) and the name (refer to this link to the same image embedded below) and none work.

View 6 Replies View Related

Photoshop :: CS5 / Variations Command Is Not Available In Image Adjustment Menu

Sep 6, 2013

Is there a reason the variations command is not available in the image adjustment menu?

View 1 Replies View Related

AutoCAD Inventor :: Use Command In Contextual Menu

Apr 9, 2013

is there any possibility to use inventor commands like "AppContextual_ContinueCmd" in addin? I need to add to RadialMarkingMenu commands for continue or cancel during selection. 

private void UIEvents_OnRadialMarkingMenu(Inventor.ObjectsEnumerator toEntities, Inventor.SelectionDeviceEnum toSelDevice, Inventor.RadialMarkingMenu toRadialMenu, Inventor.NameValueMap toAddInfo) { if (toSelDevice == Inventor.SelectionDeviceEnum.kGraphicsWindowSelection) { toRadialMenu.EastControl = this.oApp.CommandManager.ControlDefinitions["AppContextual_CancelCmd"]; toRadialMenu.WestControl = this.oApp.CommandManager.ControlDefinitions["AppContextual_ContinueCmd"]; } }
 The menu is correctly shown , command " AppContextual_CancelCmd" send Esc to events,

How to catch "AppContextual_ContinueCmd". is this possible?

View 4 Replies View Related

Illustrator :: Execution Of Menu Command Without User Interaction?

Oct 22, 2013

It's a shame that Illustrator's scripting ability isn't as robust as InDesign's.
 
I have a script that goes through every path in a file and records all of the colors used in it.  The problem is that it stumbles when faced with certain types of "PluginItem"s.  I've been able to fix some of it, such as when it comes across a "Compound Shape" (as opposed to a Compound Path or other normal Illustrator object).  In such an instance I can select the path, then call a menu command to expand that selection:
 
if (currentItem.typename == "PluginItem")
{
    currentItem.selected = true;
    app.executeMenuCommand("expandStyle");
    currentItem = app.selection[0];
    app.executeMenuCommand("deselectall");
    colorsInUse(currentItem);
}
 
I had to do some scrounging to figure out how to execute that "Expand Appearance" command that is in the "Object" menu in Illustrator.  In fact, the only resource I discovered was a list that is partially in Japanese.  By the way, that last item in the list is a recursive call to the same function in which this if statement resides.
 
So, the above code works for "PluginItems" that can be rectified with a call to the "Object -> Expand Appearance" menu item.  What about those that don't, such as an enveloped object?  With those, I'd normally just run the command above "Expand Appearance", called simply "Expand…"  Well, that menu items pops up a dialog which, when the user clicks "OK" on it, will properly expand the enveloped object so that the script can continue reading the paths that made it up and get fill & stroke colors.
 
I can call this menu item with a simple "app.executeMenuCommand("Expand3");", but my problem is that dialog which appears.  I don't want the user to have to click "OK" on it every time it pops up when the script wants to expand that object, but the traditional "app.userInteractionLevel = UserInteractionLevel.DONTDISPLAYALERTS;" method doesn't work.
 
Is there any way to expand enveloped items without having a dialog pop up on the user?

View 9 Replies View Related

AutoCAD Map 3D :: Command Line / Menu Browser And Key Commands Not Working

Jun 19, 2012

AutoCAD Map 2010 has just been installed in my PC and since i first runned AC the command line, menu browser and key commands don´t work. This way I can´t do anything.

View 4 Replies View Related

AutoCAD 2010 :: Lost View Command On Menu Bar In Window?

Nov 7, 2012

get the view command back on the list of menu commands as i seem to have lost it.

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

Illustrator :: Menu Command Equivalent To Clicking Layer Eyeball?

Jun 21, 2012

I'm building a custom action and it would be great if I could record clicking the layer eyeball off.
 
Is there a menu command equivalent for turning current layer visibility off?

View 1 Replies View Related

Corel PHOTO-PAINT X4 :: Why Import Command Under File Menu Grayed Out

Jun 19, 2011

I tried to first open a KDC file, which is a RAW file from my Kodak Camera, by clicking on File>Open but it didn't work. So then I attempted to open it using "Import". That was when I found out Import was grayed out. Why would that be? I just installed the program and this happens! Is there a setting I need to change?

View 5 Replies View Related

AutoCAD 2010 :: Use Arc-aligned Text Command From Express Tools Menu?

Feb 3, 2013

I am trying to use the Arc-aligned text command from the Express tools menu. No matter what style, height, offset i enter i get a box that says "Invalid text!". I never use this command in my work but am trying to create a banner

View 1 Replies View Related

AutoCAD .NET :: Right Mouse Click Doesn't Open Menu If Call Command From Palette-Set

Oct 23, 2013

I have my own Palette Set.

On this Palette Set I have a palette withe a tree.

On the right click of the node, I call a command (it's one of our own ObjectARX commands, but the problem is the same with a build in command).

The command wants the user to select a point, with a few options. If I first select a point (left click) and then click right, everything works fine.

But If I click with the right button, before I select anything, the menu is not shown.

The code for calling the command is really easy:
 
Autodesk.AutoCAD.ApplicationServices.Application.DocumentManager.MdiActiveDocument.SendStringToExecute("_ARC
",true,false,false);

 As said before... I don't call the _ARC command... but for the arc Command the right click menu is not shown also...What can I do, to get the normal behavior of the right click?

View 2 Replies View Related

Photoshop :: Shape Dynamics Brush Customization Not Working Properly

Sep 23, 2013

- Photoshop CC "has topped working"
 
- Shape dynamics, brush customization not working properly
 
New brush selected - the settings are strange.,Large spacing, scattering on by default Shape dynamics not responding in settings, only responds by clicking the "Always Use Pressure For Size" button Eraser not working on pen Updated CC, Updated Wacom Drivers, Restarted Computers.
 
Photoshop CS6 worked fine (still on my computer), but CC is just a nightmare with the Wacom brush settings.

View 1 Replies View Related

Photoshop :: All Selections Under Filter Menu And Adjustments Under Image Menu Grayed Out

Jul 19, 2013

A co-worker scanned a photo and emailed it to me to edit it and try to improve it, but everything I want to do is grayed out so I can't select it and I can't figure out why. Maybe it has to do with how she scanned it?
 
It's CMYK, 300 dpi, and 8 bit.
 
I'd like to sharpen it and adjust the hue/saturation, but they're grayed out.
 
why this is happening and how I can work around this so I can make the changes I need to make?

View 3 Replies View Related

Photoshop Elements :: Selecting Sub Menu From Within Main Drop Down Menu

Jun 15, 2013

When selecting a sub menu from within a main drop down menu the arrow points to the right but the actual sub menu pops up on the left in most cases. I have only noticed this recently and wonder if I have inadvertently messed up a setting as in the past I cant recall this being so but I don't use the editor a lot so may be mistaken.

View 9 Replies View Related

3ds Max :: Ribbon And UI Customization

Apr 20, 2011

I'm currently switching from my "old" customized UI with a few dozen of my own macro scripts and toolbars and would like to get all of that to the ribbon, but I encountered a few obstacles.

1. Is there a way to use the old bitmap strip icons for a given command, the way you can change the display options in a custom toolbar or .ico files are the only option in a ribbon?

2. I'm trying to recreate the main toolbar (the default one in Max) in the ribbon. There are two problems with this:
- first I don't know how to recreate the dropdown lists (like named selection sets, or render presets).
- second thing is that when I use a command in the ribbon that has a certain icon assigned to it ('select and move' for example has the crossed arrows and you can see them in the customize dropdown list with commands) it works fine only for the small icons. The field for the large icon is empty and the small icon is visible in the ribbon property dialog, but there is no path for the icon image, so it apparently works with the .bmp file. Go figure. Would be great if Max would automatically assign that icon to both small and large icon field.

3. I would like to be able to show/hide the menu, command panel and if I won't be able to recreate some of the features in the main toolbar, hide it as well. The most efficient way for me would be to have it available under a key shortcut or quad menu, but for some reason the command found under 'customize user interface' named show/hide menu doesn't work at all. Show/hide main toolbar toggle, which is a separate command for some reason does work. Of course there is an icon in the quick access toolbar that actually works, but it's two clicks instead of one key and with the tiny icons it's not that fast.

4. Is there a way to make the ribbon tabs show up on the right side of the ribbon in the horizontal position or move them freely, centered ... any other configuration ?

5. Is there an option to merge from a .ribbon file only certain tabs from a ribbon and not the whole ribbon ?

6. When you hide all toolbars the only way to get them back via the right-click menu with the list of toolbars is to click on the very thin (few pixels wide) strip on the right side of the command panel. Not a problem if you know where to look for, but it's really hard to find. Luckily I have a key shortcut for the main toolbar, but I can imagine that a new user might freak out a little bit.

7. Finally it's more of a suggestion, than some problem, but it would be great to be able to take any toolbar and with one click convert it to a ribbon tab.

View 2 Replies View Related

AutoCAD .NET :: Customization Using RealDWG

Nov 13, 2013

We people are doing the Autocad CAD customization using COM & .NET API.

Now I have heard that we can read or write thedwg file using realdwg toolkit without installing AuotCAD on my machine so it is beneficial that we can  do without AutoCAD.

Rather than this advantage, how it can be usefult to our team if our organization will but it ?

View 2 Replies View Related

AutoCAD LT :: Migrating ALL Customization

May 3, 2012

Trying to migrate my copy of AcadLT 2010 from and XP to Win7. I have successfully moved my menu customization, but do not have the custom settings for point mode/size and leaders that I had set. What file(s) am I looking to move to get this done?

View 2 Replies View Related

AutoCAD .NET :: Customization - Parametric Dimensions

Jan 29, 2012

I am in Customization of AutoCAD and the problem am facing is with dimensions.

Am able to get normal dimensions but problem lies in Parametric Dimensions. How to perform this Linear Constraint Dimension?

View 5 Replies View Related

AutoCAD Architecture :: Customization Name Does Not Exist?

Jun 10, 2013

my client is having an issues when she opens AutoCAD Arch that the attached image shows up... 

I have never seen this before, but then I did not do a lot of customizations

View 3 Replies View Related

AutoCAD Inventor :: IProperties And BOM Customization

Aug 15, 2012

I am now looking to work with custom iProperties that will populate our company's new BOM standard.  I have not done much with regards to customizing a BOM (I've always used the generic fields).  Now my boss has come to me and wants to use the following headings for our BOM....

REF ID, QTY. , DESCRIPTION, SHAPE, SIZE, LENGTH, MASS, TOTAL LENGTH, TOTAL MASS, COMMENTS, REF. DWG.
REV., REV. DATE

While I understand some of these fields will require the user to manually type information in (Comments and Ref. Dwg.)  The others, from my understanding, can come straight from iProperties or Parameters.  I am running INV Pro 2013. 

View 1 Replies View Related

AutoCAD Inventor :: BOM Column Customization?

Oct 4, 2012

Is there a way to customize the BOM columns so that Inventor remembers which columns I need?  I know that I can add in the file name column etc. but I use the same columns over and over.  I find myself in every assembly adding these columns in. 

Autodesk Inventor Professional 2010

View 2 Replies View Related

AutoCAD Inventor :: Customization Of BOM Structure

Sep 28, 2012

I'm trying to do a customization of the Bom structure to obtain a new custom column "Qty*x" (where "X" is a number).

I need this because in my order I have multiples of these items.

View 1 Replies View Related

AutoCad 2D :: Right-Click Setup Customization

Aug 27, 2012

So when using C3D, I have my right-click setup so that when I click on an object, say a multi-leader, surface, etc, a long menu pops up with object-specific options. Such as multi-leader styles and scales, pipe network options, etc.

So today, AutoCAD decided to be lazy and not show that menu. I've tried turning off the R-C customization, then turning it back on, switching the custom options around, applying, then setting them back to the way I had them, starting a new drawing, restarting CADD, and finally restarting my computer. NOTHING.

This has happened to me several times in the past and it just starts working properly again at some point. To draft, modifying C3D objects, without the r-c menu is such a time consuming PITA.

View 2 Replies View Related

Lightroom :: Web HTML Gallery Customization

Apr 15, 2013

I am working with the Web module in Lightroom 4 (now 4.4) to create an online gallery with photos. I like the layout of the HMTL default template and would like to use. The only problem I found is that I can't seem to find a way to change the size of the thumbnail images and the enlarged photo that appears once the viewer clicks on the thumbnail.

View 16 Replies View Related

AutoCAD Express Tools :: Express Tools Menu Load Command

Aug 12, 2003

I am able to use the menuload command to load the express menu, but when I try to execute one of the express tools. AutoCAD say invalid command, there was something on the website that said to type express tools at the command prompt, but when I do that, too it says invalid command.

View 5 Replies View Related

CorelDRAW Graphics Suite X5 :: No Macros In Customization

Aug 14, 2013

I am trying to switch from X3 to X5, I moved my macros to the X5 GMS folder but the macros don't show up under "Macros" in the customization dialog. I can do Menu>Tools>Macros>Run Macro... and run a macro like that but I would like t be able to assign shortcut keys to the macros and create tool bars, but so far no luck with that.

View 6 Replies View Related

AutoCAD 2013 :: Right Click Customization Disappeared?

Jul 3, 2013

My right click customization, which would bring up properties as an option, or could unlock a viewport by selecting it and right clicking. and can also select an x-ref to open, or edit in place, and modify attributes, etc.....has disappeared.

All I get now are basic pan/zoom commands, action recorder, clipboard, etc.....I checked my options, nothing has changed in my right click customization field, but for some reason, it's just not working. Any way to get that back?

View 3 Replies View Related







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