I have got an InfoMsg to work,but it only displays one row of text. If I write a long text in the InfoMsg, it still get displayed in only one row. Is it possible to display several rows of text with an InfoMsg? In that case,how can that be implemented? Or should I use InfoDialog instead for this? This is the code:
iEikEnv = CEikonEnv::Static ();
iEikEnv->InfoMsg(_L( "testtesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttest" ));

Reply With Quote

