Read-only archive of the All About Symbian forum (2001–2013) · About this archive

problems with iEikonEnv->InfoMsg();

1 replies · 1,394 views · Started 15 May 2005

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