On Tue, 11 Apr 2006 18:02:37 +0200 (Central European Daylight Time)
"Aleksandar Cikota" <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I'm writing a software for our future robotic telescope in Python and
> started to make the GUI.
> I'm beginner in Tkiner and have a easy question. How to refresh this
On Tue, 11 Apr 2006 09:06:33 -0600
"Stewart Midwinter" <[EMAIL PROTECTED]> wrote:
> On 4/11/06, Jan Filip Tristan <[EMAIL PROTECTED]> wrote:
> > Hello,
> > I have got a problem.I've got a List and I want to have everything in this
> > List as an own OptionMenu piece.
>
> from Tkinter import *
> i
Hello,
I'm writing a software for our future robotic telescope in Python and started to make the GUI.I'm beginner in Tkiner and have a easy question. How to refresh this loop (and print the time) every second?
Here the code:
from Tkinter import *import win32com.clientScope = win32com.clien
On 4/11/06, Jan Filip Tristan <[EMAIL PROTECTED]> wrote:
> Hello,
> I have got a problem.I've got a List and I want to have everything in this
> List as an own OptionMenu piece.
from Tkinter import *
import Pmw
root=Tk()
Pmw.initialise()
var = StringVar()
var.set('Quanitity Surveyor')
opt_menu = P
Hello,
I have got a problem.I've got a List and I want to have everything in this
List as an own OptionMenu piece.
TIA
Filip
___
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss
The "frame" widget has this option (from the tk manpage):
Command-Line Name:-container
Database Name: container
Database Class: Container
The value must be a boolean. If true, it means that this window
will be used as a container in which some oth