Hi,
I am having a mail client consisting of a web browser control. Only on a particular Url load, EEventLoadError is being generated.
I searched extensively on the web, but couldn't find out...
Type: Posts; User: jp4symbian; Keyword(s):
Hi,
I am having a mail client consisting of a web browser control. Only on a particular Url load, EEventLoadError is being generated.
I searched extensively on the web, but couldn't find out...
You can try using the Browser Control API ( CBrCtlInterface ) for your html forms, fetch data from there & use Messaging APIs to send sms.
I tried using the '#error' directive, but it seems I am unable to figure out anything, maybe I don't know how it exactly works.
I am trying to put logs in #ifdef #else #endif clause, to figure out...
Hi vineet,
I cannot share the entire code because it is the company's property. Nevertheless I am posting a snippet:
void CXXXContainer::HandlePointerEventL( const TPointerEvent&...
This seems like a deadlock!! How should I differentiate code by version? :(
I tried to use the method in #18, but for that also I need to use system macro '__S60_50__' to identify the active config...
That issue resolved, now I am having a different problem.
To support multiple platforms, I added Symbian^3 configuration to a project already built in 5th edition.
I am trying to separate 5th &...
You may find this link useful.
Hi nvaidy01,
I have a scrolling issue with the text editor, its described here: http://www.developer.nokia.com/Community/Discussion/showthread.php?231880-Global-text-editor-scroll-issue
Do reply...
Hi Vineet,
Please clarify once if Macros in #12 work in .mmp file or not.
For 5th edition and Symbian^3, include paths are different; Symbian^3 has certain header files in folders inside...
Strangely, this works on the 5th edition emulator, but not on Nokia N97. I wonder no one has come across this issue?
I have implemented a read-only Global text editor as in this article.
I am having an issue regarding scrolling it.
I am trying to implement this code with a CEikGlobalTextEditor & testing on...
Do these macros work in the bld.inf file - __S60_50__ , __SERIES60_3X__ ?
They dont seem to work for me.
You need to give some more info about your View class, as to how are you creating its object & what type of class is it.
Thanks much, that was really helpful.
Thanks for the prompt response, Vineet.
From this I understand that I can use a single mmp file for 3rd, 5th & Symbian^3 versions.
Now in the case where I use macros in bld.inf file, for...
Hi savaj,
Can you please put some sample code representing what you have explained below, the way pooja_1650 has given.
Also wanted to know if maintaining the same mmp file would mean using the...
Hey dev_Cis,
Some code snippet would definitely help people to help you in a better way, at least giving an idea of what APIs you are using.
You can also study the HTTP example here & then handle...
You can refer this:
http://www.developer.nokia.com/Community/Wiki/How_to_download_files_programmatically
Once its downloaded, if its a sis file; on selecting the 'Open' menu option, it will...
Thanks a lot for this (super) code, @ashraf fawzy.
I used it for my Global text editor. It made my work a lot easier :)
Hi julie,
IMO, you can also implement it this way if keeping the buffer on the cleanupstack is not absolutely necessary for you:
HbufC* preparetxtL()
{
Along with 'Unable to install', you might be getting some additional message. Check if it matches one of these: http://www.antonypranata.com/node/11
AFAIK, the capability 'WriteDeviceData' would need signing. It wouldn't work for a self-signed sis file.
A little searching would lead you here: http://www.developer.nokia.com/Community/Wiki/Category:E-Mail
Hey julie_777,
I completely agree with @yucca.
Resource file is meant for 'static' text which you want to be constant/fixed. That is the whole point of having a resource file, the appending part...
Why don't you paste some code snippet here so that there's a clear idea of what you have already tried.
Else simply use the Progress note instead:...