If you just want to suppress the focus ring try the following (works fine in my 
app). In the form event handler just "swallow" the event that gives the focus 
to the control:

switch (eventP->eType) {
  case frmObjectFocusTakeEvent:
    return true;
...


There is one exeption however. You cannot use this with fields, as those cannot 
be edited then.

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

Reply via email to