mldonkey-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-users] [GUI] Display the Chunk Graphic in different nuances


From: esel2k
Subject: [Mldonkey-users] [GUI] Display the Chunk Graphic in different nuances
Date: Sat, 28 Sep 2002 13:20:55 +0200

hi,

i think a good feature is to display the
Avialibility in the Chunk Graphic with color nuances
like the edonkey, emule do this...

i think thats here: (line 749) on donkey/donkeyInteractive.ml

<- code snip ->
        P.file_download_rate = file_download_rate file.file_file;
        P.file_chunks = file.file_all_chunks;
        P.file_availability = String2.init file.file_nchunks (fun i ->
            if file.file_available_chunks.(i) > 1 then '2' else
            if file.file_available_chunks.(i) > 0 then '1' else
              '0' ) ;

        P.file_format = file.file_format;
        P.file_chunks_age = file.file_chunks_age;
        P.file_age = file_age file;
<- code snip ->

bye and thanx






reply via email to

[Prev in Thread] Current Thread [Next in Thread]