modalpopups - How can I create a non-modal dialog in Perl/Tk? -


i learning perl/tk. want give alert user whenever he/she receives mail.

i have planned use message box in tk, expecting user click ok or cancel button.

until user clicked 1 button wont further operations.

but want, needs give alert user , user can continue further process.

refer link

non blocking dialog box in perl tk


Comments

Popular posts from this blog

php - How to build a web site which gives a sub-domain dynamically to every registered user? -

c# - Add item to Generic List / Collection using reflection -