hello all

a happy monday to you.  i had a question about displaying special symbols.  can 
someone point me
to where i can find a list or other reference for the available symbols.  i'm 
referring to the
small bitmaps that are sometimes appended to the end of a displayed list.  it's used 
in the
address app.

here's the snippet of code from the file:
 if (column == 0)
  {
  currFont = FntSetFont (AddrListFont);
  DrawRecordNameAndPhoneNumber (&record, bounds, PhoneLabelLetters, 
  SortByCompany, &UnnamedRecordStringPtr);
  FntSetFont (currFont);
  }
 else
  {
// Draw a not symbol if the field has a note
  if (record.fields[note])
    {
    currFont = FntSetFont (symbolFont);
    noteChar = symbolNote;    
    WinDrawChars (&noteChar, 1, bounds->topLeft.x, bounds->topLeft.y);
                FntSetFont (currFont);
    }
  }

thanks and have a good week.


__________________________________________________
Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger.
http://im.yahoo.com/

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

Reply via email to