Hi All, I'm working on a form interface with several fields. The fields are about 20 characters visible, but are described in the .rcp as having 512 characters of storage.
They work until the user has entered over the visible number of characters, and then after that, for each character pose displays two 'accessing low memory' warnings, one at 0x00000000 and one at 0x00000002. What I'd really like to have happen is that as the user is typing (or pasting), the text scrolls so that the currently editted area is visible. The only strategy that occurs right now is to monitor the enters and exits of each of these fields on my form, and as the keyboard events arrive use FldSetInsPtPosition repeatedly to scroll the particular field. >From the reading I've been able to find on the 'net, this is liable to be flashy, and may not work at all. Any othre advice out there? This is running on POSE 3.5, running the 3.0.en.rom, though the error happens on the 41_m505_EFIGS.rom as well. -Ken -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
