Hi all,

How to create a model less dialog box using python 2.3 tkinter?

Thanks in advance,
Bhupendra

Recommended Answers

All 4 Replies

You got to explain that "model less dialog box" a little more.

I have one program which is to be executed from a python script
now I have put the execution of the program to be executed on a thread.

Now what I want is till the thread is alive I want to show user a message that stating busy message and then when the thread is not active destroy the message

one way is to start one more thread which will display this message only .
Start it where ever u need and kill the thread the moment u r finished with parent thread

How to create a user thread in python?
how to put a message box on a thread? :(
I am a to python

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.