I am using a CEikLabel object in displaying text. I am readng the text from resources and everything seems to go fine. But there are some characters missing in the middle of the string.
RE: Characters missing in CEikLabel text
2001-12-05, 20:23#2
Sometimes, when using very long buffers in CEikLabel, this kind of effect happens. It is recommended to take a workaround, split the text into smaller entities, and place the fragments into smaller CEikLabels.