OpenDCL Forums

OpenDCL => Show and Tell => Topic started by: tinomartinez on April 20, 2015, 08:35:27 PM

Title: My second OpenDCL
Post by: tinomartinez on April 20, 2015, 08:35:27 PM
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.

(http://www.mathieumartineau.ca/temporaire/9-blocks.png)

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
Title: Re: My second OpenDCL
Post by: owenwengerd on April 20, 2015, 09:30:46 PM
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.
Title: Re: My second OpenDCL
Post by: tinomartinez on April 21, 2015, 05:01:45 AM
thanks for the trick