From: Guillem C. W. <vac...@es...> - 2002-04-11 14:22:08
|
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 =3D length($ref_bust->{Nom}); $espaisblanc=3D " " x (50-$naaa); print "RESULTAT : $ref_bust->{Nom} ${espaisblanc} = $ref_bust->{Info}[$dinspos]{Ultimacces} -----\n"; $ref_bust->{Info}[$dinspos]{Arbre} =3D $TV->InsertItem( -parent=3D>$ref_assign->{Arbre}{$est_alu->{Nom}} , -text=3D>"$ref_bust->{Nom} ${espaisblanc} = $ref_bust->{Info}[$dinspos]{Ultimacces}", -image =3D> 0,=20 -selected =3D> 0, -checkboxes =3D> 0,);=20 -----Mensaje original----- De: Guillem Cunillera Wefers <vac...@es...> Para: per...@li... = <per...@li...> 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} =3D $TV->InsertItem( -parent=3D>$ref_assign->{Arbre}{$est_alu->{Nom}} , = -text=3D>$ref_bust->{Nom}."\t".$ref_bust->{Info}[$dinspos]{Dinsarray}, -image =3D> 0,=20 -selected =3D> 0, -checkboxes =3D> 0,);=20 Is not possible to use \t ? Guillem Cunillera i Wefers Regards from Catalonia. |