Results 1 to 3 of 3

Thread: import layout dialogue box

  1. #1
    I could stop if I wanted to
    Join Date
    2003-11
    Posts
    285
    Login to Give a bone
    0

    Default import layout dialogue box

    I have a "create new layout" tool in my tool palettes that loads from a template file with 30 layouts in it (named 01-30). The macro stops at the point where it asks which layout to import. At this point the user enters ## for the desired layout.

    The problem is that a lot of users ignore the command line and then escape when they think nothing has happened.

    What i'd like to do is have the layout dialog box pop up with the available layouts like it does if they were to right click on a tab, import from template and select the dwt themselves.

    My macro looks like this:
    ^C^C-LAYOUT;T;Drive:/APPS/Client_Palettes/Highways/client/Standards/client_SHEET(1-30).DWT;?;

    which lists the layouts in the command line but i'd rather have them pick from the actual dialogue box.

    Can someone help?

  2. #2
    Certified AUGI Addict jaberwok's Avatar
    Join Date
    2000-12
    Location
    0,0,0 The Origin
    Posts
    8,570
    Login to Give a bone
    0

    Default Re: import layout dialogue box

    Convert the macro to Lisp and create a DCL file to go with it. The programming gurus will help.

  3. #3
    I could stop if I wanted to
    Join Date
    2003-11
    Posts
    285
    Login to Give a bone
    0

    Default Re: import layout dialogue box

    got it!

    I just change the filedia to 0 before the macro and back to 1 after. Then in the macro i use "layout" instead of "-layout".

    thanks for your time.

Similar Threads

  1. Import CAD Formats dialogue box - Place At option for Site dwg
    By klwhiteley in forum Revit Architecture - General
    Replies: 2
    Last Post: 2010-03-23, 07:26 PM
  2. import layout/ how to add TB to existing one
    By blackqube in forum AutoCAD Sheet Set Manager
    Replies: 0
    Last Post: 2008-12-08, 09:18 AM
  3. Replies: 2
    Last Post: 2008-07-17, 01:22 PM
  4. Layout not available for import?
    By randyspear in forum AutoCAD Sheet Set Manager
    Replies: 3
    Last Post: 2008-01-30, 07:14 PM
  5. Import layout from another drawing
    By claus in forum AutoCAD Tips & Tricks
    Replies: 2
    Last Post: 2006-03-22, 03:14 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
  •