Skip Menu |

This queue is for tickets about the Tk-Wizard-Bases CPAN distribution.

Report information
The Basics
Id: 19300
Status: resolved
Priority: 0/
Queue: Tk-Wizard-Bases

People
Owner: Nobody in particular
Requestors: clothohk [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.942
Fixed in: (no value)



Subject: addFileListPage() progress bar never reach 100%
I run the program with Perl:Tk:Installer 1.942 and perl 5.8.5-16 on RHEL4. I find that addFileListPage() function can successfully copy files, and show "Back" and "Next" buttons after copying, but the progress does not reach 100%, but just reach middle-way. The gap between the progress bar end and 100% gets large when the number of files can fewer. In the extremest case, just copy 1 file will just get 50% progress bar after finishing copying. $wizard->addFileListPage( -copy=>1, -from => [ '/tmp/a/wizard.tar.gz', ], -to =>[ '/tmp/b/wizard.tar.gz', ], );
Subject: Re: [rt.cpan.org #19300] addFileListPage() progress bar never reach 100%
Date: Wed, 17 May 2006 17:35:37 +0100
To: bug-Tk-Wizard-Bases [...] rt.cpan.org
From: Lee Goddard <lee [...] leegoddard.net>
Thank you again! I really appreciate your taking the time to send these reports, they will not be ignored. This one sounds like it may be easy to fix - certainly easy to test thanks to your comments. Cheers! Lee Guest via RT wrote: Show quoted text
> Wed May 17 05:39:14 2006: Request 19300 was acted upon. > Transaction: Ticket created by guest > Queue: Tk-Wizard-Bases > Subject: addFileListPage() progress bar never reach 100% > Broken in: 1.942 > Severity: Normal > Owner: Nobody > Requestors: clothohk@gmail.com > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=19300 > > > > I run the program with Perl:Tk:Installer 1.942 and perl 5.8.5-16 on > RHEL4. I find that addFileListPage() function can successfully copy > files, and show "Back" and "Next" buttons after copying, but the > progress does not reach 100%, but just reach middle-way. > > The gap between the progress bar end and 100% gets large when the number > of files can fewer. In the extremest case, just copy 1 file will just > get 50% progress bar after finishing copying. > > $wizard->addFileListPage( > -copy=>1, > -from => [ > '/tmp/a/wizard.tar.gz', > ], > -to =>[ > '/tmp/b/wizard.tar.gz', > ], > ); > >
-- Lee Goddard, BA (Hons), MSc www: LeeGoddard.net tel: 0208 369 6832 ltd: Server-side Systems ten: Ten years programming the net

Message body is not shown because sender requested not to inline it.

Done. I may have broken something else in the process, but it passes all its tests, so here's hoping...