Dear Monks,

I must confess that I am not a good friend of GUIs. Programming them are tedious and boring (without any ``IDE''). I like very much command line interface, and those hard-to-remember-unix-flavored options...

Indeed, destiny is ironic, and now, I'm Writting an application that must have a Graphical User Interface, of course i've choose to make it in perl.
So for now I'm wondering what perl module can be my best election (I need a simple background image, a progress bar, and some text).

My app, its a very simple one, so i'm considering to use the Xlibs to create a window and paint over there my image ... my problem is that xlibs do not have the appropiate 'progress bar widget', so i must mix it with some other module/toolkit/library ... definitely, a little bit nasty thing ...

Fellow PerlMongers, i would appreciate your oppinions, conseils, recommendations, etc ... for doing this task
Thanks in advance

turo

PD: i do not discard ncurses :-P, but i think that is an bizarre thing to put an image on the background

perl -Te 'print map { chr((ord)-((10,20,2,7)[$i++])) } split //,"turo"'

In reply to Graphical User Interface && Perl by turo

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.