At 05:15 PM 3/10/2004, you wrote:
I thought that would work myself but didn't. Is this simply WinSetBackColor() or is there some other more general method for setting the "default background color?" (Isn't WinSetBackColor set on a window-by-window basis? (Meaning I can't do it till each form is initialized or I'd get a "Bad Window" err?)

Don't use WinSetBackColor -- use


UIColorSetTableEntry to set the

UIFormFill entry to black. I've not tried this, so I don't know if this will work.

As for setting it for the display window -- just use WinSetDrawWindow(WinGetDisplayWindow()) before calling WinSetBackColor or UIColorSetTableEntry.

-- Ben Combee, senior DTS engineer, PalmSource, Inc.
   Read "Combee on Palm OS" at http://palmos.combee.net/


-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Reply via email to