Oleg:
        One last comment about the "status" box. 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.
        Thanks!

-Scott

On Fri, 9 Aug 2002, Scott C. Best wrote:

> Oleg:
>       Some more detailed feedback now to you email of last
> week:
>
> > >I just checked with the most recent code. The bugs are
> > >still there. #1 has changed to an "Unrecognized response" rather
> > >than a "Socket Error", but still. Please test the canceling of
> > >file-transfers from both the Sender and Receiver.
> >
> > It is all right when I try it. Are you sure you did your testing with both
> > Kaboodle machines up to date?
>
>       Apparently this is the RELEASE versus DEBUG mode problem.
>
> > >What I want is a common refresh for all bars every 3 seconds
> > >while the Status page is open. When a file transfer is done, whether
> > >by normal completion or by canceling I want the Complete message to
> > >go away on its own. So it for a normal transfer it looks like:
> > >
> > >   "Transferring" -> 3 sec -> "Completed" -> 3 sec -> clear
> > >
> > >Please note that the result ("Canceled" or "Completed")
> > >stays in the window for a least a whole cycle of the auto-refresh
> > >clock.
> >
> > I see your point now. What you really need is an individual asynchronous
> > file bar closing. That is match like what I have done to the message box.
> > There is no need in common refreshing at all because the bars are refreshing
> > asynchronously and any additional synchronous (i.e. by the timer) refresh
> > violates the harmony. I may teach the file box to clear (remove from the
> > Status panel) in N seconds after its status has been changed to Completed or
> > Terminated. That will exactly
> >
> > "Transferring" -> "Completed" -> N sec -> clear
> >
> > though, w/o any violating refresh.
>
>       Right, please do it this way, not with the CautoMsgBox class.
> Use the *existing* asynchronous refreshing to just show "Completed"
> for a few seconds when it's done and before it clears itself. Easy.
>
>       Thanks!
>
> -Scott
>
>
>
>



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Kaboodle-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kaboodle-devel

Reply via email to