Message box with tabview

not sure i agree, even if i put the task handler in the create_box function in an infinite loop like below, the screen is never refreshed, the main loop() function does nothing more than the same with some added delay

while (1) {
lv_task_handler();
}