Re: [Tkinter-discuss] Refresh loop

2006-04-11 Thread Michael Lange
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

Re: [Tkinter-discuss] optionmenu question

2006-04-11 Thread Michael Lange
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

[Tkinter-discuss] Refresh loop

2006-04-11 Thread Aleksandar Cikota
 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

Re: [Tkinter-discuss] optionmenu question

2006-04-11 Thread Stewart Midwinter
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

[Tkinter-discuss] optionmenu question

2006-04-11 Thread Jan Filip Tristan
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

Re: [Tkinter-discuss] Combining Tcl/Tck widgets with a Xll Graphics window

2006-04-11 Thread Jeff Epler
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