The program creates a catalog index for my company. The word document was just an example (probably not the best, because it is only used for documentation). I let the user create and view text files and excel files (with WriteExcel) that will allow them to confirm the output and take the output and put it in the needed format for the catalog.

Some of the processing in creating the index and the other tools/features I added to the program can take quite a few minutes to process. Many of my users have no clue about programming or computers (thus the GUI interface and usage of Cava Packager for executables), so they will want to open the excel file or text file to check them over and at the same time they expect to go back and use other features as that file is opened (from the Perl Tk interface) since the other tools/features take a long time to run.

I want to be able to let them review the output and also be able to still operate the Perl Tk GUI at the same time.


In reply to Re^2: Unresponsive Perl Tk GUI when using system() calls by amdme127
in thread Unresponsive Perl Tk GUI when using system() calls by amdme127

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.