I was wondering if anyone has used this API which is located at the S60_3rd_SDK_MR_API_Plug-In_Pack_v4. I am using it on th emualtor but not parsing is happening? Any experiences with this API?
Ferran
I was wondering if anyone has used this API which is located at the S60_3rd_SDK_MR_API_Plug-In_Pack_v4. I am using it on th emualtor but not parsing is happening? Any experiences with this API?
Ferran
here it is my code which is not working....
m_pItemFinder = CAknItemFinder::NewL (CAknItemFinder::EUrlAddress);
m_pItemFinder->SetEditor (&m_pRtEd);
m_pItemFinder->ActivateThisTextL (*m_pRtEd->RichText (), 0, m_pRtEd->Text()->DocumentLength()-1);
m_pItemFinder->ResetCurrentItem();
m_pItemFinder->ResolveAndSetItemTypeL ();
TInt startTag;
TInt tagLength;
m_pItemFinder->ParseThisText ( *m_pRtEd->RichText (),ETrue,0, m_pRtEd->Text()->DocumentLength()-1,startTag,tagLength );
TInt positUrl = m_pItemFinder->PositionOfNextItem (CAknItemFinder::EInitDown);
CAknItemFinder::CFindItemDef & itemDef = m_pItemFinder->CurrentItem ();
Please check your buffer and heap size .May be there will be some problem ..
Regards.
Parag Purkar