SelectFromScreen and default behavior

Discussion in 'AutoCAD' started by ajtruckle, Nov 12, 2004.

  1. ajtruckle

    ajtruckle Guest

    I have a call to SelectFromScreen that uses a filter to limit the entities the user selects.

    Is it possible for me to set the prompt to show something like:

    Select Objects / <all>:

    So that if they just return with the mouse, it will select all entities.

    Make sense?
     
    ajtruckle, Nov 12, 2004
    #1
  2. ajtruckle

    jdinardi Guest

    Well you could probably hack something together using the GetAsyncKeyState api, but I think you would run into problems with users doing all sorts of things that you dont expect them to.

    Usually the best bet is not to deviate from the default behavior of AutoCAD which is; if they want all entities then they simply type "all" when prompted to select.

    Regards,
    Jacob Dinardi
     
    jdinardi, Nov 16, 2004
    #2
  3. ajtruckle

    ajtruckle Guest

    OK. Thanks.
     
    ajtruckle, Nov 16, 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.