Try to change "richText->DocumentLength()" with "iTextField->TextLength()" in richText->ApplyCharFormatL( charFormat, charFormatMask, 0, richText->DocumentLength() );
I hope this will help you.
...
Type: Posts; User: cindul; Keyword(s):
Try to change "richText->DocumentLength()" with "iTextField->TextLength()" in richText->ApplyCharFormatL( charFormat, charFormatMask, 0, richText->DocumentLength() );
I hope this will help you.
...
Thanks for the answer symbianyucca...
I have difficulty to use that function. My code is like this:
CWsScreenDevice* tWsScreenDevice = iCoeEnv->ScreenDevice();
CArrayFixFlat< TInt >*...
Hi all,
I want make an application on 3rd editon that have feature to flip screen (landscape/potrait).
Seem some 3rd editon phone (like E61) can't do that flip screen stuff, I want my program to...
Hello,
I would like to ask about sms in 3rd edition.
I want to send the sms from application, but i don't want it to be stored in the outbox and sent folder (I need to hide the sms sending)....
try to use this:
TKeyResponse YourContainer::OfferKeyEventL(
const TKeyEvent& aKeyEvent,TEventCode aType)
{
TInt code = aKeyEvent.iCode;
switch(code)
{
case...
Thanks for your answer tdonau, but actually I want to make a dialog with radio button on it. Can you help me about this?
Sorry if my english is not good. Thanks again.
Hallo all,
does any body know how to make an option button or radio button on series 80?? Does any body have an example code for this??
thanks
Thanks for your answer...
Hallo all,
Has anybody successfull create a Double Style Listbox with Graphic on Series 80 (like inbox). On series 60 we can use CAknDoubleGraphicStyleListBox, but how about on series 80? Does...
you forget the page id on the resource
ex:
RESOURCE ARRAY r_multipage_selector
{
items =
{
PAGE {text="page1"; lines = r_multipage_page1; id = EPageDlg1},
PAGE {text="page2"; lines =...
i has try the code and its still not working, my emulato still get crash when i run my program. Do you know why??
hallo all,
does anyone knows how to change the text on dialog (CEikDialog)??
Hello everyone:
I'm a newbie, so pardon me if I do not phrase my question clearly.
I want to display a text/message like when we use:
iEikonEnv->InfoMsg(aMessage);
but I want the...
Hello everyone:
I'm a newbie to S80 App Development so pardon me if I do not phrase my question clearly.
I want to display a text/message like when we use:
iEikonEnv->InfoMsg(aMessage);
but...
Hallo All,
I need some help. Can you show me how to use CMdaAudioPlayerUtility::Duration() ?
I already open the file like this:
iMdaAudioPlayerUtility = CMdaAudioPlayerUtility::NewL(*this); ...
Hi All,
I want to change the font size of text on listbox. I want use the smaller font, can any body help me?
Does anybody know how to load image as foreground?? I want my listbox framed by...
Hi All,
I want to change the font size of text on listbox. I want use the smaller font, can any body help me?
Does anybody know how to load image as foreground?? I want my listbox framed by...
Hi All,
Does anybody know how to searching file through all path (fullscan) ?
Thanks
Hi All,
I have a question, how to playing MP3 file with Series 60 SDK2.1?
Because this SDK is for Symbian series 60 v7.0 Platform 2.x with FP1, how can I use this SDK to make a program for playing...
Hi,
Has anybody been successful in making a MP3 player??
There's any open source MP3 library/decoder/codec for symbian S60 Developer Platform v1.x or v2.0 available?
Some people told me about...
--------------------------------- hoopsman wrote : ----------------------------------------------------------------------------------------------------------------------
Check out the MAD MP3...
Hi,
Has anybody been successful in making a MP3 player??
There's any open source MP3 library/decoder/codec for symbian S60 Developer Platform v1.x or v2.0 available?
Somebody told me about...
There's any open-sourced MP3 library/decoder/codec for symbian S60 Developer Platform v1.x or v2.0 available?
There's any open-sourced MP3 library/decoder/codec for symbian S60 Developer Platform v1.x or v2.0 available?
Hallo All,
I've plan to make a MP3 player for my phone(nokia n-gage and 3650), but I don't know where I should start. I use symbian SDK v1.2 and Visual C++ 6, but I don't know if there is a MP3...