How to create a wait dialog?

Login to reply to this topic.
Thu, 2008-04-03 08:24
Joined: 2008-02-12
Forum posts: 33

Hi,
can any one know how to create a wait dialog?
Thanks


Thu, 2008-04-03 10:15
Joined: 2008-01-16
Forum posts: 146
Re: How to create a wait dialog?
Thu, 2008-04-03 10:18
Joined: 2008-02-12
Forum posts: 33
Re: How to create a wait dialog?

Thank you very much er.khalid but i guess i have asked it for UIQ.

Sat, 2008-04-05 11:27
Forum Nokia Champion
Joined: 2006-10-12
Forum posts: 463
Re: How to create a wait dialog?

Something like this might be what you are looking for..maybe!!

_LIT(KBusyMsg,"Busy..");
iEikonEnv->BusyMsgL(KBusyMsg);

/* Do something here */

iEikonEnv->BusyMsgCancel();

Tue, 2008-04-08 06:18
Joined: 2008-02-12
Forum posts: 33
Re: How to create a wait dialog?

Thanks a lot Symbian_Neil.This is perfect solution for my Query,Thanks once again.

Tue, 2008-04-08 09:50
Forum Nokia Champion
Joined: 2006-10-12
Forum posts: 463
Re: How to create a wait dialog?

Glad that it was Eye-wink

  • Login to reply to this topic.