Crash experienced while launching MessageBox in Thread
By Anil Kumar
29 Nov 2013 02:22
English
1 Replies
Hi,
Tried to launch a message box in my MyThread Class as below:
Object*
MyThread::Run(void)
{
AppLog("@ MyThread::Run(void)");
MessageBox messageBox;
messageBox.Construct(L"MessageBox Title", L"MessageBox Sample Code.", MSGBOX_STYLE_OK, 10000);
int modalResult = 0;
messageBox.ShowAndWait(modalResult);
return null;
}
Soon after thread instance created and started, application crashed. Cant we launch MessageBox using threads in my UiApp ?
Regards,
Anil
You must log in to use this service. Log in now?
The tag you entered already exists.
Do you want to report this post as spam?
The post has been reported as spam.
cannot be empty.
Are you sure you want to cancel and return to the list?
The code has been copied to the clipboard.
Enter a title.
All Categories
General Support
Tizen .NET
Web Application Development
Native Application Development
SDK & IDE
--------
--------