[perl-win32-gui-users] PPM for Ver 1.0

2004-12-03 Thread Joseph . Vieira
Is there a ppm for version 1.0, sourceforge only had the source and I couldn't find any instructions on how to install it? Thanks

RE: [perl-win32-gui-users] Button disabled ?

2004-12-03 Thread Peter Eisengrein
> Any recommendation about Win32::GUI documentation? I red attached with the module, > but it is not covering everything very much. Jeb created a website/project for the documentation. Not sure how complete it is, but I'm sure it's a good place to start: http://jeb.ca/perl/win32-gui-docs/index.

Re: [perl-win32-gui-users] Button disabled ?

2004-12-03 Thread Vassiliy Truskov
Great! Thanks, Peter. I didn't know about Enable-Disable staff. Any recommendation about Win32::GUI documentation? I red attached with the module, but it is not covering everything very much. Thanks, Vassiliy Peter Eisengrein wrote: I would change it to: $my_but->Enable(); $my_but->Disable(

RE: [perl-win32-gui-users] Button disabled ?

2004-12-03 Thread Peter Eisengrein
I would change it to: $my_but->Enable(); $my_but->Disable(); instead of trying to change the -disabled parameter of the button itself. > -Original Message- > From: Vassiliy Truskov [mailto:[EMAIL PROTECTED] > Sent: Friday, December 03, 2004 3:55 PM > To: perl-win32-gui-users@lists.sou

[perl-win32-gui-users] Button disabled ?

2004-12-03 Thread Vassiliy Truskov
Hello, everybody. I'm having a problem with Button view when i set status as 'disabled => 0'. After I change status of button to "disabled => 1', I'm able to push button, but is still has a gray status "disabled". It will be 'viewable' after i change status back to "disabled" Here is a simple

Re: [perl-win32-gui-users] Pre selecting items in list Views and List Boxes

2004-12-03 Thread Jez White
Thanks for this Glenn. You are correct, it was the focus. I still can't get it working within my app - the code that uses Select is being called from a tab strip event (which shows the listview) - so perhaps it has something to do with that. I'll do more digging. jez. - Original Message -