Ok, I tried before to make a monospaced font...but I didn't know how to do
it.but now ...it works.
I use Courier New font (a monospaced font)
our $fo_fixa =Win32::GUI::Font->new (-bold => 0,-name=>"Courier
New",-size=>13);
and counting length.
The tree:
$TV = $w_tutor->AddTreeView(
is there any way for $ListView->ItemInfo to just print out the text rather
than state and image as well. i have tried various things but nothing seems
to work. thanx
my %info = $ListView->ItemInfo($item, $column);
print $info{-text};
OR
print $ListView->ItemInfo($item,$column)->{-text};
(I ha
I'm still trying to do to do two colums but no results. I also tryed to
count the length of the string and it works good on stdout but no in the
window ,
It might work in the window if you used a monospaceed font, but a better
idea is probably to use a ListView with
-nocolumnheader => 1,
(
3 matches
Mail list logo