displaying list in listbox help

Started by andrew, October 28, 2010, 10:25:19 AM

Previous topic - Next topic

andrew

i completely forgot how to do this
can someone please help me

i have an old lisp that uses dcl and i want to change it to use odcl
but i cant remember how to get it to work

attach are the files im working with
and you will see where im going coo coo

thanks

Fred Tomke

Hi, andrew

(defun c:test ()
  (defun c:Proj_Form_Oninitialize ()
    (dcl_Control_SetList Proj_Form_ListBox (list "A" "B" "C"))
  );
  (dcl_form_show Proj_Form)
); test

Did you meant this?

Fred
Fred Tomke
Dipl.-Ing. (FH) Landespflege

[ landscaper - landscape developer - digital landscape and urban design]

andrew

GAH! :o

form show, thats what i forgot

Fred you sir are a genius!

thank you