I want to remove a message box automatically after so-many milliseconds. Simple problem really but messagebox widgets require a user response. With it waiting for user response you can't get it to proceed onto the next command, which would be a removal command using the "after" method. I just want to display it for a bit and then remove it. I know overlooking something obvious.