Recent posts

#61
Runtime/AutoLISP / OpenDCL Tutorial
Last post by power_factor - January 27, 2024, 04:43:48 AM
Hi everyone! Can someone share OpenDCL Tutorial please? Link on the site don't works.
#62
Runtime/AutoLISP / Re: what is the purpose of dcl...
Last post by owenwengerd - January 26, 2024, 06:33:06 PM
Take a look at the Combo Box Lab sample to see one solution.
#63
Runtime/AutoLISP / dcl-control-insert and dcl-con...
Last post by domenicomaria - January 26, 2024, 06:11:06 AM
it would be very interesting if there were commands like:
dcl-control-insert and dcl-control-delete ...

... because we could create run-time dialogues
and develop a lisp application that creates dialogues "automatically"
to help those who don't know how to use OpenDCL
...
#64
Runtime/AutoLISP / what is the purpose of dcl-Con...
Last post by domenicomaria - January 26, 2024, 06:09:11 AM
dcl-Control-SetComboBoxStyle does NOT WORK at RUN TIME
. . .
the STYLE of the combo-box is not changed !
. . .
what is the purpose of dcl-Control-SetComboBoxStyle ?

. . .
#65
Runtime/AutoLISP / Re: Block View control not wor...
Last post by copter - January 17, 2024, 05:20:44 AM
I probably came across the wrong machine.
Anyway, thank you for your help
#66
Runtime/AutoLISP / same styles of the combo boxes...
Last post by domenicomaria - January 16, 2024, 03:01:39 AM
it would be very useful to have the same styles of the combo boxes, in the list boxes ...
... line weights, layers, colors, linetypes ...
... perhaps also allowing multiple selection ...

... wishing and hoping is not a sin!

ciao
#67
Studio/Dialog Editor / Re: Combo box styles
Last post by TCNTRM - January 16, 2024, 12:49:26 AM
I know its an old topic but related question or maybe more of a suggestion concerning combo box, but is it possible to have a 0 - Combo box without the possibility of editing (writing new text), so just choosing stuff that is in the list. I like the white background color of it, 2 - Drop down is always grey, cant be changed to other color am I right?

And also second thing, like for example if I choose style 13 - Layers, the combo box selection width is changed (its larger) when on drop down if there are layer names longer than box width. If you understand my point. I'd like to have the same for 0 or 2 style, because often I have options in list that are very long, many string characters, and on drop down 0 or 2 style the selection box stays the same width as the combo box and you can't see complete list string.

I'm pretty sure these thing can't be done now, but maybe a suggestion for the future release?
#68
Runtime/AutoLISP / Re: Block View control not wor...
Last post by owenwengerd - January 15, 2024, 03:16:01 PM
My Acad 2024 is _VERNUM=U.61.0.0, presumably the original, and tested with the latest OpenDCL Runtime development build. I would be surprised if this was broken in a patch, though.
#69
Runtime/AutoLISP / Re: Autocad 2024
Last post by owenwengerd - January 15, 2024, 03:12:57 PM
Make sure you've installed the latest OpenDCL Runtime development build that includes support for Acad 2024.
#70
Runtime/AutoLISP / Autocad 2024
Last post by aventurini - January 15, 2024, 01:43:20 PM
Has anyone else run into issues with autocad/ civil 3d 2024? i made projects in 2023 and they still work when i open 2023, but when i try to run the command in 2024, i get this error: "Command: ; error: no function definition: DCL_PROJECT_LOAD"

this is like this for both me and my coworkers. is this a release issue or somethin on our end?

thanks!