[perl-win32-gui-users] Win32-GUI ListView and MS-Access data

2007-02-09 Thread Eric Hansen
How does one go about displaying an MS-Access SQL Result Set In a Win32-GUI Listview (datasheet) so that the data stays refreshed? I imagine one would have to use OLE for this? Some sort of Persistant Connection to the SQL result set? Or actually wouldn't it have to be A MS-ACCESS VIEW? I

[perl-win32-gui-users] Can't find PL_memory_wrap in perl58.dll....

2007-02-09 Thread marco hofmann
Hello, I have ActivePerl5.8 and WindowsXP I tried to install win32::32 1.05, because I want to use the grid package, which is not a part of version 1.03 (which you can install from activestate repository). But after installing version 1.05 as described ( with ppm install ./Win32-GUI.ppd after

Re: [perl-win32-gui-users] Can't find PL_memory_wrap in perl58.dll....

2007-02-09 Thread Robert May
marco hofmann wrote: Hello, I have ActivePerl5.8 and WindowsXP What version of Perl 5.8? Can you post the output of perl -v I built the Win32::GUI 1.05 distribution against ActivePerl 5.8.7, and I've since read that there may be binary incompatibilities with earlier 5.8 perl's, but

[perl-win32-gui-users] Textfield overflow or buffer limit ??

2007-02-09 Thread Jim Salisbury
Am using a TextField to display a log as it occurs. Each time there is a new line for the log I do an Append on the TextField. Works fine except after many entries it just stops and Hangs. It stops right in the middle of a line being appended. It smells like there is some internal buffer or

Re: [perl-win32-gui-users] Textfield overflow or buffer limit ??

2007-02-09 Thread Robert May
Jim Salisbury wrote: Am using a TextField to display a log as it occurs. Each time there is a new line for the log I do an Append on the TextField. Works fine except after many entries it just stops and Hangs. It stops right in the middle of a line being appended. It smells like there is some

Re: [perl-win32-gui-users] Textfield overflow or buffer limit ??

2007-02-09 Thread Robert May
Robert May wrote: Under WinNT/2K/XP I can't find the default limit documented (it may be the same, but you can look using the GetLimitText() method). I think under these OS's it should be possible to increase the allowed size with SetLimitText() to several megabytes - Sorry, but I don't have a