RE: [perl-win32-gui-users] Using a \t in a text of a treeview

2002-04-12 Thread Guillem Cunillera Wefers
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(

Re: [perl-win32-gui-users] iteminfo

2002-04-12 Thread Sean Healy
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

RE: [perl-win32-gui-users] Using a \t in a text of a treeview

2002-04-12 Thread Sean Healy
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, (