2009-10-23 15:14 UTC
Hello
Runtime 6.0.0.9
as you can see below I'm filling grid with data, in column 1 and 2 there should be checbox and it works but in column 3 there should be option button and layer name , but when I run lisp in autocad it doesn't show option button there is ony blank space left for button .
I've atached a screenshoot from autocad
(repeat (length bb_lista_warstw)
(setq nrow (dcl_Grid_AddRow "manwar" "Form1" "Grid1" (rtos (1+ bb_licz) 2 0) "" "" (nth 1 (nth bb_licz bb_lista_warstw) )))
(setq bb_licz (1+ bb_licz))
(dcl_Grid_SetCellStyle "manwar" "Form1" "Grid1" nrow 1 1)
(dcl_Grid_SetCellStyle "manwar" "Form1" "Grid1" nrow 2 1)
(dcl_Grid_SetCellStyle "manwar" "Form1" "Grid1" nrow 3 2)
);repeat
Any ideas ?
Runtime 6.0.0.9
as you can see below I'm filling grid with data, in column 1 and 2 there should be checbox and it works but in column 3 there should be option button and layer name , but when I run lisp in autocad it doesn't show option button there is ony blank space left for button .
I've atached a screenshoot from autocad
(repeat (length bb_lista_warstw)
(setq nrow (dcl_Grid_AddRow "manwar" "Form1" "Grid1" (rtos (1+ bb_licz) 2 0) "" "" (nth 1 (nth bb_licz bb_lista_warstw) )))
(setq bb_licz (1+ bb_licz))
(dcl_Grid_SetCellStyle "manwar" "Form1" "Grid1" nrow 1 1)
(dcl_Grid_SetCellStyle "manwar" "Form1" "Grid1" nrow 2 1)
(dcl_Grid_SetCellStyle "manwar" "Form1" "Grid1" nrow 3 2)
);repeat
Any ideas ?
