[perl-win32-gui-users] iteminfo

2002-04-11 Thread markd
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

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

2002-04-11 Thread Guillem Cunillera Wefers
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}

Re: [perl-win32-gui-users] application error referenced null pointer

2002-04-11 Thread Johan Lindstrom
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

[perl-win32-gui-users] application error referenced null pointer

2002-04-11 Thread [EMAIL PROTECTED]
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 =

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

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