I found this in alt.comp.perl.tk this morning

This was a Komodo announcement that has relevance for users here too

I am pleased to announce that ActiveState is releasing the GUI Builder as open source software.

The GUI Builder is a component of our Komodo IDE that we are unbundling as of the Komodo 4.0 release. While we don't have the time to improve it, we hate to see useful software be locked up, so we decided to make it available for others to improve upon. Enjoy!

== FAQ ==

What is GUI Builder?

GUI Builder is an interactive graphical dialog builder built in Tk, which generates code for Tcl, Python, Perl and Ruby.

Why open source it?

GUI Builder has been a feature of the Komodo IDE. The upcoming major release of Komodo (4.0) is focused on providing the best IDE experience for dynamic web application development. While GUI builder improvements didn't fit in the schedule, we felt our users would be best served by having it be open source, so that others could contribute to it.

When will it be available?

Now.

Where is it?

GUI Builder is a derivative of the old SpecTcl project, so it seemed right to place the new version back in its original home:

Home page: http://sourceforge.net/projects/spectcl/

SVN: http://spectcl.svn.sourceforge.net/viewvc/spectcl/trunk/guib/

SVN checkout: svn co https://svn.sourceforge.net/svnroot/spectcl/trunk/guib guib

What license is used?

It is released under the Tcl license.

What about my use from within Komodo?

To help ease the transition for Komodo users, ActiveState plans to create an unsupported extension, to allow the separate, stand-alone GUI Builder to be plugged back in and provide similar capabilities as those within Komodo 3.5. Due to time constraints, however, this extension may not be available until after Komodo 4.0 ships.

Revolution. Today, 3 O'Clock. Meet behind the monkey bars.

In reply to GUI Builder released open source by Popcorn Dave

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.