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
Printable View
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.
[QUOTE=mak_tgi;436761]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.[/QUOTE]
no no.. its not so..
I just wanna display some 20 line Notes..
like u must have seen wen u start an application 4 first time..
it will show u Information containing only [B]Documentation[/B]..
i want d same..
plz help..
Thanks..
[QUOTE=mak_tgi;436761]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.[/QUOTE]
it is [B]Help[/B] types... in fact d same
so hw shall i do it
[QUOTE=amitkankani;436763]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.[/QUOTE]
ya i wanna display it in the Whole View..
wat shud i do..
As u suggested [B]NoteDialog[/B] is displayed only half page..
so i cant use it.. i want full [B]Information View[/B]
i want to simply add a [B]document[/B] as [B]Help[/B] in my View..
:( :((
Plz somebody help!!!!!!!!
You can check this one: [url]http://wiki.forum.nokia.com/index.php/TSS000677_-_Multi-line_message_query_dialogs[/url]
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)
[QUOTE=wizard_hu_;436797]You can check this one: [url]http://wiki.forum.nokia.com/index.php/TSS000677_-_Multi-line_message_query_dialogs[/url]
Or just provide a read-only CEikEdwin in your view.[/QUOTE]
thanks a lot.. its done..
But now [B]where shall i add my 50 lines long Text Document???[/B]...
I added it in [B]rssi[/B] file in [B]r_info_global_text1_2[/B]..
but the error is [B]string too long[/B]..
You can store them in file and read lines from that file.
Regards,
Kavit.
hello...
m having problem with [B]Information View[/B] 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 ?
[QUOTE=amitkankani;438146]what have you used to display the information ?
edwin or static text ?[/QUOTE]
sir i have used [B]Global Text editor[/B] from UI design..
and i have written the document in [B]buf="..." in rssi file[/B]
if there any other better options plz let me knw..