Hi,
I have problem in this api. When i try to launch an app from another one using its uid, I get error. this is happening only on E61 device. Any known issue? Works fine on N95, N95 8bg, N78 and N73.
Code:_LIT(KPath, "C:\\data\\others\\a.jpg"); TUid uid = TUid::Uid(0xEABCDEF1); TDataType dtype(uid); iLaunchHandler->SetExitObserver(this); TRAP(err, iLaunchHandler->OpenFileEmbeddedL( KPath, dtype ));

Reply With Quote
.


