Hi all,
I'm trying to implement a simple error handling subroutine, which pops up
a modal error message during the main Dialog() phase.
My problem is that when I call my subroutine, the modal window appears,
but my script won't wait for me to close it before carrying on. I've had a
bit of a fiddl
Hopefully a simple one..
I have a couple of radio buttons - depending on the selection, I want to
hide/show fields.
Click event handler:
sub userradio_Click {
$cs->Change(-visible=>0);
$cslabel->Change(-visible=>0);
$ws->Change(-visible=>0);
$wslabel->Change(-visible=>0);
$us-
All,
Have recently upgraded to the latest version of Win32::GUI, and am getting
a warning from the following:
$cs = $main->AddCombobox(
-name => "cs",
-pos => [ 80, $yval ],
-tabstop=>1,
-width => 170,
3 matches
Mail list logo