Hey thanks for your help.  I had already tried that but it didn't work.  Then when I 
saw that Aldo said it, it must work
and I must have been doing something wrong.  I scoured my code and found out I was 
playing dumB again and using the
wrong name for my label in my sub event. ;/

Thanks for helping me to recognize my problem.

Still don't know what I am going to do about the ListView problem.  Do you have any 
idea why it didn't work?


Jonathan

** When Aldo speaks, everybody listens! **  ;]


From: "Aldo Calpini" <[EMAIL PROTECTED]>
To: "Jonathan Southwick" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, October 20, 2000 4:26 AM
Subject: Re: [perl-win32-gui] Changing label properties


> Jonathan Southwick wrote:
> > Is there any way to change the properties of a label later in
> > the program after the label has been defined?  When I
> > create the label I do not want to use the -notify => 1 option
> > but after a specific event I want that option enabled.
> >
> > Can this be done?
>
> changes can be done using the Change() method. but the
> effectiveness of changes depend from what Win32 decides :-)
> the Platform SDK docs mention here and there things
> that can't be changed after control creation; in this
> case, the docs don't say anything, so I presume that
> this will work for you:
>
>     $MyWindow->MyLabel->Change( -notify => 1 );
>
>
> cheers,
> Aldo
>
> __END__
> $_=q,just perl,,s, , another ,,s,$, hacker,,print;
>
>
>
>

Reply via email to