[perl-win32-gui-users] Internal Dragging

2006-05-31 Thread Sean Healy
Has anyone implemented TreeViews or Listboxes with internal dragging, i.e., to move nodes/items within the control? The mouse events are (or at least should be) trivial, but the drag image is another matter. A simple line indicating the new position of the item/node would be sufficient.

Re: [win32-gui] Re: [perl-win32-gui-users] Need an example, please.

2006-05-31 Thread Robert May
Kevin L. Gross wrote: First off, it is painfully slow. Takes a couple of minutes for a small file (2K) to display, one line at a time. This can't be normal for Perl on Windows can it? That's down to you sleep()ing for 1 second for every line of your file - that's bound to be slow! Second, n

Re: [perl-win32-gui-users] Win32::GUI::Scintilla

2006-05-31 Thread Jeremy White
Ok, thanks. I can try to compile it even though I am not a C programmer. Can you please tell me where can I download the source code from? http://sourceforge.net/projects/perl-win32-gui Cheers, jez.

Re: [perl-win32-gui-users] Win32::GUI::Scintilla

2006-05-31 Thread Octavian Rasnita
From: "Jeremy White" <[EMAIL PROTECTED]> > >Is there a Win32::GUI::Scintilla that can work with Perl 5.8.8? > > Yes, version 1.8 - you'll have to build it from the sources (via VC or > mingw) - if you can wait a little longer a new build should be round the > corner. Ok, thanks. I can try to co

RE: [perl-win32-gui-users] Need an example, please.

2006-05-31 Thread Amondsen, Nikolaj Berg DK - AFI
Hey Kevin You should use the Win32::GUI::Dialog() call instead of calling sleep and DoEvents explicitly.. You do a "sleep" for each line in the file, so it's no surprise it takes forever to read... This will also keep your program running after it exits the last loop. To read the file you can us

RE: [perl-win32-gui-users] Win32::GUI::Scintilla

2006-05-31 Thread Jeremy White
Sorry for my previous message because it was sent from a non-subscribed email address, and only the admin probably received it. Here it is again: I am using Perl 5.8.8 and I have installed Win::GUI::Scintilla using ppm: Version: 1.7 Author: ROCHER Laurent ( [EMAIL PROTECTED]) I am using Perl