AutoCAD 2010 :: Add Direct To PDF Icon Menu Item
Feb 17, 2012add the direct to PDF icon menu item to AutoCAD 2012.
View 4 Repliesadd the direct to PDF icon menu item to AutoCAD 2012.
View 4 RepliesFor as long as I can remember, across all versions of Autocad, I've had problems picking the right item on the popup menu for object snap (shift-right click). It frequently picks the item below the intended one, i.e. it will pick Parallel rather than Perpendicular. Trying a second time works every time. This problem has been so consistent that I don't believe it is user error. The item is highlighted, after all. There is no way I'm repeatedly missing it. Is it possible to calibrate the mouse in Autocad?
View 9 Replies View RelatedWhen I click on an item with the direct tool I used to get a small square on each bounding box line which I could use to adjust the size of the object. Somehow it's gone away - how do I get it back?
View 2 Replies View RelatedI can't seem to figure out a simple/direct method to identify the index of the selected item in a list box.
I feel like I'm missing something, but I can't seem to figure which (if any) property returns an index number if you use it with the .onChange callback for a ListBox.
The following code accomplishes what I need but isn't particularly efficient or elegant and can get muddled if you introduce multiple lists to check.
Any way to duplicate this same behavior with better code
var res = "palette {text: 'Example List', properties:{resizeable:true}
pnl: Panel{orientation: 'row',preferredSize: [400,600],
list1: ListBox{preferredSize: [400,550], properties:{multiselect:true,numberOfColumns:2, showHeaders:true,columnTitles: ['List 1', 'Subitem 0']}},
}}"
[Code]...
I am working on a plugin for adobe illustrator CS6 by using adobe CS6 SDK. By using this plugin I need to add a Me nu Item In File Menu of Adobe Illustrator.
I have used the following code for this:
______________________________________________________________________ ________
SPBasicSuite *mBasic = message->d.basic;
AIMenuSuite *sAIMenu;
mBasic->AcquireSuite(kAIMenuSuite,kAIMenuVersion, (const void**)&sAIMenu);
SPPluginRef plugin;
[Code]...
But i have nothing as output.
I have a tool bar for all the macros that I use regularly.
While we can add shortcut icon onto the tool bar by simply drag and drop, I couldn't figure out the way to remove icon from the tool bar.
Where the CUI custom files are so I can use them to update a new install of Acad 2010? My computer crashed, and I had to reinstall from scratch, so I just need to get the customization files off the old hard drive and put them somewhere to use for the new install.
IV 2010 Suite
Digital Storm PC:
EVGA & Intel components
Win 7 Pro 64 bit
Using Acad release 12. Have there been any fixes to direct entry. Draw a 3d 6" cube. On the top surface draw a 2" line from a corner by moving your curser in the direction you wish to go, direct enter 2". It will be a 3" line. Move with direct entry also does not work when placing an object on an object.
View 7 Replies View Relatedis 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 RelatedI am now running Acad2006 and I cannot seem to find a good instruction tutorial on making Icon menus like I did in R14.
I tried the Palettes menu and was not very impressed, seems to take a dogs age to make one up if you have many, many blocks, and the icons appeared too small?
Is it possible to make up decent Icon menus in the new CUI menu.
I have developed a script that act on the layers individually so it would be great if I could add a new command in the layer context menu (the one that has Blending Options..., Duplicate and Delete Group, Copy,Paste and Clear Style and add or remove colors from the "eye" icon, etc...
I know that you can add the script to File/Scripts submenu but if I had access to it directly from that context menu, it would be much better. I have seen a script that adds a new top menu item to the menu bar of the ESTK so I am hopeful it can be done something similar in PS.
I am trying to create an action to create a new layer by copying the bg layer, add a layer mask to the new layer and then start the Tilt Shift filter. All works until I go Insert Menu Item and choose Blur>Tilt Shift. It just doesn't get added to the action. Other menu items do work. I'm assuming this is an oversight in the implementation of CS6?Can't see that that can be the case.
View 1 Replies View RelatedWhen writting scripts to Photoshop I can use the app.runMenuItem() method to acess commands in the menus. For example: app.runMenuItem (charIDToTypeID("ZoomIn")) will run the Zoom In command.
Does Illustrator have any such method (or accepts anything like action description) to enable us to acess it´s menu items? For example acess Expand comnand, or Object > Live Paint > Make..
I have added a Menu Item in File Menu in Adobe Illustrator CS6.
Its working greate.
But I want to create a Short-Cut Key for it (CTRL+J).
I am using AI CS6 SDK for it.
How will it be possible.
ive been having a number of issues with an imported drawing which i have now resolved. however i cant now see my icon menu when im trying to open or save a drawing.
autocad.jpg
autocad.jpg
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?
Recently updated from 2000 to LT2013. In 2000 I could Modify Text. So far I have found nothing that allows me to Modify Text."To Replace Existing Dimension Text With Alternate Text" it says to "Click Modify menu > Object >Text >Edit." The only Modify menu I can find is the Modify menu at the top showing 12 icons then it's drop down showing 14 more icons. There is no Object icon in that menu. how to Modify Text in LT2013.
View 9 Replies View RelatedIs it "normal" to have the "Update" menu item grayed out on the 64bit version and NOT on the 32bit version?
View 1 Replies View RelatedI have lost MACROS on Tool Bar in X4.
Is there a way of getting it back?
I have used the display selected with edges toggle quad menu item for years, and can't seem to get it to work for me. Is it broken?
View 5 Replies View RelatedI have been going crazy trying to get my custom scripts to appear in the "Scripts" menu item under "File" in Illustrator CS4. I've tried placing them in Presets > Scripts, I've tried creating a folder under "Plug-Ins" called "Scripts" and placing them there, and several other places in an attempt to find anything that will work, but so far nothing has. I've also tried deleting the Illustrator Prefs but that didn't work.
View 11 Replies View Relatedillustrator scripting but have some knowledge in indesign scripting using javascript.In Indesign we can disable menu item thru menuActions.. Is there any object available like that to disable a existing menu (eg. File>Save).
View 1 Replies View Related if there is a way to open any menu item by script (Javascript) in illustrator CS5/5.1? perhaps something like this:
"app.menuActions.itemByID(0123).invoke()".
I looked at the scripting reference, but i didn't found it.
I've been using LR3 for over a year - current version 3.6. For no apparent reason, the 'Make second copy' menu item no longer shows in the import panel. Imported files are copied to the location specified the last time the item was available. I've looked in all of panels, but don''t find any way to disable the second copy function, or to manage the second copy function. I'm running MAC 10.6.8.
View 3 Replies View RelatedI recently upgraded to 2012 but forgot to install the express tools, Doh!. I installed them through control panel repair and everything works. Except when I close and restart ACAD the menu bar express menu disappears. I can bring it back by using cuiload but this is not ideal. Any way to get it to stick?
AutoCAD 2012
Dell Precision T7400, Intel Xeon @3.4GHz
Win XP 32bit 4GB RAM
Nvidia Quadro FX 3700
Cyborg R.A.T. 7 mouse
Change the menu item Quick off to Slow off.
See attached. It now take 4 pen actions to get the safe titles overlay on and off. And before it was one pen movement. So before it was aptly named quick off. Now you should rename it. Slow off. Or "waste of time" something that matches function.
I vote for reinstating the quick off operation from 2012. And I checked, there is no quick off in the hotkey editor, so I can't streamline the usage with a user key.
[URL]........
I've had this problem in 2011 and 2012 on 2 different machines, but haven't seen it on the bug list, and have seen a post saying the hotkey combo for 'add menu item to shelf' is the same it's always been - Ctrl-Shift-Alt, then selecting menu item.
But when I press that, the menu item executes, but no shelf button appears.
I use this combo - a lot- to make custom shelves per project or need. Frustrated it no longer seems to work.
Add a new menu item "Edit->Copy Flattened" which allows one to copy the selection from ALL the visible layers, instead of just the currently selected layer.
View 1 Replies View RelatedThis has been an issue since at least CS4. If you add a script to your actions via "Insert Menu Iitem" (not sure if it's for all items or just scripts) and close Illustrator, those actions disappear. Apparently, in CS6, Adobe has completely ignored improving including scripts to Actions, which really makes automation powerful. As awesome as CS6 is, that part is pretty lame.
View 1 Replies View RelatedI have a list of menu items. I want them to change color when the user rolls over any of the six menu items. I want to write a function so it would be
var = menuTarget; (this is the item the user is currently mouseovering how do I define this?)
menuTarget.mouseover(function(){
$(this).css("color","red");
})
menuTarget.mouseout(function(){
$(this).css("color","green");
})
I have a list ("temp.dwg" "temp2.dwg") and would like to add the string "insert text here" into each item in the list resulting in ("insert text heretemp.dwg" "insert textheretemp2.dwg"). how would i go about doing that using LISP?
View 2 Replies View Related