Menu load problem

Discussion in 'AutoCAD' started by tevans1, May 5, 2004.

  1. tevans1

    tevans1 Guest

    We have a custom menu. But for it to load properly we have to start with POP10 based on the last POP number that is loaded. Why can't I get this to work numbering the POP menus starting with POP1?

    Ted Evans
    CAD Manager
    RadioShack Corp.
     
    tevans1, May 5, 2004
    #1
  2. tevans1

    Walt Engle Guest

    You can simply rename starting with pop1 with your own items and go on from there, such as this example (part of my acad.mnu):

    ***POP1
    **TEXT
    [&Text]
    [Change TEXT]^c^c^p(if (not chgtxt)(load "chgtxt"));CHGTXT
    [Re-position text to left]^c^c^p(IF (NOT TP)(LOAD "TP"));TP
    [Compress text to fit]^c^c^p(IF (NOT TXTFIT)(LOAD "TXTFIT"));TXTFIT
    [Underline Selected text]^c^c^p(if (not un)(load "un"));un

    My only question would be, why would you want to get rid of the drafting portions of the menu?
     
    Walt Engle, May 5, 2004
    #2
  3. tevans1

    tevans1 Guest

    Not getting rid of the drafting portions. This is a separate menu loaded in addition to the autocad menu (separate mnu file)
     
    tevans1, May 6, 2004
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.