Discussion Board

Results 1 to 2 of 2
  1. #1
    Registered User vivek_2kx's Avatar
    Join Date
    Jan 2005
    Posts
    27
    hi all,
    m facing an intresting problem with the incoming call no.,
    in symbian 7.0 retreving no. from logs,
    as when i enter in the telephone no. field in the contacts information
    the result is perfectly fine, but when i miss out with the telephone no.
    field and enter the mobile no. field the result is absurd the no is the latest log
    entry but not the actual no. of the caller .
    else the result is always fine..
    is there any relation between logs and contacts.........?
    pls help..
    thanks in advance..

    here is the code i am using
    *****************************************************************

    void Cincominglog::GetNumberL()
    {
    //check if there is any request pending then it will cancel it
    if(iRecentView->IsActive())
    iRecentView->Cancel();
    //assign the recent event list
    if (iRecentView->SetRecentListL(KLogNullRecentList, iStatus))
    SetActive();

    }


    void Cincominglog::RunL()
    {


    const CLogEvent& event = iRecentView->Event();
    if (event.EventType() == KLogCallEventTypeUid)
    {

    iNumber.Copy(event.Number());

    CEikonEnv::Static()->AlertWin(iNumber);

    }

  2. #2
    Super Contributor jplauril's Avatar
    Join Date
    Dec 2004
    Posts
    643
    I think you posted this in the wrong forum...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved