snakefoot/cgridlistctrlex

Enhancement Suggesion for any control & non tested check box code by me

Closed this issue · 2 comments

Actually I need to ListCtrl has to support Any control support. Instead of
particular control. Anyway this is useful for datatype based data entry etc.

Actually Last time I asked for Check box Support. But owner has no time for
that. I am also very busy for helping him further. But I designed a class
by using other controls. I am attaching that code here. Please anybody have
a look on that and update me regarding that.I am not tested the code.

Original issue reported on code.google.com by rln.wi...@gmail.com on 7 May 2009 at 4:44

Attachments:

Have feeling that the code you have attached will create a CButton when 
clicking on 
a cell, but it won't draw the button when drawing the cell normally. Think we 
are 
pretty far from a checkbox-column.

Original comment by sweaty1 on 17 Sep 2009 at 3:06

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect
I have now hacked together a checkbox column trait called 
CGridColumnTraitCheckBox. 
It provides checkbox handling by using the cell-image.

Original comment by sweaty1 on 5 Oct 2009 at 10:03

  • Changed state: Fixed