Hi people
Can anyone help me as to how I can change the font (size, name and
boldness) for a textfield please in TheLoft gui I've just made.
I've tinkered with:
our $font = Win32::GUI::Font->new(
-name => "Arial",
-bold => 1,
-size => 14,
);
...
$win-> tfProfilePath( -font => $font,);
but that idea didn't produce any dividends. I'm after either
individual changes to a specific textfield or general window changes.
I ask as I have some fields that are not enabled and the white
writing on the coloured background is hard to read.
Any help much appreciated.
Cheers