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
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}
At 13:26 2002-04-11 +0100, [EMAIL PROTECTED] wrote:
I'm trying to run a basic gui, but perl abort the script with an error
"instruction at 0x referenced memory 0x0"
Deja vu all over again :)
All controls need a -name option when using the 0.0.558 release. So the
general advice is to alway
Hi
I'm trying to run a basic gui, but perl abort the script with an error
"instruction at 0x referenced memory 0x0"
Perl version = ActiveState 5.6.1 Build 630
OS = W2K SP2
Win32::GUI = 0.558
I have run it using the debugger and it stops working at the STORE with
execution of the AddLabel =
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}[$dinspo
5 matches
Mail list logo