Hello, I am trying to use VisualTcl as an interface designer. The tcl file produced by VisualTcl is executed in my application as
root = Tk() root.tk.evalfile('my_tcl_gui.tcl') I have found two problems. First, the toplevel "root" supersede the toplevel options defined in the tcl file (typically the window title). Second, the tcl file evaluation stops for "argc" undefined. Similar tcl files created with TkproE do not suffer this problems. Thank for any help. Regards, F. Pollastri _______________________________________________ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/listinfo/tkinter-discuss