Hello,

I'm hoping someone can give me a nice easy fix for this one (HOPING!)...

To start, this is what I'm running:
- WinXP SP2
- Perl 5.8.8 Build 820
- Win32::GUI 1.0.5
- Windows Notepad clone:
http://www.koders.com/perl/fidB18829AABB0A5DECEF04D53957FFEB1C2BFD38DD.aspx?s=calculate

Problem:
I've taken the notepad clone from the link and have augmented it for use in parsing large logs (copy&paste logs into the window, then running customized scripts from the menu), unfortunately when I paste the log info into the window (generated by Win32::GUI::Window), it's getting truncated after about 220 lines (29781 bytes) and I can no longer type anything else into the window.

I was using Win32::GUI 1.0.3 and upgraded to 1.0.5 but still have the problem.

Any help much appreciated!
- Lincoln

In reply to Win32::GUI::Window clipboard/buffer limit? by lmennuti

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.