Hello,
I need to build a special server with a GUI, running on *nix and win32 (and maybe the mac). The server I made is working fine. The problem is the GUI. I started with Perl/Tk, but there are some difficulties with the events: the data from the different clients (on different threads) producing single-line messages must be shown on the GUI. The messages must be clickable/selectable to display additional information. Using wxWidgets might be a better option, but I have absolutely no experience with wx and not much time to learn it. Can anyone give me advice on how build a rapid prototype, with the possibility to "get it right/nice"?

Thanks for any help. F.

update: thank you all very much for the advice and *the code*! I will give it all a try.

Edited by Arunbear: Changed title from 'which GUI?', as per Monastery guidelines


In reply to GUI with clickable/selectable single-line messages by fcvw

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.