hi..
i want to add 10-15 lines Notes in the Information View of my Application which wud b displaying information of my application ..
how to add such a text???
Thanks
Nital
hi..
i want to add 10-15 lines Notes in the Information View of my Application which wud b displaying information of my application ..
how to add such a text???
Thanks
Nital
Do you want to display some information about your application displaying several attributes like (file type, duration, time left in case one display in case of an audio or video file) or a help kind of text?
If you choice is the former, u can use popup list.
you'll get so many examples on the forum.
As i understand, it is just basic information of your application.
For this you can:
1. Create a new view and show the entire content in this view.
2. Show it as a message note dialog - search for "CAknNoteDialog" in sdk.
Amit Kankani
Nokia Developer Champion
i want to simply add a document as Help in my View..
![]()
(
Plz somebody help!!!!!!!!
You can check this one: http://wiki.forum.nokia.com/index.ph..._query_dialogs
Or just provide a read-only CEikEdwin in your view.
Yes CEikEdwin is a good idea, only that when down arrow is pressed, it is line by line scrolling.
Instead you could have a new view do this, and in this view do a DrawText.
Also based on the width of the text and other factors, you could scroll as many lines as you want.
So new view is a good option for a full screen view.
Also edwin or simple draw text is your choice... (if you don't need scrolling at all, draw text is always straight forward)
Amit Kankani
Nokia Developer Champion
But now where shall i add my 50 lines long Text Document???...
I added it in rssi file in r_info_global_text1_2..
but the error is string too long..
You can store them in file and read lines from that file.
Regards,
Kavit.
hello...
m having problem with Information View of my application that displays the Information abt my application..
now the cursor is pointing to the start of the document but it s not scrolling down..
wat shud i do to scroll down...???
what have you used to display the information ?
edwin or static text ?
Amit Kankani
Nokia Developer Champion