Displaying 1 result from an estimated 1 matches for "testvirtuallist".
2007 Aug 10
0
[ wxruby-Bugs-12962 ] Wx::ListCtrl setting text or background colour doesn''t work on Windows
...mp;group_id=35
Category: Incorrect behavior
Group: current
Status: Open
Resolution: None
Priority: 3
Submitted By: Serge Kruppa (sergejf)
Assigned to: Nobody (None)
Summary: Wx::ListCtrl setting text or background colour doesn''t work on Windows
Initial Comment:
In the bigdemo "class TestVirtualList < Wx::ListCtrl" contains the setting of the colour attributes for items in the list:
@attr2 = Wx::ListItemAttr.new()
@attr2.set_background_colour(Wx::Colour.new("LIGHT BLUE"))
Except this doesn''t work, the items are displayed black on white.
-----------...