I have a few questions about using SDK 3.5: 1. How do you use UIColorSetTableEntry(UIFormFill, &rgb) to change the screen background color to red, for example. I use the code below which works with the 3.5 color dbg ROM in POSE but doesn't work on my Prism (or IIIc): case frmOpenEvent: frmP = FrmGetActiveForm(); MainFormInit( frmP); FrmDrawForm ( frmP); WinIndexToRGB(RED, &rgb); UIColorSetTableEntry(UIFormFill, &rgb); FrmDrawForm ( frmP); handled = true; break; 2. Is there a function to put the palm into Doze mode immediately? 3. Is there a function that can set the brightness slider to maximum, minimum? Thanks Dale -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
