I am just getting back to Palm programming after a long hiatus, and I am
now getting an error message all the time from the Emulator (v3.3): 
"<app> just read from memory location 0x000025B4 which is the "id" field
of the the frmControlObj starting at 0x0000215E, which belongs to the
form ..."

This is in such code as:
  ControlPtr cp = event->data.ctlRepeat.pControl;
  switch (cp->id) {
    case MainKeyboardBackspaceRepeating:  ...do something
    case MainKeyboardTabRepeating: ...
    ...

which I thought was the right way to do this. What is the current right
way to find out which button was hit? If there is a new API to do this,
is it backwards compatible? (I need to support back to v2.0 of PalmOS)?

Thanks,
Brad Myers

-- 
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