noreply at rubyforge.org
2007-Aug-10 12:39 UTC
[wxruby-development] [ wxruby-Bugs-12962 ] Wx::ListCtrl setting text or background colour doesn''t work on Windows
Bugs item #12962, was opened at 2007-08-10 07:39
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=12962&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.
----------------------------------------------------------------------
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=12962&group_id=35
Seemingly Similar Threads
- [740] trunk/wxruby2: API - Make ListCtrl#get_item return a ListCtrl item corresponding to a row and
- FW: Wx::ListCtrl#get_item method
- [ wxruby-Bugs-6972 ] Wx::ListCtrl will crash if item added before insert_column called
- how to simulate key_down event(when event.get_key_code()==Wx::K_DOWN) in ListCtrl or TreeCtrl?
- LC_VIRTUAL with Wx::ListCtrl
