Hello, everybody. I use win32::GUI for preparing windows/perl application. However there is not possible to get more control over dialog widget and I consider changing the GUI library.
wxPerl seems to have the functionality wider than Win32::GUI and better performance, but my question is: are the widgets of wxPerl flexible enough? The concrete problem: I have two input fields (in html/css dialect): 1. <input style="border:groved #ff0000 2px;padding:0px;" value="groved field without padding" /> 2. <input style="border:solid #ff0000 2px;padding:0px;" value="solid border field without padding" /> Is anybody of wxPerl people able to help me and give me the code with these two object looking as similar as possible to that of html/css2? Regards Waldemar
