<br>This is the first time I've used tkinter. Windows XP is the platform<br><br>The program I want to write is pretty simple. <br><br>I've read through some online tutorials, however, I'm looking for some examples of <br><br>
1. How to keep a tkinter gui on top of all other windows/apps, and how to programmatically enabled/disable the &quot;on-top&quot; feature, if possible<br><br>2. I'm using the Python interpreter in interactive mode for input, but I'd like a small tkinter Window displayed above it to show the value of some important variables
<br>&nbsp;&nbsp;&nbsp; (this is what I need the OnTop option for).&nbsp; <br><br>&nbsp;&nbsp; If possible, I'd like to couple the console window together with a small Tkinter window to display some important variables.<br><br>&nbsp;&nbsp; I would like to find a example that shows how to put the python interpreter console window and a small tkinter window &quot;together&quot;, one above the other.
<br><br><br><br>thanks<br>