Jeff Hobbs wrote:
Jason Pearce wrote:
I have an existing Perl application that I am being asked to write a GUI for. My plan is to use vtcl with Tcl::Tk and its going fairly well at this point. (See http://vkonovalov.ru/vtcl-usage/Using_vtcl_for_creating_Tcl-Tk_GUI_for_Perl.html )

Note that the GUI Builder open sourced by ActiveState last year actually has core support for Perl Tcl::Tk (and Perl/Tk). Try it from:
    http://spectcl.sourceforge.net/
Thanks for the tip Jeff.
I actually looked at that early this week when I was trying to use Perl Tk (rather than Tcl:Tk). The first thing I found was that my Perl Tk scripts kept crashing as I used the interface => thus Tcl::Tk module (much better).

But regarding GUI Builder, is the core support actually for this Tcl::Tk module? => I see Perl Tk and Perl Tkx support. What's the relationship between the Tkx and Tcl::Tk modules?

It also seemed as if GUI Builder does everything with the grid manager, VTCL lets you pick the manager which I like.

Regards,
Jason

Reply via email to