Recent posts

#91
Runtime/AutoLISP / INITIALIZE a COMBO-BOX with ST...
Last post by domenicomaria - February 07, 2024, 08:47:23 AM
How to INITIALIZE a
COMBO-BOX with STYLE = "4 - Colors"
to a SPECIFIC INITIAL COLOR?

DCL-COMBOBOX-SETCURSEL wants an INTEGER

and this doesn't work
with this type of COMBO-BOX
#92
Runtime/AutoLISP / modal RESIZEABLE form WHITE ZO...
Last post by domenicomaria - February 07, 2024, 03:20:39 AM
all the modal RESIZEABLE forms
show allways a WHITE ZONE
at the TOP of the form !

is it possible to avoid this ?
#93
FAQs / Tutorial Files
Last post by BazzaCAD - February 05, 2024, 08:53:33 PM
If you're new to OpenDCL the "Beginners Tutorial" will walk you through creating you're first project.
English (by: Barry Ralphs)

If you're an advanced user and would like to create an installer to deploy your application along with the OpenDCL runtime, then check out the "Inno Setup Tutorials" below:
English (by: Lance Gordon)
German (by: Fred Tomke)
Spanish (by: Carlos E. Marquez)
#94
Runtime/AutoLISP / Re: RunTime for Beta BricsCAD ...
Last post by owenwengerd - February 02, 2024, 09:43:39 AM
Yes, you understood correctly.
#95
Runtime/AutoLISP / Re: RunTime for Beta BricsCAD ...
Last post by Emiliano - February 01, 2024, 11:07:39 PM
Just to make sure I understood correctly.
The current V24.2.01 corresponds to beta1 and OpenDCL does not work here.
Will a beta2 be released later with a fix to resolve the problem?

Thank you.
Emiliano
#96
Runtime/AutoLISP / Re: Compile question
Last post by owenwengerd - February 01, 2024, 12:39:30 PM
Take a look at DistSampleReadMe.txt in the samples folder.
#97
Runtime/AutoLISP / Re: RunTime for Beta BricsCAD ...
Last post by owenwengerd - February 01, 2024, 12:38:18 PM
The current runtime will work again by the second V24.2 beta.
#98
Runtime/AutoLISP / Compile question
Last post by dsm_dude - February 01, 2024, 11:05:43 AM
Is it possible to compile the odcl's so they cannot be tampered with?

If so, how do I go about doing so?
#99
Runtime/AutoLISP / RunTime for Beta BricsCAD V24....
Last post by Emiliano - February 01, 2024, 04:19:47 AM
Hi,
when a routine update compatible with BricsCAD V24.2 will be released.
It seems that OpenDCL.Runtime.9.2.1.5.msi is not compatible.

Thank you.
Best Regards,
Emiliano
#100
Runtime/AutoLISP / dcl-Project-SaveAs issue
Last post by domenicomaria - January 30, 2024, 02:58:02 AM
I create a new odcl project.
and its name is "A"

(dcl-project-load  "A"  t  )
(dcl-form-show    "A" "f" )

and the form is correctly shown
(image "A")

. . .
Then
(dcl-Project-SaveAs "A"  (strcat my-odcl-path "B" ".odcl") nil)

(setq loaded-odcl-project-name (dcl-project-load   "B" t ) )
(princ (strcat "\n" loaded-odcl-project-name) )

When I load "B.odcl" it returns "A" again !

And if I try to show the form contained in "B"
(dcl-form-show    "B" "f" )

it happens what is shown in the attached
odcl runtime error message