[Tkinter-discuss] visualtcl as ui designer for tkinter

Fabrizio Pollastri pollastri at iriti.cnr.it
Fri Jun 8 11:59:54 CEST 2007


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


More information about the Tkinter-discuss mailing list