Re: [perl-win32-gui-users] Tabbing and Accelerator problems

2003-04-14 Thread Christian Kappler
Hello, On Monday, April 14, 2003 3:30 PM, "Cruickshanks, Darin" <[EMAIL PROTECTED]> wrote: >... > The problem with the tabbing is that I cant get it to > work at all, I have read the documentation that is > available but I must be missing something. Anyone got > any ideas? You will have to add "

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

2003-04-14 Thread Christian Kappler
Hello Iain, On Monday, April 14, 2003 1:29 AM, "Iain Whyte" <[EMAIL PROTECTED]> wrote: > You could easy work around it - use a global to skip > execution of the code in your _Timer subroutine every > second time it runs i.e.: > [...] Yes, not nice, but a good idea and easy to implement... Thank y

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

2003-04-13 Thread Christian Kappler
o use Win32::GUI::DoEvents(). You mean that I can't do anything against the timer getting fired twice, instead of once, every second in this context? Regards, Christian *** Christian Kappler ***

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

2003-04-13 Thread Christian Kappler
of the described above I found that the _Timer event of a Win32::GUI::Timer which should get called once every second gets called twice. Why gets the timer fired twice? If the description above is not enough I can show some code. Thanks for your answers or advice. Regards, Christian *** Christian Kappler ***

[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 _

[perl-win32-gui-users] Unicode and RichEdit controls

2002-11-19 Thread Christian Kappler
Hello listers! I would like to display extended unicode characters inside a RichEdit control. I found out that I can type unicode in the RichEdit field by entering the character number on the keyboard. But it seems to me that the Text(), Load(), Save(), etc. functions of Win32::GUI's RichEdit cont

[perl-win32-gui-users] Question about timers and fonts

2002-08-09 Thread Christian Kappler
the name of a font installed on my computer and which values are valid for the -charset option? Thanks for all your hints and advice in advanced. Regards, Christian *** Christian Kappler ***

[perl-win32-gui-users] Graying out checkbox

2002-02-11 Thread Christian Kappler
Hello listers, I would like to gray out a checkbox in some situations. The Win32::GUI documentation says that, to do this, I should call the SetCheck([VALUE]) method with the value 2 to set the checkbox to indeterminate or gray. I tried it on my NT-workstation, but the checkbox only becomes "check

[perl-win32-gui-users] _GotFocus-Event

2001-12-25 Thread Christian Kappler
Hi all, I would like to use the _GotFocus-Event with buttons. The Win32-GUI documentation says that this should work. Okay, it works with textfields etc., but it seems not to work with buttons. Or is there something special I have to do to get this? Merry Xmas and best wishes, Christian _

[perl-win32-gui-users] Some beginners questions

2001-08-08 Thread Christian Kappler
Hi listers, I am new in this mailing list. My name is Christian. I just started to do some programing of GUI's under Win32. I am not that chrack in perl programming. Played a bit with Win32::GUI. Now I have some questions and hope you could give me some answers: - I added some "RadioButton" to a