From: Peter E. <Pet...@at...> - 2001-02-05 21:41:48
|
Thanks. Do you know if this same 16-bit size also applies to the size of the RichEdit buffer? I have a problem with Win98 machines losing data from the RichEdit window once there is "too much" data. -----Original Message----- From: Aldo Calpini [mailto:da...@pe...] Sent: Monday, February 05, 2001 8:44 AM To: Peter Eisengrein Subject: Re: [perl-win32-gui-users] Progress Bar question Peter Eisengrein wrote: > Anyone know what the maximum allowed value is for the > ->SetRange($min,$max) on Win32::GUI::AddProgressBar? I am trying > to have it be set dynamically based upon a file size and it would > appear that if a file is too big the $max gets set to some default. the storage is actually 16 bit. I've just found that there is a way to store values up to 32 bits. I'll add this functionality in the next release. thanks for pointing this out :-) cheers, Aldo __END__ $_=q,just perl,,s, , another ,,s,$, hacker,,print; _______________________________________________ Perl-Win32-GUI-Users mailing list Per...@li... http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users |