how to use UpdateMessageTextL

Login to reply to this topic.
Tue, 2006-03-14 19:17
Joined: 2003-11-28
Forum posts: 35
hello,

how to use the UpdateMessageTextL method of CCknCancelDialog class?

I've tried something like:

CCknCancelDialog* iCancelNote;
........................

iCancelNote = CCknCancelDialog::NewL(&iCancelNote, this,_L("Title"), _L("please wait...."));
....................
iCancelNote->RunDlgLD();
...............
iCancelNote->UpdateMessageTextL(_L("test"));


but it seems it doesn't work.

thanks
  • Login to reply to this topic.