Hi,
Normally contacts are stored in a database with extension .cdb.
Please refer sdk for the same.
Regards,
Pavan
Type: Posts; User: pavanng; Keyword(s):
Hi,
Normally contacts are stored in a database with extension .cdb.
Please refer sdk for the same.
Regards,
Pavan
Hi,
Open bld.inf and check the platforms in that.
if not present give
PRJ_PLATFORMS
WINSCW GCCE
Regards
Hi,
You can use GetGroupLabelL of CContactGroup.
Regards,
Pavan
Hi,
Open Carbide IDE.
Please select a workspace first.
In File Menu,Select Import the bld.inf file.
Normally the Workspace folder should be one level up than the actual Project Folder.
...
Hi,
Please note that these are FEW ISSUES with FlashLite 2.1
1. Deployment,Licensing-Redistribution is not allowed. The user has to register and download the FlashLite2.1 executable on to...
Hi,
Could you please specify which FL version you are talking about.
Regards
Pavan
Hi,
CAknInformationNote will be truncating the message if you provide length more than certain limit.
I dont think it provides Scroll also.
It does not panic.
Regards
Pavan
Hi,
Try calling DrawNow of the control.
Regards
Pavan
Hi,
If you have two controls(for name and occupation), you need to construct two controls, as you are doing now.
Regards
Pavan
Hi,
I am writing an application which Hangs up an outgoing call.
Its working fine.
But when RCall::HangUp is called and at the same time End Key(Red Key on Key Pad) is pressed, the Device...
Yes Application is running in the background.
I could resolve the problem.
Problem was with following statement!!!
pWG->SetOrdinalPosition(0, -1);
i commented this code in my...
Sorry there's little confusion here .. my application class is derived from CAknApplication and AppUi from CAknAppUi
Regards,
Pavan
Thanks Yucca for fast reply,
My base class is CAknAppUi.
How Shall i go about??
Regards,
Pavan
Hi,
This is a strange problem i am facing.
My application is running in the background.
i go to installed applications and try to launch the application again, ConstructL of AppUi is called...
How to Launch installer in 9.x
Following is the code iam trying to launch the installer, which i found in forums.
CApaCommandLine* cmdLine = CApaCommandLine::NewLC();
cmdLine->SetCommandL(...
Thanks for the quick replies.
Regards,
Pavan
Hi,
I would like to change call duration of the Call Log. Is this possible.
We are developing a 2-stage dialling application it requires change of call duration of the recently dialled call. Is...
Hi GetGyan,
Even I am getting same problem. Did you resolve the problem. Please let me know if you solved it and how did you solve it.
Thanks in advance.
Pavan