Hi,
I am trying to use SVG for making a "custom UI". I'm using CAknUtils::CreateIcon to load my SVG from a MIF file and draw it in my control with CWindowGc::BitBlt().
I have a few problems...
Type: Posts; User: rubnov; Keyword(s):
Hi,
I am trying to use SVG for making a "custom UI". I'm using CAknUtils::CreateIcon to load my SVG from a MIF file and draw it in my control with CWindowGc::BitBlt().
I have a few problems...
I have the same problem.
I am trying to create a "custom" UI using SVG files, where I would be able to animate certain parts of the view upon key events.
However, there is no API for loading SVG...
OK I found my cause of error after all...
It was a stack overflow caused by large traces (not even related to download manager). Unfortunately, Symbian does not provide a detailed error about such...
mateen,
I know what KERN EXEC 3 means...
My question was WHY I am getting this access violation on the device and not on the emulator, i.e. is there a known issue with Nokia DownloadMgr API that...
Hi,
I've written a small application that uses Nokia's download manager API (RHttpDownloadMgr, RHttpDownload), using S60 3rd edition SDK 3.0.
The application works in the emulator (I've added...
I am trying to use CPbkSelectFieldDlg dialog in a scenario of creating a new contact in my application and adding it to the phonebook. The dialog's ExecuteLD() method requires an array of...
Though this is not solving the linkage error, it is a way to get around it, and it seems much a more elegant way of creating a new CPbkContactItem:
//Add a new contact to the PhoneBook...
The linker cannot find the CPbkFieldsInfo::NewL() implementation in pbkeng.lib.
I've checked, and indeed there's no such signature in the lib file.
Can somebody help?
10x
Hi,
I am trying to create a new phonebook entry.
1. Would CPbkContactEditorDlg be the correct dialog to use?
2. How can I create a new CPbkContactItem?
3. Can anybody supply sample code...
Hi,
I am trying to auto-start my SmsMonitorApp.app application with the recognizer code you supplied above.
At first, I tried to add the recognizer pattern to the .app file and create an mdl of...
I wrote a small server and built it as an epocexe. However, the server has
no application-side code, i.e. no user interface, and it does not
appear in the main applications menu.
How can I launch...