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/Layout/ImageProgress.pm

    r6538 r6738  
    2020    my( $parent_wnd ) = @_;
    2121
    22     my $panel = Wx::Panel->new($parent_wnd, -1, wxDefaultPosition, wxDefaultSize);
     22#    my $panel = Wx::Panel->new($parent_wnd, -1, wxDefaultPosition, wxDefaultSize);
     23    my $panel = $parent_wnd;
    2324   
    2425    my( $topsizer ) = Wx::BoxSizer->new( wxVERTICAL );
     
    2930            $panel,
    3031            $main::ID_LISTCTRL,
    31             wxDefaultPosition, [600, 400],
     32            wxDefaultPosition, [500, 400],
    3233            wxLC_REPORT|wxLC_VIRTUAL
    3334        )
Note: See TracChangeset for help on using the changeset viewer.