2009-04-15 00:43 UTC
well , firstly i have say HI :)
HI ~~ OpenDcl Maters ~ i live in korean , and i work for GIS and i always use AutoCad Map3D 2008
well, i wanna make something tool for my Job..to good workablity..
so ... i found opendcl tool for it. ..it is really good tool :)
anyway , My point of question is ...how can i put string into Listbox...?
here is my routine..
1. make some pallette form in openstudio...
2. add listbox on pallette form
3. check event button to initialize for pallette form
4.. add source into lisp file...like this :
(defun c:Untitled_Form1_OnInitialize (/)
(dcl_Control_SetList Untitled_Form1_ListBox1 (setq laylist (list "a" "b" "c" "d")))
)
..when i start upper command in autocad , i can't see anything in listbox :(
how can i fix it?
please help me OpenDcl masters~:)
HI ~~ OpenDcl Maters ~ i live in korean , and i work for GIS and i always use AutoCad Map3D 2008
well, i wanna make something tool for my Job..to good workablity..
so ... i found opendcl tool for it. ..it is really good tool :)
anyway , My point of question is ...how can i put string into Listbox...?
here is my routine..
1. make some pallette form in openstudio...
2. add listbox on pallette form
3. check event button to initialize for pallette form
4.. add source into lisp file...like this :
(defun c:Untitled_Form1_OnInitialize (/)
(dcl_Control_SetList Untitled_Form1_ListBox1 (setq laylist (list "a" "b" "c" "d")))
)
..when i start upper command in autocad , i can't see anything in listbox :(
how can i fix it?
please help me OpenDcl masters~:)