Changeset 3141


Ignore:
Timestamp:
Feb 13, 2009, 3:05:15 PM (15 years ago)
Author:
ronosman
Message:

Improve upload progress bar.

File:
1 edited

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(
Note: See TracChangeset for help on using the changeset viewer.