GLAVCVS Posted July 11 Posted July 11 Hello everyone. I found a topic from 2021 in this forum about how to emulate the 'dos_splash' function from lisp. That conversation ended without a solution. So recently I decided to write something to solve this and share it on this forum. But I run into the problem that recent versions of autocad do not show changes to the graphic objects in the drawing until the code finishes executing. This is a problem if the goal is for those graphical changes to be seen during execution. Of course: I have made use of 'vla-regen' and 'redraw'. The code works fine in AutoCAD 2002 but not in 2015 or 2021. Any ideas? Quote
GLAVCVS Posted July 11 Author Posted July 11 I think I just figured it out I have incorporated a call to 'vlax-release-object' to update the 'ACAD_IMAGE_DICT' dictionary, after modifying it. I will post the code on the 'Topic' 'Splash screen' Greetings Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.