From: Anil A Kumar on 12 Aug 2010 06:22 Hi All, I am planning to design an automation framework which uses User Interface for automation. That user interface should have an editor (which supports TCL) and Execution module. I need information regarding the user interface part. How can I design this user interface using TK? and how to integrate this user interface with the TCL libraries? Please give me hints, suggestions and inputs. So that I can start the basic work. Thanks in advance! Regards, Anil A Kumar +91-9008913355
From: Arjen Markus on 12 Aug 2010 06:59 On 12 aug, 12:22, Anil A Kumar <401a...(a)gmail.com> wrote: > Hi All, > > I am planning to design an automation framework which uses User > Interface for automation. That user interface should have an editor > (which supports TCL) and Execution module. > > I need information regarding the user interface part. How can I design > this user interface using TK? and how to integrate this user interface > with the TCL libraries? > > Please give me hints, suggestions and inputs. So that I can start the > basic work. > > Thanks in advance! > > Regards, > Anil A Kumar > +91-9008913355 I suggest you get a recent book on Tcl and Tk - see http://wiki.tcl.tk/57 for a list of such books, where the books at numbers 43, 60 and 68 are (quite) recent and comprehensive with ample examples. The Wiki itself is rich, though perhaps somewhat anarchistic, source of information on Tcl and Tk. Regards, Arjen
From: Harald Oehlmann on 12 Aug 2010 14:04 On 12 Aug., 12:22, Anil A Kumar <401a...(a)gmail.com> wrote: > Hi All, > > I am planning to design an automation framework which uses User > Interface for automation. That user interface should have an editor > (which supports TCL) and Execution module. > > I need information regarding the user interface part. How can I design > this user interface using TK? and how to integrate this user interface > with the TCL libraries? > > Please give me hints, suggestions and inputs. So that I can start the > basic work. I see two starting points: Robert Hellers Railroad simulator: http://www.deepsoft.com/ModelRailroadSystem/ To design a gui designer within TCL, you may use one of the gui designers written in TCL for TCL. There are many of thems: http://wiki.tcl.tk/_/gsearch?S=gui+editor Hope this helps, Harald
|
Pages: 1 Prev: Question about TclJava... Next: Perplexing memory allocation pattern in Tk under Windows |