search for: selbackcolor

Displaying 1 result from an estimated 1 matches for "selbackcolor".

2012 Dec 16
0
Bug: FXTable: programmatic deselection doesn't work as expected.
...: "when the user select a cell, then the robot deselect it", something like this: table.connect(SEL_SELECTED) do |sender, selector, data| table.getItem(data.row, data.col).selected=(false) end Well this is curious, what happen'' when you click a cell?: It becomes with a ''SelBackColor'' blue, and it draw inside a kind of ''stipple'': following points surrounding the inner cell. What happen when I did the previous resolution, well the ''stipple'' is released, but not the blue ''SelBackColor''. So that''s a partial de...