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
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
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
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
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
5 matches
Mail list logo