See the top rated post in this thread. Click here

Results 1 to 3 of 3

Thread: Lisp program pausing for unknown reason AutoCad 2019

  1. #1
    Login to Give a bone
    0

    Default Lisp program pausing for unknown reason AutoCad 2019

    Hey everyone, you all have been really helpful on my issues, so thank you! I have another odd thing happening that maybe someone can help with.

    I wrote a lisp that the user selects 2 points, and the lisp inserts, rotates and flips various dynamic blocks and it works great... On my home computer. However, when I use the lisp at work, the program pauses indefinitely after the user clicks the 2 points like it's waiting on additional input. The points selected are either intersections, endpoints, or midpoints of lines or other dynamic blocks, and when the program has these strange pauses, the line or the block that I'm snapping to is highlighted. Nothing happens at all, but if I roll the mouse wheel to zoom in or out, the lisp breaks out of its funk and finishes the lisp routine properly. As you can imagine, this is really annoying. Hopefully, this is just an easy setvar to change, and not an "uninstall/reinstall" type of deal. Thanks again!

  2. #2
    Login to Give a bone
    0

    Default Re: Lisp program pausing for unknown reason AutoCad 2019

    I think I may have figured it out, but I'll let you know tomorrow when I test it at work. I believe the issue was that selection cycling was on, but the display box was turned off.

  3. #3
    Login to Give a bone
    1

    Default Re: Lisp program pausing for unknown reason AutoCad 2019

    Selection cycling was the culprit.

Similar Threads

  1. 2018: Printing as "Raster" for unknown reason
    By sam.stuckey in forum Revit - Plotting/Printing/Exporting
    Replies: 1
    Last Post: 2018-03-28, 08:42 PM
  2. Pausing for user during SendCommand
    By KevinBarnett in forum VBA/COM Interop
    Replies: 6
    Last Post: 2008-08-08, 05:09 PM
  3. worksets....pausing for a moment before we really get in over our heads
    By ntnik in forum Revit - Worksharing/Worksets/Revit Server
    Replies: 3
    Last Post: 2007-12-11, 01:48 PM
  4. Replies: 6
    Last Post: 2006-04-10, 07:59 AM
  5. Replies: 5
    Last Post: 2005-09-09, 07:30 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
  •