Attached is a Tkinter script that demonstrates polling, that is,
performing a long-running process in parallel with the GUI. The
script asks for an input file name and an output file name and copies
the input file to the output file. The copy operation is done in a
child process managed with pex
Hi.
There any way to change the border color of a control ttk.Entry through
options or style?
Regards.
Cristian
Ubuntu 9.10 - Tkinter 8.5
___
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-dis
- Mensaje reenviado
> De: Michael Lange
> Para: tkinter-discuss@python.org
> Asunto: Re: [Tkinter-discuss] Ttk.Labelframe control label does not
> change color
> Fecha: Mon, 13 Dec 2010 13:45:49 +0100
>
> Hi,
>
> Thus spoketh craf
> unto us on Sun, 12 Dec 2010 20:39:39 -0300:
Hi,
Thus spoketh craf
unto us on Sun, 12 Dec 2010 20:39:39 -0300:
> Hi.
>
> Changing the background color ttk.Labelframe control, label does not
> change color.
>
> CODE:
>
> from tkinter import *
> from tkinter import ttk
>
> master = Tk()
> master.geometry('200x200')
> s = ttk.Style()
> s