> Is it possible to inverse text (text on black background) in Palm OS
> 3.1/3.3? I need to be able to inverse the text on the fly on certain
forms.
> I have searched thru the API and palmis.com site but can't find anything
on
> it.
In the Expense app, they do this for the date column in the table:
static void ListViewInvertEditIndicator (TablePtr table)
{
Word row;
Word column;
RectangleType indictorR;
TblGetSelection (table, &row, &column);
TblGetItemBounds (table, row, dateColumn, &indictorR);
WinInvertRectangle (&indictorR, 3);
}
Joseph Koral
[EMAIL PROTECTED]
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/