On 27/04/12 05:08, Khalid Al-Ghamdi wrote:
I've created this simple window with two widgets (a label and a button)
the button is supposed to exit the root window, but the problem is it
doesn't seem to,
top=tkinter.Tk()
> ...
tkinter.mainloop()
try
top.mainloop()
I'm not sure
hi everyone,
I'm usting python 3.2 on windows, and I'm doing these GUI exercises using
tkinter.
I've created this simple window with two widgets (a label and a button) the
button is supposed to exit the root window, but the problem is it doesn't
seem to, for some reason. It looks like it is "try
> My code writes to a text file 'table.txt', and 'table.txt' is displayed in
> the GUI. The user can generate new data at the click of a button
> which re-writes 'table.txt', but I can only add the new table to the GUI
> window rather than 'update' the existing one.
class MoC:
def __init__(sel
To whom this may concern,
Attatched is the source code, which
demonstrates a
problem I am having making a GUI for my python project work. Both
files need to be in the same folder.
My code writes to a text file 'table.txt', and 'table.txt' is displayed in
> On 08/11/05, Rob Dowell <[EMAIL PROTECTED]> wrote:
> > Just a quick TKinter question. Is it possible to have custom
> > frames/widgets? In other words can I customize the way that the GUI
> > looks (i.e. rounded corners on the frames, beveled/raised edges, etc.) I
> > was just wondering if it w
On 08/11/05, Rob Dowell <[EMAIL PROTECTED]> wrote:
> Just a quick TKinter question. Is it possible to have custom
> frames/widgets? In other words can I customize the way that the GUI
> looks (i.e. rounded corners on the frames, beveled/raised edges, etc.) I
> was just wondering if it was possible
On Tue, 08 Nov 2005 00:10:16 -0600
Rob Dowell <[EMAIL PROTECTED]> wrote:
> Just a quick TKinter question. Is it possible to have custom
> frames/widgets? In other words can I customize the way that the GUI
> looks (i.e. rounded corners on the frames, beveled/raised edges, etc.) I
> was just won
Just a quick TKinter question. Is it possible to have custom
frames/widgets? In other words can I customize the way that the GUI
looks (i.e. rounded corners on the frames, beveled/raised edges, etc.) I
was just wondering if it was possible and if it is possible then where I
might get some infor