See the top rated post in this thread. Click here

Results 1 to 3 of 3

Thread: Transfer Image menu from AutoCAD 2004 to AutoCAD 2006

  1. #1
    Woo! Hoo! my 1st post
    Join Date
    2007-01
    Posts
    1
    Login to Give a bone
    0

    Default Transfer Image menu from AutoCAD 2004 to AutoCAD 2006

    Recently we have move from ACAD04 to ACAD06, and of course we have some custom menus that needed to be moved from the old to the new. All is well except that one menu seems to have issues. When this option from the menu is selected, the window does come up as it should but the data that should display in it does not. There are also three question marks at the top of this window. I have posed the code below, could some one point me in the right direction as to how to get these menus working. (I have pointed 06 to the necessary folders in the “Support File Search Path”). Thanks for your help in advance.

    This is the portion that does not work, in 06 but does work in 04
    [S.H.C.S.]^C^C$I=image.shcs $I=*
    [B.H.C.S.]^C^C$I=image.bhcs $I=*
    [F.H.C.S.]^C^C$I=image.fhcs $i=*
    [S.H.S.S.]^C^C$I=image.shss $i=*

    This is the file as is.



    //
    // AutoCAD menu file - C:\ACADTOOLBARS2004\MYPULLDOWN.mnu
    //

    ***MENUGROUP=MYPULLDOWN

    ***POP1
    [Punch/Screw]
    [--]
    [S.H.C.S.]^C^C$I=image.shcs $I=*
    [B.H.C.S.]^C^C$I=image.bhcs $I=*
    [F.H.C.S.]^C^C$I=image.fhcs $i=*
    [S.H.S.S.]^C^C$I=image.shss $i=*
    [SET SCREWS]^C^C $i=image.sets $i=*
    [COMPONENTS]^C^C $i=image.cpnts $i=*
    [--]
    [ROUTINES]^C^C $i=image.routines $i=*
    [--]
    [DETAILING]^C^C $i=image.details $i=*
    [--]
    [->Dayton ]
    [DDVERSA]^C^CDDVERSA
    [DDBALL]^C^CDDBALL
    [<-DDSPRING]^C^CDDSPRING
    [--]
    [->Drill or Tapped Holes]
    [Top View]^C^C(load "c:/lisp/tap") tap
    [<-Side View]^C^C(load "c:/lisp/drill") drill
    [--]
    [->Dowels]
    [Top View]^C^C(LOAD "C:/LISP/DOWEL") DOWEL
    [<-Side View]^C^C(load "c:/lisp/dowel2") dowel2
    [--]
    [Springs Top View]^C^C(LOAD "C:/LISP/SPRING") SPRING
    [--]
    [Slot Top View Cen to Cen]^C^C(LOAD "C:/LISP/SLOTPASCH") SLOTPASCH
    [Slot Top View Len X Width]^C^C(LOAD "C:/LISP/SLOT") SLOT
    [--]
    [Stock Pusher]^C^C-INSERT *C:/DRAWINGS/MASTERS/STKPUSH \
    [Finger Stop]^C^C-INSERT *C:/DRAWINGS/MASTERS/FINGSTOP \
    [Die Strap]^C^C-INSERT *C:/DRAWINGS/MASTERS/DIESTRAP \
    [--]
    [Section Line]^C^C(LOAD "C:/LISP/SECTION") SLINE \
    [--]
    [Arc Dimension]^C^C(LOAD "C:/LISP/ARCDATA") ARCDATA \

  2. #2
    The Silent Type Mike.Perry's Avatar
    Join Date
    2000-11
    Posts
    13,656
    Login to Give a bone
    0

    Default Re: Transfer Image menu from AutoCAD 2004 to AutoCAD 2006

    Hi "aficks"

    Please note I have *moved* this thread from the AutoCAD Mechanical General forum to this one, as I believe it will be better served here.

    Thanks, Mike

    Forum Manager

  3. #3
    Member
    Join Date
    2006-09
    Location
    Central Maine
    Posts
    37
    Login to Give a bone
    0

    Default Re: Transfer Image menu from AutoCAD 2004 to AutoCAD 2006

    Did you include the correct path in your Support File Search path for the Slides that should appear in the tile menu? I had this issue before and seem to remember having to modify this.

Similar Threads

  1. Setting up an Image Tile Menu in AutoCAD LT 2006
    By greg_powell.136628 in forum AutoCAD CUI Menus
    Replies: 2
    Last Post: 2007-04-09, 03:11 PM
  2. AutoCAD 2006 - make changes to icon image menu
    By Ehsan in forum AutoCAD CUI Menus
    Replies: 3
    Last Post: 2007-02-14, 01:11 PM
  3. Convert AutoCAD 2002 Image Tile menu to 2006
    By lance_lie in forum AutoCAD CUI Menus
    Replies: 4
    Last Post: 2006-06-22, 03:26 PM
  4. Transfer toolbars from AutoCAD 2004 to 2006
    By jeff_balinnang in forum AutoCAD General
    Replies: 2
    Last Post: 2005-11-21, 12:17 PM
  5. Transfer tool palettes from AutoCAD 2004 to 2006
    By tomcarver in forum AutoCAD General
    Replies: 2
    Last Post: 2005-10-20, 05:42 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •