Hi:
I have a saga novel to display. it maybe very very long.
If use CEikEdwin, I afraid it has no enough memory to load. If "DrawText" per line manually. it will be too complex.
Which component is best choose?
Hi:
I have a saga novel to display. it maybe very very long.
If use CEikEdwin, I afraid it has no enough memory to load. If "DrawText" per line manually. it will be too complex.
Which component is best choose?
What about having it divided into pages and showing one page at the time. Then it would fit the memory easier.
There is no "streaming" text viewer component.
Either you need to make one your own using "DrawText" or divide the text to pages like symbianyucca proposed.