Author Topic: dcl_ComboBox_AddList  (Read 4065 times)

0 Members and 1 Guest are viewing this topic.

topograph

  • Mosquito
  • Posts: 4
dcl_ComboBox_AddList
« 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?

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: dcl_ComboBox_AddList
« Reply #1 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)
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

topograph

  • Mosquito
  • Posts: 4
Re: dcl_ComboBox_AddList
« Reply #2 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 ;)