On Feb 2, 2005, at 5:47 PM, dragoncity wrote:
> am having problems with FXRuby 1.2 setting a cells color,
> In the following code snippet, the variables rcnt & FLDFilename
> are progam controlled, the two lines before the "puts" execute
OK,
> neither of
> the setCellColor versions execute , both fail with
>
> `setCellColor'': table row out of bounds ,
>
> which is not true - have tried various fixed value indexes ( non work)
Please see the API documentation for FXTable, found here:
http://www.fxruby.org/doc/api/classes/Fox/FXTable.html
The valid values for the first two arguments to setCellColor() are zero
and one.
Lyle