Hello. I am not new to Python in general, but i'm new to Tkinter.

So, can anyone suggest me HOW can i make an interface like mIRC, with two text-boxes:
- the lower text box will be one line and will be used to get the text commands.
- the upper text box CANNOT be edited, is multiline and is used to display the results for the typed commands (maybe in colors, like a HTML page)

Any advice is good.
Thank you very much.

Recommended Answers

All 2 Replies

Well, you'll want a Frame that holds two widgets: A Label or Text widget on top, and an Entry widget on the bottom.

I recommend this manual:

http://infohost.nmt.edu/tcc/help/pubs/tkinter/

And you're off and running!

Jeff

thanx very much
I am looking for this manual too

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.