OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: potencjalek on November 18, 2013, 01:27:53 AM

Title: inactive cell
Post by: potencjalek on November 18, 2013, 01:27:53 AM
hi
is it possible to set a specified cell as inactive?, by inactive a mean that a can't edit it aor change it's checkstate
another question
can i set properities for only one cell (for example cell color or font size?

Title: Re: inactive cell
Post by: Fred Tomke on November 18, 2013, 04:02:22 AM
Hi, have a try with (dcl_grid_setcellstyle grid nRow nCol 0).
You can set layout properties only for the whole grid.

Regards, Fred
Title: Re: inactive cell
Post by: potencjalek on November 24, 2013, 06:09:03 AM
thanks for answer
it helped me a lot
but i noticed strange thing
setcellstyle function works only if you setcurrentcell on the cell
anyway
thanks
Title: Re: inactive cell
Post by: Fred Tomke on November 24, 2013, 11:08:53 PM
Hi, yes, dcl_grid_setcellstyle changes only one cell.
Regards, Fred