I'm running this code from the PalmSource KB article "How do I detect the 
presence of Graffiti 2 at runtime?"
 
  if ((FtrGet('grft', 1110, &value) == errNone) || 
       (FtrGet('grf2', 1110, &value) == errNone)) 
            // Graffiti 2 is present

On older OS4 and OS5 devices, this code works fine. On a T5, however, Graffiti 
2 is not detected by this check, even though it is installed. Any suggestions 
on how to detect Graffiti 2 at runtime on a T5?

Jeff

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

Reply via email to