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.

Reply via email to