Good Morning :))
I'm trying to make a button with a picture instead of text and the third
day I can't make such simple thing!!! :))
May be you can tell me something?
And also I dont find possibility to put mask on textfield (such as
dd/dd/ for date input), so I've made it by hands in Chan
I have a question about the use of the Win32::GUI::Timer-Object. I would be
glad if someone could give me some advice. I would like to create a timer
which gets fired once every second. What I did was:
$Window->AddTimer('MyTimer',1000);
sub MyTimer_Timer {
# Some code
}
I found that the _Timer s
You've set up the _Timer properly. Perhaps you can share some more code?
Also, you never finished your DialogBox question.
-Original Message-
From: Christian Kappler [mailto:[EMAIL PROTECTED]
Sent: Friday, April 11, 2003 4:58 AM
To: Perl-Win32-GUI Mailinglist
Subject: [perl-win32-gui-us
Hello,
I have a question about the use of the Win32::GUI::Timer-Object. I would be
glad if someone could give me some advice. I would like to create a timer
which gets fired once every second. What I did was:
$Window->AddTimer('MyTimer',1000);
sub MyTimer_Timer {
# Some code
}
I found that the _
4 matches
Mail list logo