Recent posts

#11
Runtime/AutoLISP / Re: OpenDCL for Autocad 2025
Last post by altver - March 03, 2025, 04:41:57 AM
error: no function definition: dcl_project_load

Can you explain in detail what I should do?
Thank you very much!
#13
Runtime/AutoLISP / Re: OpenDCL for Autocad 2025
Last post by altver - March 01, 2025, 11:12:21 AM
How to make the latest development build?
#14
Runtime/AutoLISP / Re: OpenDCL for Autocad 2025
Last post by altver - March 01, 2025, 11:05:05 AM
I wrote the program 10 years ago and it worked in 2024
And now it dont working...
#15
Runtime/AutoLISP / Re: OpenDCL for Autocad 2025
Last post by owenwengerd - March 01, 2025, 10:50:16 AM
There is no new binary for Acad 2025. Make sure you're using the latest development build, then it should work.
#16
Runtime/AutoLISP / OpenDCL for Autocad 2025
Last post by altver - March 01, 2025, 10:33:22 AM
Will OPENDCL work with AUTOCAD 2025
where will I find the file OpenDCL.x64.25.arx for AUTOCAD 2025?
Thank!!!
#17
Runtime/AutoLISP / Re: Sort - Change positions of...
Last post by owenwengerd - February 19, 2025, 10:18:35 AM
I just did a quick test of the Tree sample, and was surprised that it didn't work. I would think this should be possible, but I don't have time at the moment to look into it.
#18
Runtime/AutoLISP / Sort - Change positions of ite...
Last post by Mbk Hk - February 17, 2025, 02:43:41 PM
after several attempts to manually sort the elements of a Tree (Drag N Drop), using "DragOverFromControl" events, I was unable to achieve this.
Now I'm wondering if it's possible to change the position of an item (within the same parent) programmatically?
So if an item "Test2" is the 4th child of "TestParent", change its position to became 7th !

Thanks !

#19
Runtime/AutoLISP / Re: Imagelists Handeling is so...
Last post by owenwengerd - February 12, 2025, 02:59:39 PM
Image lists are designed and optimized for creation at design time, for embedding as a resource inside the .odcl file.
#20
Runtime/AutoLISP / Imagelists Handeling is so slo...
Last post by Mostafa AbdelBaset - February 12, 2025, 05:02:07 AM
Hello.
when using "dcl-ImageList-SetAt" to add multiple images to the control imagelist it takes too long (around 6~7 seconds for 100 images).
while creating an imagelist through a .Net C# code for the same number of images takes no time.
how to work around this problem.and is there a way to pass the control imagelist to a .Net C# code to process adding/removing images from the imagelist using .Net C# code?
i tried to pass the Ename Handels to an C# code but it failed to read the passed Ename.

thank you for Helping