Hi,

I mostly use Win32::GUI::Loft to build screens.  The power of this app is 
really impressive and, while it doesn't match the full power of Win32::GUI 
alone, it sure makes building screens a lot easier!

I have one occasion where I would like to change the text font color on a label 
after the label has been created.  I'm fairly certain that this can be done 
with the $object.Change(HANDLE, %OPTION) command or $object.SetFont(FONT) 
command, but I can't seem to get a syntax that actually changes the color after 
the object has been created.  Does anyone know how to do this?

Also, is it possible to change the background color for the text area on a 
combo box after creation?  I have some code that uses two combo boxes together. 
 Ideally I'd like to be able to change the background from normal white to 
either red or green (and back in some circumstances) based on a bunch of 
unrelated conditions.

TIA,

William Fishburne




Reply via email to