User Activity

I create a dialog with GUI_CreateDialogBox(), and run the message loop in a while, calling GUI_Exec() and other task.The reason using async shedule is that (1) there maybe other task need short shedule, and (2) avoid calling non-relative task in dial...