For example, if the process was the following, all the messages appear in the log listview at the end, and the busybar doesn't work as well
Code: Select all
Case "testButton":
moai.DoMethod("logbox", "Clear")
SetInterval(1, p_BusybarTimer, 80)
Wait(5, #SECONDS)
p_Log("logbox", "Step 1", "Info")
Wait(5, #SECONDS)
p_Log("logbox", "Step 2", "Info")
Wait(5, #SECONDS)
p_Log("logbox", "Step 3", "Info")
Wait(5, #SECONDS)
ClearInterval(1)
moai.DoMethod("automaticBusybar", "reset")