TheSwamp

Code Red => Visual DCL Programming => AutoLISP (Vanilla / Visual) => OpenDCL => Topic started by: topograph on January 10, 2012, 08:06:34 AM

Title: dcl_ComboBox_AddList
Post by: topograph on January 10, 2012, 08:06:34 AM
Hello to all and happy New Year:)

I am OpenDCL rookie and OpenDCL Runtime [7.0.0.2] does not work the way I want :oops:
What is wrong in my code:
Code: [Select]
(setq lst (list "A" "B" "C"))
(dcl_ComboBox_AddList MyComboBox lst)
returns an empty ComboBox list (???)

Code: [Select]
(dcl_ComboBox_AddList MyComboBox (list "A" "B" "C"))
works OK.

Who is making a mistake, me or OpenDCL Runtime?
Title: Re: dcl_ComboBox_AddList
Post by: Kerry on January 10, 2012, 02:56:16 PM

Both should work.
I can't re-test at the moment
... can you post at the OpenDCL forum please ( perhaps post a small test code and .odcl to show the point)
Title: Re: dcl_ComboBox_AddList
Post by: topograph on January 10, 2012, 06:03:18 PM
Thanks Kerry.
I just posted at the OpenDCL forum with some attachments.

Sorry for my bad lisp/OpenDCL but, I want to learn ;)