![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re^2: Wx::Perl: How to change/set font and size of Wx::ListCtrl column headings?by HelenCr (Monk) |
on Mar 31, 2013 at 17:03 UTC ( #1026370=note: print w/replies, xml ) | Need Help?? |
James: Thank you for this good work. In fact, like I said in an earlier post, I have realized I have to use "The Grid" (cringe) and I've written a little stand-alone program, which is, in many ways, similar to your example. It seems that all cells should contain just "($y, $x)"Then, 1. Why are the cells in column 1 empty (with alternating checkboxes - where did these come from)? and 2. Why do we have in column 2: $r + $c / 1000;instead of "($y, $x)"(looks as if it came from line 122 in your code): It's as if the system is calling GetValueAsDouble instead of GetValue. Why is that? I thought in wxVirtual, the system always calls GetValue? (I know that CanGetValueAs (line 108 in your code) is a cell accessor, and GetTypeName (line 100 in your code) sets column 1 type as boolean) Or, in other words, where is the renderer defined? Many TIA - Helen
In Section
Seekers of Perl Wisdom
|
|