Jump to content

Search the Community

Showing results for tags 'menu'.

  • Search By Tags

    • menu ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 13 results

  1. Hi, I have recently tried to import a middle mouse button menu, that I have used on several version of Autocad in the past, currently using 2016, but for some reason will not seem to even pop up : and for some reason will not even let me right...
  2. So i make some lisp-cover them to fas. Put all in 1 folder and make 1 mnu file that load with menuload and load all that lisp. But now i want put that in USB and when i load it to autocad, whatever i click in any lisp i want password showup then when i enter password i can use all fuction of it. Eve...
  3. Sambuddy

    Menu update

    I am trying to load this menu using this code: (do not laugh if it looks dumb)! (defun c:MENLD (/ f) (if (setq f (getfiled "V:\\SALLE A DESSIN\\SAM - OUTILS XLS DWG\\3-LSP XLS\\MENU\\TOWER.cuix")) (progn (setvar 'filedia 0) ;(command "_.menuunload" (vl-filename-base f))...
  4. vertical horizons

    EMBOSS Icon Location ???

    Using AutoCAD Mechanical 2013, I can not find the EMBOSS Icon. Where is this button located? I even searched GOOGLE & YOUTUBE, but couldn't find an answer there, either.
  5. When I select some entities and send them to a layer that is off, frozen or both, I get an alert box that says "One or more objects has been moved to a frozen or turned off layer." That only happens when I send them off using the properties dialog box, when I send them off using the layers pulldown...
  6. I had my AutoCAD set up so when I had multiple polylines on top of one another, I could just click the line and a small ("quickoption" maybe?) window popped up displaying the different layers that each line was on and I could select the line I was wanting to edit. Well, this disappeared (maybe I...
  7. I have generated the following Macro in a drop down menu for quick insertion of some of my company's standard blocks. I want to know how to add the function explode to the command so as soon as I have placed the block using the macro it exploded on placement or selection of the macro. ^C^C-inser...
  8. Hi All, i have this customized menu for the company that i work for with all of the lisp routines that we use and i'm trying to figure out how to get the menu to load when Autocad starts like express does. any help would be appreciated. we are using 2012 & 2013. Brian
  9. hello something's changed in my autocad 2012 setup and I'm being asked to provide full written addesses within the system for files I want to "save as" under a different name, or insert as raster images for example. the moment I click on "save as" an on screen request pops up, like the one you s...
  10. Hallo everybody, this is my first post here, I'm writing because I'm having a really frustrating experience with Autocad... I don't know why, I never had such a problem since the latest version, never realized there was this problem. When I right click on a selected object, I need the contextual me...
  11. I use Autocad 2011, I'm a bit of a Cad newb, and I appear to have somehow messed up my right click short-cut menu settings. Before, I could right-click and get all of the edit options (delete, move, rotate, draw order, properties, select similar, etc.). I could get these options whether an object wa...
  12. Dear CAD programmers, As you know when commands called from AutoLISP code, dialog boxes are suppressed and the command prompts for data entry from command line. Some of these commads for instances are "LAYER", "ARRAY", "BLOCK", "BOUNDARY", "PLOT", etc. Some of these commands with dual behaviuor, ha...
  13. For some reason in ACAD2011 they moved Copy w/base Point and Paste to the Clipboard sub menu. I'd like to move it so it doesn't take 2 picks. Can someone point me to the file where that is located? What is the file name and where is it located? Used to be easy just editing the acad.mnu file....
×
×
  • Create New...