2013-06-26 08:58 UTC
I am frustrating with checkboxes...
I want to run function on "OK" while checkbox is checked. But I tried to run while checked - it works, and then after I uncheck the box and hit "OK" the program runs again. This dives me insane for 7 hours straight.
(defun c:TIDstd_Form1_CheckBox3D_OnClicked (Value /)
(if (> Value 0)
(c:3DSTD)
)
)
Please help.
I want to run function on "OK" while checkbox is checked. But I tried to run while checked - it works, and then after I uncheck the box and hit "OK" the program runs again. This dives me insane for 7 hours straight.
(defun c:TIDstd_Form1_CheckBox3D_OnClicked (Value /)
(if (> Value 0)
(c:3DSTD)
)
)
Please help.
