Since I've been primarily working in the world of Windows, I've been using Win32::GUI. To help speed up the development, I've been using the GUI Loft. It allows me to quickly set up the GUI look and appearance. However, I then have the to generate the code by hand and refer back to the GUI Loft for the size and location coordinates.

I can't advocate that Win32::GUI is "best" GUI module/method since it's the only one that I have experience with. However, if you do decide to use it, I'd definitely recommend getting the GUI Loft. Just keep in mind that the GUI Loft hasn't been updated in a long time and is using an older Win32::GUI module than what is currently available, which means that all of its options on objects don't necessarily match up with the current Win32::GUI module.

I've been meaning to take a look into learning Tk so that I can create more cross-platform GUIs, but haven't gotten around to doing it yet.


In reply to Re: Easier GUI by dasgar
in thread Easier GUI by meirgold

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.