i know that bro, the reason for posting the solution was if some one else is having the same problem than this will be very useful.i have seen in many threads that people have got the solution but...
Type: Posts; User: kalshukla; Keyword(s):
i know that bro, the reason for posting the solution was if some one else is having the same problem than this will be very useful.i have seen in many threads that people have got the solution but...
hi all,
i am developing an application in which when the user selects a settings option from the menu a dialog appears with two different selection and when user selects one of it, a corresponding...
hi,
i am developing an similar application and got the same problem, the solution i implemented is that instead of Connecting the RTelServer and loading the Phone Module for each call,it is...
Hi,
i am developing an application that plays sound on connected call and once the play back is complete it disconnects the call. i am using S60 2nd Edition Fp1 platform. i have been successful to...
Hi,
i am developing an application that plays wav file on connected call, i am developing it for S60 2nd edition and using 6600 for testing purpose. i am using CMdaAudioPlayerUtility API to play...
Hi,was facing the same problem added the below line in my .mmp file and its working now. May be you can try it.
SYSTEMINCLUDE \epoc32\include\mmf\plugin
In the RunL method, i am calling CLogViewRecent class's SetRecentListL() method which calls RunL method in which i am getting CLogEvent object which gives different information related to the call...
i want to know if its advisable to use static variable in an application.
Hi, i am developing an application that maintains logs of all the calls made. i am using CLogClient, CLogViewRecent and related classes. i am facing one peculiar problem.
When i am having a...
If i want to use data() method of CLogEvent then which parameter i have to pass in the call to data(), one more thing can the method EventType() be used to help me around this problem?
This is what i am using in my code
void CLogMonitor::ConstructL()
{
CActiveScheduler::Add(this);
User::LeaveIfError(iFsSession.Connect());
iLogClient =...
Hi all, i am new to symbian c++.
i am using the call log example provided in one of the thread.
My problem is that for a single call event the call back function is getting called twice.