I've started writing a tutorial on Win32::GUI and The GUI Loft.
http://www.darserman.com/Perl/TglTutorial/
Feedback wanted. There is a lot to improve, and I want to know what it is
:) Feel free to download the Word file, edit it and send it back to me.
/J
-- --- -- -- --
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-
2 matches
Mail list logo