Jump to content

Recommended Posts

Posted

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?

Posted

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

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...