[Freenet-dev] Improved FGUI

2000-04-10 Thread Oskar Sandberg
er maybe think of rewiring the stuff > maybe extend the Callback interface to have a CounterCallback and have > counter events triggered by conduit?? > > jebu > > - Original Message - > From: "Oskar Sandberg" > To: > Sent: Sunday, April 09, 2

[Freenet-dev] Improved FGUI

2000-04-09 Thread Oskar Sandberg
rd into the heart of conduit does seem to be a very good idea > A status window which logs the messages instead of having it on the > console... > > > Regards > Jebu Ittiachen > > > - Original Message - > From: "Oskar Sandberg" &g

[Freenet-dev] Improved FGUI

2000-04-09 Thread Oskar Sandberg
On Sun, 09 Apr 2000, Paul Kappler wrote: > To show my personal bias to the situation: Perhaps the meta-data should be > searchable. Perhaps everyone should just be nice to one another... Without an answer as to how this could be accomplished, such opinions are not very useful. > > Best wishes,

[Freenet-dev] Improved FGUI

2000-04-09 Thread Oskar Sandberg
This is not so. If you look, the asyncFeed method takes two callbacks. If you give it both, the second will be called if the stream ends before the correct number of bytes have been read, while the first is called if finishes. On Sun, 09 Apr 2000, Paul Kappler wrote: > The Callback Idea is almost

[Freenet-dev] Improved FGUI

2000-04-09 Thread Oskar Sandberg
ists.sourceforge.net > > Date: Sun, 9 Apr 2000 12:14:03 -0500 > > To: > > Subject: Re: [Freenet-dev] Improved FGUI > > > > Hi, > > I'm pretty new to this stuff and have been lurking around for a few > > days. I've been having problems getting the

[Freenet-dev] Improved FGUI

2000-04-09 Thread Ian Clarke
One think which confused me slightly was the way that you can only select the upload/download file when you actually want to do the insert. Perhaps it would be better to specify both the key, and the upload/download file, and then have a separate button to actually initiate the download. It might

[Freenet-dev] Improved FGUI

2000-04-09 Thread Jebu Ittiachen
?? jebu - Original Message - From: "Oskar Sandberg" To: Sent: Sunday, April 09, 2000 3:41 PM Subject: Re: [Freenet-dev] Improved FGUI > > If you want to call more then one callback when the coduit ends, just write a > callback that holds then. Something lik

[Freenet-dev] Improved FGUI

2000-04-09 Thread Jebu Ittiachen
I've not done much of GUI but i would try giving it a shot, nothing promised tho today being sunday happened to be free Jebu - Original Message - From: "Paul Kappler" To: Sent: Sunday, April 09, 2000 3:42 PM Subject: Re: [Freenet-dev] Improved FGUI > > >

[Freenet-dev] Improved FGUI

2000-04-09 Thread Paul Kappler
> From: "Jebu Ittiachen" > Reply-To: freenet-dev at lists.sourceforge.net > Date: Sun, 9 Apr 2000 15:28:31 -0500 > To: > Subject: Re: [Freenet-dev] Improved FGUI > > How about changing the structure of Conduit from doing just a single > callback to handle mu

[Freenet-dev] Improved FGUI

2000-04-09 Thread Oskar Sandberg
Cool. It is very nice seeing someone use those client classes the way I intended when I wrote them. If there are any particular wishes you want on the InsertClient and RequestClient classes, you should say so. Like I advocate with the command line client, I think that you should take the address

[Freenet-dev] Improved FGUI

2000-04-09 Thread Jebu Ittiachen
hard into the heart of conduit does seem to be a very good idea A status window which logs the messages instead of having it on the console... Regards Jebu Ittiachen - Original Message - From: "Oskar Sandberg" To: Sent: Sunday, April 09, 2000 2:08 PM Subje

[Freenet-dev] Improved FGUI

2000-04-09 Thread Paul Kappler
,this,reply.length.longValue()); > From: "Jebu Ittiachen" > Reply-To: freenet-dev at lists.sourceforge.net > Date: Sun, 9 Apr 2000 15:28:31 -0500 > To: > Subject: Re: [Freenet-dev] Improved FGUI > > Well thats great implement the Callback on SimpleRequestCli

[Freenet-dev] Improved FGUI

2000-04-09 Thread Paul Kappler
> From: Ian Clarke > > One think which confused me slightly was the way that you can only > select the upload/download file when you actually want to do the insert. > > Perhaps it would be better to specify both the key, and the > upload/download file, and then have a separate button to actually

[Freenet-dev] Improved FGUI

2000-04-09 Thread Paul Kappler
The Callback Idea is almost what we need here. The problem is: the callback has no way of knowing if there was an IOException or if the transfer was successful. Perhaps the callback could take the Exception as a parameter or null if there was success. This will need changes everywhere the callba

[Freenet-dev] Improved FGUI

2000-04-09 Thread Paul Kappler
the tip! Paul > From: "Jebu Ittiachen" > Reply-To: freenet-dev at lists.sourceforge.net > Date: Sun, 9 Apr 2000 12:14:03 -0500 > To: > Subject: Re: [Freenet-dev] Improved FGUI > > Hi, > I'm pretty new to this stuff and have been lurking around for

[Freenet-dev] Improved FGUI

2000-04-09 Thread Jebu Ittiachen
riginal Message - From: "Oskar Sandberg" To: Sent: Sunday, April 09, 2000 8:34 AM Subject: Re: [Freenet-dev] Improved FGUI > > Cool. It is very nice seeing someone use those client classes the way I > intended when I wrote them. If there are any particular wishes you want on th

[Freenet-dev] Improved FGUI

2000-04-09 Thread Paul Kappler
With a start from Adam, I added Progress Bars and improved FGUI's multitasking ability. Take a look. If you think it appropriate for windows and unix respectively, it would be nice to add FGUI to the scripts folder; Both in the build scripts and a script to start it up. What do you think? Cheer