Hi, I have just started with Win32::GUI. I want to create a small application which starts a main window with a lot of buttons on it. The buttons are read from a config-file.
So far so good, the visual creation works just fine! However I now have a lot of dynamically created buttons and therefore can't add all '<ButtonName>_Click' functions to my application. Can I define a general Button-handler? Based on the ButtonName I can determine what to do. Please advice, I haven't found anything is the FAQ/etc. Thanks and kind regards, gerard ter haar