13 Aug 2002 Status report
------------------------------

1.
>The file-transfer fails when I run it in Release 
> mode
>... the last few bytes are not written to the file.

Fixed.
I introduced synchronization between the Sending 
and Receiving parties so that they finish simultaneously. 
On completion, the Receiver sends back a special 
Release message and only then all the 2*2 worker 
threads terminate. The problem obviously was that after 
having sent a large portion through a socket, the owner 
tread should not terminate at once even doing shutdown 
to the socket.

2.
>> "Transferring" -> "Completed" -> N sec -> clear
>> though, w/o any violating refresh.
>
>Right, please do it this way

Implemented.
Now, there are no idle refreshes every 3 seconds. 
Refresh occurs exactly in 3 seconds after at least one 
FT had finished.

3.
>Try sending a really small (1kB) file to a machine 
>setup to "not ask for permission", and you can see how 
>the popup with countdown doesn't look right.

Modified.
When FT finishes it checks whether a prompt message box
is on screen. If so, it forces it to close emulating the "No" 
user response: p->EndDialog(IDCANCEL)

4.
>It should query me for details, and if I answer yes, it
>should open the FT panel to the Status tab.
(That's about sending via a Device icon)

Implemented.
You push OK, Device Prop Panel closes and FT Prop Panel
opens showing the Status page.

5.
It used to be that both successful and failed FTs finished 
with a CAutoMsgBox message (i.e. auto-closing). Now, 
failed FTs finish with an ordinary message box so that the 
user necessarily sees it.

6.
Last but not least. The FT speed has been increased.

All the changes are in CVS.

-Oleg




-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31
_______________________________________________
Kaboodle-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kaboodle-devel

Reply via email to