Re: [twsocket] Download manager (Source) (Missing files?)

2012-04-24 Thread Perry Kappetein
- Magenta Systems Ltd Sent: Tuesday, April 24, 2012 2:00 AM To: twsocket@elists.org Subject: Re: [twsocket] Download manager (Source) (Missing files?) > Only trying to figure out, where the THttpCli component is located, > cause I'm not finding it. > Not even finding that download manag

Re: [twsocket] Download manager (Source) (Missing files?)

2012-04-24 Thread Angus Robertson - Magenta Systems Ltd
> Only trying to figure out, where the THttpCli component is located, > cause I'm not finding it. > Not even finding that download manager queue thing within the > source. The browser demo is slightly convoluted due to handling URL protocols such as res and file, as well as http, and due to cach

Re: [twsocket] Download manager (Source) (Missing files?)

2012-04-23 Thread Perry Kappetein
the source. -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of Angus Robertson - Magenta Systems Ltd Sent: Monday, April 23, 2012 2:10 AM To: twsocket@elists.org Subject: Re: [twsocket] Download manager (Source) (Missing files?) > I ha

Re: [twsocket] Download manager (Source) (Missing files?)

2012-04-23 Thread Angus Robertson - Magenta Systems Ltd
> I have the Delphi XE2 Pro installed, and when I load this project > it's telling me that htmlicons.inc is missing along with > THMTLviewer component, and Htmlview, HTMLUn2 are missing. > > What is missing from this demo? You have not read the requirements at the top of the main unit FBUnitIcs

Re: [twsocket] Download manager (Source) (Missing files?)

2012-04-22 Thread Perry Kappetein
ssage- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of Angus Robertson - Magenta Systems Ltd Sent: Wednesday, April 18, 2012 11:33 AM To: twsocket@elists.org Subject: Re: [twsocket] Download manager (Source) > Working now with the THttpCLI component instead. &g

Re: [twsocket] Download manager (Source)

2012-04-22 Thread Perry Kappetein
, April 18, 2012 11:33 AM To: twsocket@elists.org Subject: Re: [twsocket] Download manager (Source) > Working now with the THttpCLI component instead. > Got most of it to work now.. > But have no clue where the data is put when the download is finished. The new web browser demo project now il

Re: [twsocket] Download manager (Source)

2012-04-18 Thread Angus Robertson - Magenta Systems Ltd
> Working now with the THttpCLI component instead. > Got most of it to work now.. > But have no clue where the data is put when the download is > finished. The new web browser demo project now illustrates an HTML download queue, each image on a web page is queued and then downloaded using four T

Re: [twsocket] Download manager

2012-02-26 Thread Angus Robertson - Magenta Systems Ltd
> Working now with the THttpCLI component instead. > Got most of it to work now.. > But have no clue where the data is put when the download is > finished. There are several demo projects supplied with ICS that illustrate use of the HTTP client component, OverbyteIcsHttpGet is probably most appro

Re: [twsocket] Download manager (Source)

2012-02-25 Thread Perry Kappetein
Hi, I am stuck now for weeks on this, and even though with some help I am unable to figure out what I am missing. Could someone take a look at this, and tell me what I am missing or doing wrong? The file is located here: http://www.dsromorganizer.com/helpneeded.zip Basicly what doesn't work ri

Re: [twsocket] Download manager

2012-02-25 Thread Perry Kappetein
Thank you all for your information. Working now with the THttpCLI component instead. Got most of it to work now.. But have no clue where the data is put when the download is finished. With the HTTPMultipartdownloader I can use a Filestream, but do not see that in the THttpCLI component ? Perry

Re: [twsocket] Download manager

2012-02-25 Thread Markus Humm
> > Perry Kappetein wrote: >> Hello, >> First of all, I am new to this list, and wasn't aware that there was a >> mailinglist available. >> Hopefully someone is able to help me with this. >> >> I am working on a download manager, and using the >> HTTPMultipartdownloader component. >> >> >> For now

Re: [twsocket] Download manager

2012-02-25 Thread Angus Robertson - Magenta Systems Ltd
> If I have 5 or more different weblinks in my queue, I want do > download all these files. > Now I am using 5 components, but it doesn't seem very practical. > Basicly i have 5 of them called DL1, DL2, DL3 , DL4 and DL5. > > Is there an easier way to accomplish this? to use just like a > HTTP

Re: [twsocket] Download manager

2012-02-25 Thread François Piette
> I am working on a download manager, and using the HTTPMultipartdownloader component. > For now I have 5 different HTTPMultipartdownloader components on my form, but I think > I should be able to do it with only 1. like HTTPMultipartdownloader[xx] ? It depends on the requirements for your appli

Re: [twsocket] Download manager

2012-02-24 Thread Arno Garrels
Perry Kappetein wrote: > Hello, > First of all, I am new to this list, and wasn't aware that there was a > mailinglist available. > Hopefully someone is able to help me with this. > > I am working on a download manager, and using the > HTTPMultipartdownloader component. > > > For now I have 5 di