
Originally Posted by
mekal2002
also try this
instead of
iListBox->SetCurrentItemIndexAndDraw(iListBox->Model()->NumberOfItems()-1);
call
iLiiListBox->HandleItemAdditionL();
thanks for the reply sir,
actually i am getting error on the
iTelephony->GetCallInfo( callSelectionV1Pckg, callInfoV1Pckg, remotePartyInfoV1Pckg )
it seems i can able to monitor call signals but i cant able to fetch the call details....
when i check the above code like
HTML Code:
[COLOR="Blue"]if(KErrNone==iTelephony->GetCallInfo( callSelectionV1Pckg, callInfoV1Pckg, remotePartyInfoV1Pckg ))[/COLOR]
it is always shows false....
thats the issue...