I'm currently viewing the sample code. I tested it, and it's exactly what I needed. :D Thank you.
Type: Posts; User: eug5ne; Keyword(s):
I'm currently viewing the sample code. I tested it, and it's exactly what I needed. :D Thank you.
It didn't work @kis_spn :(
I called it in a function that I made.
In my header file I create a variable:
CXMLHandler* iXMLHandler;
and then I instantiated it in my function.
iXMLHandler = CXMLHandler::NewL();
No it didn't sir. is the given sample code enough to create the xmlhandler?
Hi friends!
I know this question isn't new to you. But I am new to this, so I need your help again.
I use the code in this link. But when I tried to create the variable my application exits.
...
I experienced the same problem after installing ITunes on my machine. And after searching all over the forum about the emulator issue on Nokia SDK 3rd Ed FP1, I concluded that installing ITunes have...
I experienced the same problem after installing ITunes on my machine. And after searching all over the forum about the emulator issue on Nokia SDK 3rd Ed FP1, I concluded that installing ITunes have...
I experienced the same problem after installing ITunes on my machine. And after searching all over the forum about the emulator issue on Nokia SDK 3rd Ed FP1, I concluded that installing ITunes have...
Hi Guys,
I encountered this error when trying to run the HttpClientExamplev2.0:
Program file does not exist
C:\Symbian\9.2\S60_3rd_FP1\Epoc32\release\winscw\udeb\HTTPClientExample.exe not...
Hi pcsxk,
I have two things to say to you:
1. You are correct in pointing out that I am a newbie on Symbian C++. I have been programming in Symbian C++ for approximately a total of 1080 hours...
Hi sir,
I have checked those sample already. But none seems to work. It said that the exe file is not found even if I compiled it already.
As I go through the sample code, I think it's too much...
Okay, I found a way to make the program
But I just need to install PAMP. After making a prototype in C# (not for phone yet), I have made all the necessary things.
Now I'm trying to make it work...
Hi jupaavola,
I have gone through that already. But it's not applicable for the thing that I am doing as my thing requires internet connectivity on the database and not locally.
Regards,
Jin
Hi everyone,
I need help on developing a software that can send message to other phone over the internet using the phone.
The following (below) are my steps on how to do it:
A) In sending...
Okay, I'll come back to this later. After I implemented the panic code. Thank you Yucca
Ok here are all the information that you asked
1. RichTextEditor is a CEikRichTextEditor as what you have said.
2. The error is just the application terminates as soon as possible during...
Ooops.. I'm so sorry. All this time I've been telling you it's richtextbox? My Gaad. My mistake.. it's a RichTextEditor.
http://www.4shared.com/file/b6Y-UcqM/Recycle_Bin.html
http://www.4shared.com/file/WQMjQVs1/Recycle_Bin.html
That link is the link to my app.
I changed it to AllocL() still the same problem....
Ok, I'm going to try it.
I receive errors when I do this:
iSMSMessageContainer->myMsg = text_MSG->AllocLC();
also:
SetTextL( const TDesC& aDes )
iRTB_SMSContent is a richtextBox class.
I think the problem is, I need to clean up the stack?
SetTextL( ) can receive HBufC...
Why does my application close when I tried to set the text of a RichTextBox?
void CSMSMessageContainer::setRTBContent(HBufC& msg, HBufC& num)
{
//iEikonEnv->AlertWin(_L("hello!"));...
Don't mid the previous post.. I have found out that I didn't call the function in the appUI.
I found the its cause, it seems that I am really allocating a lot of memory when I call myBuf->AllocL() to be passed.
Now that I solved it, it seems that I am not able to enter one function..
...
Hi Yucca,
I did as what you have said, but I receive a message: 'Memory Full"
Any ideas?
Jin
The other view does not include the appUI class. Do I need to implement it there?