NlMakesis Y-Browser Y-Tasks
Hi, can any one know how to create a wait dialog? Thanks
Hi Sandesh,
Just go through below links. I think you will find it easy to do so. http://www.newlc.com/Wait-Dialog-Part-I.html http://wiki.forum.nokia.com/index.php/Display_wait_note_between_HTTP_response_delay?ticket=ST-134895-XcJYSiueZat7vA0J2GRIIYeuP9BCSeulTbW-20
Thanks & Regards, Md.Khalid Ahmad
Thank you very much er.khalid but i guess i have asked it for UIQ.
Something like this might be what you are looking for..maybe!!
_LIT(KBusyMsg,"Busy.."); iEikonEnv->BusyMsgL(KBusyMsg);
/* Do something here */
iEikonEnv->BusyMsgCancel();
Thanks a lot Symbian_Neil.This is perfect solution for my Query,Thanks once again.
Glad that it was
Forum posts: 146
Hi Sandesh,
Just go through below links.
I think you will find it easy to do so.
http://www.newlc.com/Wait-Dialog-Part-I.html
http://wiki.forum.nokia.com/index.php/Display_wait_note_between_HTTP_response_delay?ticket=ST-134895-XcJYSiueZat7vA0J2GRIIYeuP9BCSeulTbW-20
Thanks & Regards,
Md.Khalid Ahmad
Forum posts: 33
Thank you very much er.khalid but i guess i have asked it for UIQ.
Forum posts: 463
Something like this might be what you are looking for..maybe!!
_LIT(KBusyMsg,"Busy..");
iEikonEnv->BusyMsgL(KBusyMsg);
/* Do something here */
iEikonEnv->BusyMsgCancel();
Forum posts: 33
Thanks a lot Symbian_Neil.This is perfect solution for my Query,Thanks once again.
Forum posts: 463
Glad that it was