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 window. It looks that they are all treated as one group of buttons in Win32::GUI. Is it somehow possible to create more than 1 group of radiobuttons in the same window? - Is it possible to associate a text to a radiobutton which wraps at the right border of the window without creating a separate Label Object for it? - Is it possible to distinguish between whether a window is closed by the close icon in the top right corner of the window or via the ALT-F4 key? - Is it somehow possible to catch keyboard events? I did not find anything in the Win32::GUI docu except for some _KeyDown event which was associated to a single object. Thanks for all answers! Regards, Christian