Hi I'm learning perl and putting together a GUI application using TheLoft design package. In my study of both Perl and the GUI package I'm finding that I'm loosing a lot of time researching the basic questions which I don't seem to find in any documentation so far. For example:

1. Loading a .txt file in to a Richtext box

2. reading a value from a textfield

I found my solutions eventually but it took some digging. My question, apart from digging in to the bowls of the Monastry DB, can anyone recommend a good source of knowledge not of Perl but of the essentials for managing various gui controls? I've got all the Perl books I need just hard to find essential GUI references. I've tried ActivateState (I use Komodo) but even then just the basic $win-> tfTextfieldname-> Text line to read a textfield was hard to find referenced anywhere.

Appreciate any feedback.


In reply to Basic Win32 Essentials by briannz556

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.