Hi,
I have a UI thread it wont receive any events from the other thread.
If i display the alertmesage like MESSAGEBOX_Create("Message","Hi",GUI_MESSAGEBOX_CF_MODAL).
UI thread like;
GUItask()
{
hwin=GUI_CreateDialogBox(_aDialogCreate, GUI_COUNTOF(_aDialogCreate), &_cbDialog, WM_HBKWIN,10,5);
MESSAGEBOX_Create("Message","Hi",GUI_MESSAGEBOX_CF_MODAL).
while(1)
{
if(event)
{//Do something
}
GUI_Delay(100)
}
}
I have a UI thread it wont receive any events from the other thread.
If i display the alertmesage like MESSAGEBOX_Create("Message","Hi",GUI_MESSAGEBOX_CF_MODAL).
UI thread like;
GUItask()
{
hwin=GUI_CreateDialogBox(_aDialogCreate, GUI_COUNTOF(_aDialogCreate), &_cbDialog, WM_HBKWIN,10,5);
MESSAGEBOX_Create("Message","Hi",GUI_MESSAGEBOX_CF_MODAL).
while(1)
{
if(event)
{//Do something
}
GUI_Delay(100)
}
}