Has anyone dynamically changed the label in a wait dialog? I have put this statement in my StepL()
iWaitNoteWrapper->WaitDialog()->SetTextL(_L("Text1"))
But when I do this, it acts very weird and a member variable that I use as a flag in IsProcessDone() to check if the process has completed keeps getting reset so the dialog never disappears and StepL() keeps getting called. Everything works fine when I remove that line though.
Has anyone successully used that line to change the dialog's text???




