-----Original Message-----
From: Brian Smith [mailto:[EMAIL PROTECTED]]
Sent: Friday, 4 January 2002 2:56 PM
To: Palm Developer Forum
Subject: RE: Efficiency question
> What I was talking about instead was allocating one
> record of a specific size to hold all of the lines for one window
> (managing the line data within the record myself) and having one of those
> per window.
I wouldn't go for that, because of deleting/inserting hazard (headache ?).
I guess that PalmOS a kind od a link list, so that when you insert/delete
the record, it just updates the link list, but not records themselves.
Changing record contents will result in a huge overhead. I you tried editing
an MS Word 2000 document with 30 pages or more and some graphic objects, you
understand what I mean (well, this is MS after all, yours should be much
better).
Michael
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/