Finally found a way to get rid of it by simply "swallowing" the event that
draws the focus ring. Add this into the form handler:
switch (eventP->eType) {
case frmObjectFocusTakeEvent:
return true;
}
It should be noted that all the functions and FrmNavXXX and all official
manipulations of the form navigation order structures etc. did not lead to
anything. It would have been nice, if there were "a proper" way of
accomplishing this.
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/