On Fri, 23 Nov 2007 11:35:06 +0100 Waldemar Biernacki <[EMAIL PROTECTED]> wrote:
Hi, > 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? I do not know anything about CSS. However wxBORDER_DOUBLE and wxBORDER_RAISED window stiles might do what you want. Beware that for native controls (such as input boxes) not all border styles work cross-platform (but I believe these two work as expected on XP). HTH Mattia
