I want to show a message in my GUI application like "Your request is being processed..." in a dialog box which will disappear after the task is done - something like messageBox without buttons, that doesn't block the the applications waiting for user input that will be closed without after some time when the task is done
I looked on messageBox, dialog, dialogBox or TopLevel (but there are the windows buttons minimize and maximize)and also on some Splash screen modules but I cannot get it working with this characteristics