Changeset 3141

Show
Ignore:
Timestamp:
02/13/09 15:05:15 (4 years ago)
Author:
ronosman
Message:

Improve upload progress bar.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • extras/pLoader/trunk/src/Uploader/GUI/wxFrameAUI.pm

    r2731 r3141  
    6666use File::Spec; 
    6767 
     68 
    6869my @properties =  
    6970    qw/ 
     
    211212    my ( $self ) = @_; 
    212213     
    213     $self->CreateStatusBar(1); 
    214  
     214  
    215215    $self->htmlhome( 
    216216        Uploader::GUI::wxHtmlWindow->new( 
     
    378378            wxBITMAP_TYPE_PNG, 
    379379        ], 
    380         [ 
    381             $self->logwnd( $self->_create_textctrl( $book, undef, [450, 450] )), 
    382             "Log", 
    383             '../res/nb_log.png',  
    384             wxBITMAP_TYPE_PNG, 
    385         ] 
     380        #[ 
     381        #    $self->logwnd( $self->_create_textctrl( $book, undef, [450, 450] )), 
     382        #    "Log", 
     383        #    '../res/nb_log.png',  
     384        #    wxBITMAP_TYPE_PNG, 
     385        #] 
    386386    ]; 
    387387     
     
    836836    my ( $self, $ratio ) = @_;   
    837837 
     838    $ratio = $self->imagelist->count > 1 ? 1 : $ratio;  
    838839    eval { 
    839840        $self->upload_progressdlg->progress(