[perl-win32-gui-users] Push Button with the picture (bitbtn)

2003-04-11 Thread artem-konev
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

Re: [perl-win32-gui-users] Timer-Object-Question

2003-04-11 Thread Sean Healy
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

RE: [perl-win32-gui-users] Timer-Object-Question

2003-04-11 Thread Peter Eisengrein
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

[perl-win32-gui-users] Timer-Object-Question

2003-04-11 Thread Christian Kappler
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 _