At 13:08 2002-12-12 -0800, you wrote:
I know... it is me again.

1. How do I make my table to show grid?
You have to explicitly draw lines in the table yourself.

2. If the text in my 2nd column is longer that the
width of the column in the table, the 2nd column would
start from the very begining and overwrite my 1st
column data. How do I prevent this from happening.
What code are you using the draw your text? Are you using the built-it field support that tables have, or drawing on your own?

3. I need to match my pdb record with 2 integers (1st
and 2nd field of the pdb). This is a one to one
match... meaning that there is only one match (one
record in the pdb) for every two integer pair. I have
my pdb sorted by the 1st field then by 2nd field
before converting to a .pdb file. Do I still have to
use DmInsertionSort again?
Have the comparison function used for your DmInsertionSort call do both comparisons -- have it check field 1, and if they are the same, then check field 2 and use that to return the ordering.

--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com


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

Reply via email to