assuming fDisplayList is a ListType*
ListAttrType listAttr;
int attrSize = sizeof(listAttr);
err = MemMove (&listAttr, &(fDisplayList->attr), attrSize);
listAttr.hasScrollBar = 1;
err = MemMove ( &(fDisplayList->attr), &listAttr, attrSize);
Rangababu, TNV (IndSys) wrote:
Hi All,
I am unable to format a string which consists of s.no., Descrip., value, units field, even I have used "FnLineWidth" method. I am decided to use two lists side by side and make them to feel one single list. Here I am unable to remove Arrow symbols in the first list. Can any one help me to remove these symbols or is their any other way I can bound the lengths of each field as in a column, should feel they are viewing a table?
Thanks in advance, Rangababu TNV.
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
