954,515 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

model less dialog box

Hi all,

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

Thanks in advance,
Bhupendra

bhupendra
Newbie Poster
3 posts since Feb 2006
Reputation Points: 10
Solved Threads: 0
 

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

vegaseat
DaniWeb's Hypocrite
Moderator
5,989 posts since Oct 2004
Reputation Points: 1,345
Solved Threads: 1,417
 

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

bhupendra
Newbie Poster
3 posts since Feb 2006
Reputation Points: 10
Solved Threads: 0
 

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

pythonguy
Newbie Poster
10 posts since Mar 2006
Reputation Points: 10
Solved Threads: 4
 

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

bhupendra
Newbie Poster
3 posts since Feb 2006
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You