[Fxruby-users] Re: FXRuby: Possible to specify color for single cell?
Status: Inactive
Brought to you by:
lyle
From: Lyle J. <ly...@us...> - 2003-12-29 22:30:36
|
Daniel Sperl wrote: > Is there a way to change the color of a _single_ cell? > Or does anyone know a workaround? There isn't a straightforward way to do this in FOX 1.0. You could conceivably do it by subclassing FXTableItem and overriding its drawContent() method, but that is much more problematic than it should be. Hopefully, Jeroen will address some of these limitations in FOX 1.2. |