(See my previous Post) Thanks Logan, but, I still having problems... If I only apply the code that you wrote, the result is the same: When i click on a field, i get a black backgroud whith a white foreground...
So, i was trying to use the WinSetForeColor and WinSetBackColor functions before your code and the closest result i get was a blue backgroud with a white foregroud when selecting the item. See what i called before your code... WinDrawOperation saveddrawmode; //My code WinSetForeColor(UIColorGetTableEntryIndex(UIFieldText)); WinSetBackColor(UIColorGetTableEntryIndex(UIObjectSelectedFill)); //Your Code saveddrawmode = WinSetDrawMode (winSwap); WinPaintRectangle (&rRow, 3); WinSetDrawMode (saveddrawmode); I was expecting a white foreground with a blue background (suppose that i runing using the default color theme)... Please!!! What i'm missing??? Thanks a lot!!! -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
