Re: [perl-win32-gui-users] Trouble setting the focus in a ListView

2007-01-03 Thread Robert May
Brian Fredette wrote: All, How do I set the focus to a particular item in a ListView once the ListView receives the focus? So far I have: [snip] # list view for roles $Window->AddListView( -name => "lbRoles", -pos => [ 15, 90 ], -size => [ 245, 145 ], -fullrowselect => 1, -n

Re: [perl-win32-gui-users] Change values out of a thread

2007-01-03 Thread Steve Loughran
http://www.robmay.me.uk/win32gui/ Darian wrote: Hello Uwe, How do I find this package. I searched on google but could not find it. Do you have a link you can forward? -Darian Kind, Uwe (AGIS) wrote: Hi maleadt, have a look at the Win32::GUI::ThreadUtils package. It comes with a go

[perl-win32-gui-users] Trouble setting the focus in a ListView

2007-01-03 Thread Brian Fredette
All, How do I set the focus to a particular item in a ListView once the ListView receives the focus? So far I have: #! perl use Win32::GUI; my %roles = ("r1" => "role 1", "r2" => "role 2", "r3" => "role 3", "r4" => "role 4", "r5" => "role 5", ); # Create Main Window my $Window = new Win32::GUI

Re: [perl-win32-gui-users] Change values out of a thread

2007-01-03 Thread Darian
Hello Uwe, How do I find this package. I searched on google but could not find it. Do you have a link you can forward? -Darian Kind, Uwe (AGIS) wrote: > > Hi maleadt, > > > > have a look at the Win32::GUI::ThreadUtils package. It comes with a good > example for changing the value of a

Re: [perl-win32-gui-users] [win32-gui] Possible to change default button in DialogBox

2007-01-03 Thread Brian Fredette
Hi Rob, Thanks for the pointers. I was able to get this working by using btnTest->Change(-default=>1). On 1/2/07, Robert May <[EMAIL PROTECTED]> wrote: Brian Fredette wrote: > Is it possible to change the default button in a window created with > DialogBox? Yes, give the (one) button you wa