Hi,
My application want to display the data received through Serial port as Capital letters . Iam using the API
GrfSetState(capsLock,numLock,Shift) by setting the
capsLock = true , eventhough it is displaying in Lower case only .
If i run the same appication on Tungsten T2 PDA it is displaying in Uppercase only , but when i run the same application on Samsungi530 it is displaying in lower case .Can any one help me how to display into Uppercase on Samsung i530 . Is there any other method to follow ?
Uppercase isn't a display setting... it's a transformation that you would perform on your data, using a function like toupper(), before you draw your strings or put the text into a buffer.
The GSI only controls how characters entered with Graffiti are interpreted.
-- Ben Combee, DTS technical lead, PalmSource, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Palm OS Dev Fourm Archives: http://news.palmos.com/read/all_forums/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
