Ignore:
Timestamp:
Jul 30, 2010, 7:06:16 PM (14 years ago)
Author:
ronosman
Message:

Add a notebook to display "Preparation" and "Transfer" panels. The transfer progress list is no longer displayed as a dialog box. The photos are removed from the preparation panel when transfer begins.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/pLoader/trunk/src/Uploader/GUI/ImageProgressDlg.pm

    r6538 r6738  
    3131    wxMINIMIZE_BOX
    3232/;
    33 use base qw/Wx::Dialog Class::Accessor::Fast/;
     33use base qw/Wx::Panel Class::Accessor::Fast/;
    3434use Wx::Event qw/
    3535    EVT_BUTTON
     
    5454
    5555    my $self = $class->SUPER::new(
    56         undef,
     56        $params->{parentwnd},
    5757        -1,
    58         $params->{title},
    5958        wxDefaultPosition,
    6059        wxDefaultSize,
    61              wxDIALOG_NO_PARENT|
    62              wxDEFAULT_DIALOG_STYLE|
    63              wxMAXIMIZE_BOX|
    64              wxMINIMIZE_BOX
    6560
    6661    );
Note: See TracChangeset for help on using the changeset viewer.