Hi guys
I use CRichText, CTextlayout, and CTextView class to show my instructions page. The text in it can be scrolled up and down. That isnt a problem to me. The problem is I don't know how to control and show the arrow bar (2 triangles) that shown between left and right softkey label. Do you guys know how to do this programmatically?
I also have a question that i want to ask. Is it possible to make a file (using RFile class) that cannot be viewed or editted in the editor application? I want to store some valuable application settings in there. Or is there any suggestion on how to store this setting? I really appreciated.
Lots of thanks.
hi yucca
thanks, For the file solution, I decided to encrypt it.
but i still can show the 2 arrows. I have used SetScrollBarVisibilityL() and DrawScrollBarsNow() method from CEikScrollBarFrame. How can I associate the CTextView object with the CEikScrollBarFrame object? Can you tell me more specific / programatically.
I really appreciated.
Lots of thanks
hi yucca
thanks again..yes i did set the setmopparent in the appui.. But i didnt see the connection?
I decided to use CTextView because it gave me an easy way to control scrolling. Just use ScrollDisplayL method of CTextView.
Lots of thanks
1- create a CEikScrollBarFrame* in your container and TEikScrollBarModel.
2- After ActivateL() method of your container's ConstructL() Just type the following suppose your CEikScrollBarFrame* is iSBFrame
and TEikScrollBarModel is iScrollModel