downloader: write to window when file downloaded

git-svn-id: svn://kolibrios.org@2737 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2012-06-04 14:27:36 +00:00
parent 0e20133b51
commit c112ab7867
1 changed files with 18 additions and 6 deletions

View File

@ -1,9 +1,10 @@
; version: 0.6
; version: 0.61
; last update: 01/06/2012
; written by: Lipatov Kirill aka Leency
; changes: removed old code
; added edit_box
; using system colors
; indicates file saving
;-----------------------------------------------------------
; version: 0.5
; date: 07/10/2010
@ -225,10 +226,15 @@ mouse:
jmp still
save:
dps "saving"
dps "file saved"
newline
mcall 70,fileinfo
;pregs
mov ecx,[sc.work_text]
or ecx,80000000h
mcall 4,<10,93>,,download_complete
;pregs
jmp still
noclose:
@ -456,7 +462,12 @@ no_more_data:
@@:
mcall 70,fileinfo
;dps "saving "
mov ecx,[sc.work_text]
or ecx,80000000h
mcall 4,<10,93>,,download_complete
dps "file saved"
newline
;pregs
; jmp close_end_exit
pop edi
@ -1522,8 +1533,9 @@ dd 0,0
library_path rb 4096
;---------------------------------------------------------------------
type_pls db 'URL:',0
button_text db 'DOWNLOAD STOP RESAVE',0
type_pls db 'URL:',0
button_text db 'DOWNLOAD STOP RESAVE',0
download_complete db 'File saved as /rd/1/.download',0
display_from dd 20
pos dd 0x0
pagex dd 0x0