Re: [perl-win32-gui-users] [perl-win32-gui-hackers] TODO for 1.06 release

2008-02-01 Thread Reini Urban
2008/1/31, Robert May <[EMAIL PROTECTED]>: > I think I'm making good progress. I just cimmitted everything that I > had outstanding in my local repository. Here's what I have left to do > before a 1.06 release: > > - Check that some 'redefined definitions' warnings have been removed > by the upda

Re: [perl-win32-gui-users] Win32::GUI:Window clipboard/buffer limit?

2008-02-01 Thread Jeremy White
Hi, >From memory there is a limit (its a windows thing rather than Win32::GUI). Now >that you're using 1.5 have a look at use the scintilla control instead - it >has no limit. There are several examples - have a look at Editor.pl - should >be what you are looking for. You can turn off the synt

Re: [perl-win32-gui-users] Win32::GUI:Window clipboard/buffer limit?

2008-02-01 Thread Robert May
>From the sound of it you'll be interested in these 2 threads - I'm a bit confused by your 29781 byte limit, as I though the default limit was 64K. Anyway, if you replace (what I assume to be) your Win32::GUI::Textfield with a Win32::GUI::RichEdit the maximum size is about 2GB. You need to set it

[perl-win32-gui-users] Win32::GUI:Window clipboard/buffer limit?

2008-02-01 Thread Lincoln.Mennuti
Hello everyone, Apologies if I've missed something obvious with this... 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.a spx?s=calculate Problem: I've ta

Re: [perl-win32-gui-users] Win32::GUI:Window clipboard/buffer limit?

2008-02-01 Thread Lincoln.Mennuti
Thanks for the reply Rob, Apologies for having to ask (as I'm still new to and learning about Methods and Events and the such), but what's the proper syntax to switchout to using RichEdit instead? I tried changing the AddTextfield to AddRichEdit instead, but the Window is still truncating my data

Re: [perl-win32-gui-users] Win32::GUI:Window clipboard/buffer limit?

2008-02-01 Thread Robert May
On 01/02/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Thanks for the reply Rob, > > Apologies for having to ask (as I'm still new to and learning about > Methods and Events and the such), but what's the proper syntax to > switchout to using RichEdit instead? I haven't run your code, but it