From: Aldo C. <da...@pe...> - 2001-02-05 14:07:27
|
Erick J. Bourgeois wrote: > Jeremy, > > I didn't know that there was an -align option, but that is > not really what I was concerned with, it's the colors. > Why can't you use the two color options (ie. -background > and -foreground) ALL the time, with any control? because there are either bugs in my code, OR the Win32 SDK does not support what you want to do. I can fix bugs, but I can't provide what the SDK does not provide :-) that said, I've fixed Win32::GUI for your case (I have removed a check that avoided coloring if the Label has the SS_SIMPLE style. don't know why it didn't worked, but now it seems to work. if you explicitly add the SS_SIMPLE style to the Label, however, you don't get the background color, but this should not be a problem :-). cheers, Aldo __END__ $_=q,just perl,,s, , another ,,s,$, hacker,,print; |