Hi, All 8))
When testing my program on emulator messages made by iEikonEnv->InfoMsg(); are shown, but on target device they aren't displayed. Maybe somebody knows what's the problem 8))
Thanks for helping 8))
Hi, All 8))
When testing my program on emulator messages made by iEikonEnv->InfoMsg(); are shown, but on target device they aren't displayed. Maybe somebody knows what's the problem 8))
Thanks for helping 8))
This is not a problem but actually iEikonEnv->InfoMsg() only work in debug mode ( means only on emulator ) it is disabled for target devices for series 60 phones, i am not sure about UIQ devices. If you want to show some message than you have to use some alternate method like InfoWinL or BusyMsgL.
BR
CK