Import Layers

Discussion in 'AutoCAD' started by jlspartz, Nov 4, 2004.

  1. jlspartz

    j.buzbee Guest

    "All it needs now is a select all button"


    OK, add this subroutine to the jbImportLayersDCL.lsp file and download the
    updated jb00.odc with the select all button. See CF NG.

    ;;;Routine Starts Here
    (defun c:IML_SelAll_OnClicked ()
    (Odcl_ListBox_SelItemRange jbLS_IML_LYS 0 (Odcl_ListBox_GetCount
    jbLS_IML_LYS) 1)
    )
    ;;;End Routine

    Glad you like it.

    jb
     
    j.buzbee, Nov 5, 2004
    #21
  2. jlspartz

    jlspartz Guest

    Perfect!
     
    jlspartz, Nov 5, 2004
    #22
  3. jlspartz

    sbubendorf Guest

    jb,
    What is the CF NG? (I apologize for being such a blockhead !!) I believe I have your program working except for the "Select all" button, which required the file jb00.odc from the CF NG. The program looks like it is going to be exactly what I was looking for and then some, probably !!!
     
    sbubendorf, Nov 11, 2004
    #23
  4. jlspartz

    sbubendorf Guest

    CUSTOMER FILES !! I knew I was going to be embarassed when I figured it out ! I got what I needed, jb !! I agree with jlspartz: PERFECT !!
     
    sbubendorf, Nov 11, 2004
    #24
  5. jlspartz

    Anne Brown Guest

    Customer Files (CF) is an area for upload of problem files for
    review or sharing. Users are asked to zip any files prior to
    uploading to conserve download time and server space.

    The File Attachments discussion group can be accessed in either
    of the
    following ways:

    By NNTP discussion group reader at
    news://discussion.autodesk.com/autodesk.autocad.customer-files
    By HTTP (web-based) interface at
    http://discussion.autodesk.com/forum.jspa?forumID=126
     
    Anne Brown, Nov 11, 2004
    #25
  6. jlspartz

    sbubendorf Guest

    Thank you, Anne !!
     
    sbubendorf, Nov 12, 2004
    #26
  7. jlspartz

    j.buzbee Guest

    Sorry 'bout that! Glad you found it.

    jb
     
    j.buzbee, Nov 12, 2004
    #27
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.