OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: Lube on November 06, 2015, 06:00:11 AM

Title: Link two objects or more
Post by: Lube on November 06, 2015, 06:00:11 AM
Hello again!
I'm wondering if it's possible to link two or more object to have the same contents. I have a combobox in a page of the palette and the same in another one.
If i leave the same name only one of them will be edited by lisp!
I have to use 2 different name for them, right? Maybe there is something to link the content (for exemple for text boxes).
Just asking :)

Thanks!
Title: Re: Link two objects or more
Post by: owenwengerd on November 06, 2015, 08:06:23 AM
There is no built-in way to link controls.
Title: Re: Link two objects or more
Post by: Lube on November 09, 2015, 02:10:01 AM
thank you for your reply :)