make <enter> always OK

Discussion in 'AutoCAD' started by dflynn0001, Jun 18, 2004.

  1. dflynn0001

    dflynn0001 Guest

    When using a lisp file to control a DCL file I have an edit box that is my initial_focus, is there any way that I can keep this edit box as my initial_focus and allow the <enter> key to act as the <OK>. Don
     
    dflynn0001, Jun 18, 2004
    #1
  2. dflynn0001

    ECCAD Guest

    Allow_accept = true;

    Bob
     
    ECCAD, Jun 18, 2004
    #2
  3. dflynn0001

    Rudy Tovar Guest

    You could use this also.

    is_default = true ;
    --

    AUTODESK
    Authorized Developer
    http://www.Cadentity.com
    MASi


    initial_focus, is there any way that I can keep this edit box as my
    initial_focus and allow the <enter> key to act as the <OK>. Don
     
    Rudy Tovar, Jun 18, 2004
    #3
  4. dflynn0001

    dflynn0001 Guest

    That worked great. Thank you. Don
     
    dflynn0001, Jun 18, 2004
    #4
  5. dflynn0001

    ECCAD Guest

    Don,
    You are very welcome.
    Bob
     
    ECCAD, Jun 18, 2004
    #5
  6. dflynn0001

    dflynn0001 Guest

    Thank you, I will note that for further routines. Don
     
    dflynn0001, Jun 21, 2004
    #6
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.