background mask in table
Is it possible to colour individual cells of a BricsCAD table ?
I tried using use background mask but this setting does not seem to be saved, not sure this is a bug or if i'm doing something wrong...
Also when entering the "Border offset factor" to f.e. "0.2" i get an error message. "Unexpected error ocurred. The application became unstable".
I'll file a SR for this.
ty !
I tried using use background mask but this setting does not seem to be saved, not sure this is a bug or if i'm doing something wrong...
Also when entering the "Border offset factor" to f.e. "0.2" i get an error message. "Unexpected error ocurred. The application became unstable".
I'll file a SR for this.
ty !
0
Comments
-
[code](setq clr (vlax-create-object "AutoCAD.AcCmColor"))
(vla-put-colorindex clr 11)
; (vla-setrgb obj 50 100 150) ; Red, green, blue.
(vla-setcellbackgroundcolor (vlax-ename->vla-object (car (entsel))) 0 0 clr)[/code]0 -
thanks Roy, but i would expect it to be possible manually too...
not sure if i'm doing something wrong.0 -
If you 'single-click' in a cell you can select the background color from the dropdown in the Table toolbar.0
-
"D'oh!"0
This discussion has been closed.