hi, I don't like the some of the user interface colors that are present in
the emulator and simulator. Specifically the pink background and light green
lists and buttons. I know that I can change these, and what I've done is
taken colors from other user interface elements and used those instead. See
the code below.

UIColorGetTableEntryRGB(UIAlertFrame, &colorOne);
 error = UIColorSetTableEntry(UIFormFrame, &colorOne);

 UIColorGetTableEntryRGB(UIAlertFill, &colorOne);
 error = UIColorSetTableEntry(UIFormFill, &colorOne);

 UIColorGetTableEntryRGB(UIObjectForeground, &colorOne);
 error = UIColorSetTableEntry(UIFieldText, &colorOne);

My question is can I count on my user interface looking the same on all
color devices?  i.e. are the default system colors, such as the alert fill
and frame colors, the same on every color Palm OS device or do they vary
with respect to OS version or manufacturer? Thanks for any help.



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

Reply via email to