Jump to content

LT 2024 now can use Lisp


f700es

Recommended Posts

Admin maybe merge into other LT2024 comments. Or does it have its own subject, LT2024, features, help,  bugs and limitations.

 

Providing a poster makes it clear that they are using LT2024 they should post in the normal LISP section for questions about lisp code. 

Edited by BIGAL
Link to comment
Share on other sites

  • 5 months later...

Hello All,

LT 2024 actually works with LISP, but we got some restrictions, as a Lisp using .dcl (pop-up menus):

Below an error log trying to use it.

image.png.1b72816d7baf96034cffbd57b0c857a9.png

 

Inside of it:

Error in "select". (widget type = ** undefined **, key = "")
    Widgets of this type cannot have children.

 

Someone knows how to solve it?

Link to comment
Share on other sites

There are limitations with LT lisp and more code is popping up as not working, this is because its not a full version but rather what will we give them, compare say Bricscad and it works.

 

It needs bits of the code to be tested, I am guessing and this is one bit of code to test. I am sure there is numerous other pieces. In most cases a different method can be used.

 

(defun LM:ObjectDBXDocument ( / acVer )

 

I am pretty sure OBDX is not supported so can not look inside other dwg's.

 

Explain more what your trying to do as using a script may be a way around the problem. ie open dwg1

Edited by BIGAL
Link to comment
Share on other sites

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...