WxPerl is nice because I could make native GUIs for Mac OS X (pTk and Gtk-perl require X11).
And I believe perl/tk doesn't work at all on older versions of MacOS X, so choosing perl/tk means locking out users who haven't stayed on the $130/version upgrade treadmill. My perl/tk app was meant to be cross-platform, but I ended up deciding not to support it any more on any platform but Linux, because supporting Windows users was eating up large amounts of my time, and it was an open-source project that I wasn't making any money on. No matter how cross-platform one of these toolkits is supposed to be, I think making an app cross-platform still requires an order of magnitude more maintenance work once the app is mature. I've also soured on the whole idea of bringing OSS to the Windows-using masses -- I think it just sucks energy out of the OSS movement, and there's no real return on the investment, because those folks are happy with Windows, and are going to keep on using it.

In reply to Re^2: good stable GUI library? by bcrowell2
in thread good stable GUI library? by bcrowell2

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.