I'm still triyng 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 ,
any ideas ??
$naaa = length($ref_bust->{Nom});
$espaisblanc= " " x (50-$naaa);
print "RESULTAT : $ref_bust->{Nom} ${espaisblanc}
$ref_bust->{Info}[$dinspos]{Ultimacces} -----\n";
$ref_bust->{Info}[$dinspos]{Arbre} = $TV->InsertItem(
-parent=>$ref_assign->{Arbre}{$est_alu->{Nom}} ,
-text=>"$ref_bust->{Nom} ${espaisblanc}
$ref_bust->{Info}[$dinspos]{Ultimacces}",
-image => 0,
-selected => 0,
-checkboxes => 0,);
-----Mensaje original-----
De: Guillem Cunillera Wefers <[EMAIL PROTECTED]>
Para: [email protected]
<[email protected]>
Fecha: dijous, 11 / abril / 2002 13:14
Asunto: [perl-win32-gui-users] Using a \t in a text of a treeview
Hi again,
I'm using a TreeView and I would like to include a tab inside every branch to
separate the text.
$ref_bust->{Info}[$dinspos]{Arbre} = $TV->InsertItem(
-parent=>$ref_assign->{Arbre}{$est_alu->{Nom}} ,
-text=>$ref_bust->{Nom}."\t".$ref_bust->{Info}[$dinspos]{Dinsarray},
-image => 0,
-selected => 0,
-checkboxes => 0,);
Is not possible to use \t ?
Guillem Cunillera i Wefers
Regards from Catalonia.