These patches fix the ListCtrl_virtual demo. Note I changed the loading of the icon to the loading of a bitmap. I remember discussing this before. For some reason the .xpm loader isn''t initialized properly for Wx::Icon. However, the function will take a bitmap just fine so this works. This also adds directors for wxListItem and wxListEvent Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
On Sun, 2006-04-23 at 13:34 -0400, Roy Sutton wrote:> These patches fix the ListCtrl_virtual demo. Note I changed the loading > of the icon to the loading of a bitmap. I remember discussing this > before. For some reason the .xpm loader isn''t initialized properly for > Wx::Icon. However, the function will take a bitmap just fine so this > works. This also adds directors for wxListItem and wxListEventCommitted. Thanks! Kevin