OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: Peter2 on June 04, 2026, 12:09:58 AM

Title: Sample "DWGList.odcl" - how does it work?
Post by: Peter2 on June 04, 2026, 12:09:58 AM
Hi,

I see the sample "DWGList.odcl" and don't see how it works. There are ..
- 2 controls
- the Combobox has no defined Event
- I see no "linking" between DWGList and Combobox (both directions)

but nevertheless: changing the selection (folder) in one control changes also the folder in the other control.

It works, but I don't know how?

Thanks for advice!
Title: Re: Sample "DWGList.odcl" - how does it work?
Post by: owenwengerd on June 04, 2026, 07:15:23 PM
I don't remember how it works, but probably there is some sort of automatic linkage established by OpenDCL itself between the DwgList control and the first directory picker on the same form.
Title: Re: Sample "DWGList.odcl" - how does it work?
Post by: Peter2 on June 05, 2026, 03:54:18 AM
Hi Owen,
yes, this could be. Let's see if another answer will be posted, but for me - it works and it's OK.