Will,
Thanks for responding. However, the W has a Graffiti indicator. If I launch the
memopad and create a new memo, it actually enables the GSI indicating that caps lock
is on so that your first letter is capitalized. The GSI is on at the bottom-right
corner of the screen, and if I tap the shift key twice, the GSI becomes a "1"
indicating num lock is on. Again, on the Treo 600, I don't have to do anything to
enable the GSI other than just adding the GSI into the panel's resource file. It comes
on and off depending on the shift state. On the W, this does not happen in my app and
I suspect there is a way to do this programatically, using the Grf or Gsi APIs.
However, I have not been successful and I wonder if the APIs work or if I am doing
something plain wrong.
Here is the snippet of code that tries to turn the GSI num lock on when I tap on a
field:
case fldEnterEvent:
{
// GsiInitialize();
// GsiSetShiftState(glfNumLock, 1);
GrfSetState(false, true, true);
}
break;
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/