My second OpenDCL

Started by tinomartinez, April 20, 2015, 08:35:27 PM

Previous topic - Next topic

tinomartinez

hi,
This is my second attempt. An easily adjustable function for 9 blocks fast insertion display. I like to use the "read" and "eval" for generating functions and variable names.



To start the program use '9B'.

BricsCAD 14.1.13
OpenDCL 8.0.0.13

I have a question, is it possible to generate a OpenDCL interface with "autolisp"? I wanted to add a number of "blocview" determined in the "autolisp" code. eg 12 blocks instead of 9 without recreating an interface every time with opendcl studio, is this possible?

Sincerely,
Mathieu

owenwengerd

It is not currently possible to add or remove controls at runtime. You can simulate it somewhat by adding the maximum needed number of controls at design time, then showing, hiding, and repositioning controls at runtime.

tinomartinez