Hello

Yes, I am using and old perl version; it's the only one available to me. This is current perl -v, "This is perl, v5.6.1 built for i686-linux-thread-multi"

So this perl version did not like the replacement s/(.{20}) /$1\n/gr , any other idea to satisfy this wrap around text ?

I really would like to see your wrap around text code work.

I was super busy at work today and feeling under the weather but I will post some updates to the GUI.

Right now, only thing I can see having an issue is capturing the selection into a log file

And adding a email utility with output of the selections.

This is what I think the GUI to look

A= Left side frame with ( about 4) long texts with a corresponding checkbox.

B= 2 files chosen by using a file browser to select certain bank monthly statements.

C= Lower frame is a "Special Note" selection that opens up for user input.

D= Email button which sents an automated email with output of GUI to, say, daughter.

diagram isn't working out; I tried. Sorry.

xxxxxxxxxxxxx

x A \t\t x \t\t B x

xxxxxxxxxxxxxx

x \t\t C \t\t x

xxxxxxxxxxxxx

x \t\t D \t\t x

xxxxxxxxxxxxx

Thanks for the help on formatting the checkboxes, adding the note pad too, and adding an extra checkbox


In reply to Re^3: Perl Tk, how to get File Browser, capture output to a Log file and format my checkboxes by perlynewby
in thread Perl Tk, how to get File Browser, capture output to a Log file and format my checkboxes by perlynewby

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.