My experience has been that Tk is the most stable and portable of the GUI's available in Perl. Wx is a wrapper for WxWIndows, you need to install it directly on Windows as there is no PPM for it.

I have done a handful of small tools in Tk and just recently a much alrger stand-alone application using an MySQL database (or optionally Postgres). I wrote it on Windoes under ArtiveState 5.8.0 and tested it without changes on 5.6.1 on Linus using MySQL. It has now been used with no modification on Linux, Solaris, HP-UX, OS-X, Windows XP, 200 and NT4 with Postgres being used on a linux machine. Now, that is what I call true portability.

Tk is more cumbersome to write as we don't yet have the GUI interface builders. It has a wonderful range of widgets and you can easily customise your own or build mega-widgets. Wx looks nice, but I couldn't get it working on my Linux development box. Prima is nice and worked first time on my Windows machine, but was flaky under Linux. Ad mittedly I had little time to mess around, Tk worked and so I stuck with it. GTK/GTK2 I have not tried, purely through lack of time!

jdtoronto


In reply to Re: cross platform gui's by jdtoronto
in thread cross platform gui's by drfrog

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.