[fpc-pascal] any generic List class other than those in fgl unit?

2014-10-24 Thread Dennis Poon
The TFPGMap in fgl unit has serious bug in the Find method. I tried but cannot fix it. I am hoping to find a well tested replacement class? Please kindly let me know. Dennis ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org

[fpc-pascal] fphttpclient and timeout

2014-10-24 Thread Philippe
Using basically HTTPClient.Get, I did not find time out configuration with fphttpclient. Did I missed it? If not, is there a way to implement it ? Using thread? If not, is there a similar library/unit with configurable timeout? I appreciate any suggestion! Philippe

Re: [fpc-pascal] fphttpclient and timeout

2014-10-24 Thread Michael Van Canneyt
On Fri, 24 Oct 2014, Philippe wrote: Using basically HTTPClient.Get, I did not find time out configuration with fphttpclient. Did I missed it? it does not exist yet. If not, is there a way to implement it ? Using thread? that would be one way. If not, is there a similar

Re: [fpc-pascal] any generic List class other than those in fgl unit?

2014-10-24 Thread Reinier Olislagers
On 24/10/2014 13:32, Dennis Poon wrote: The TFPGMap in fgl unit has serious bug in the Find method. I tried but cannot fix it. Why don't you raise a bug in the bugtracker with an example test program so developers can look into it? ___ fpc-pascal

Re: [fpc-pascal] fphttpclient and timeout

2014-10-24 Thread silvioprog
On Fri, Oct 24, 2014 at 8:41 AM, Michael Van Canneyt mich...@freepascal.org wrote: On Fri, 24 Oct 2014, Philippe wrote: Using basically HTTPClient.Get, I did not find time out configuration with fphttpclient. Did I missed it? it does not exist yet. If not, is there a way to implement

Re: [fpc-pascal] fphttpclient and timeout

2014-10-24 Thread Philippe
Em 24.10.2014 09:41, Michael Van Canneyt escreveu: On Fri, 24 Oct 2014, Philippe wrote: Using basically HTTPClient.Get, I did not find time out configuration with fphttpclient. Did I missed it? it does not exist yet. If not, is there a way to implement it ? Using thread? that

Re: [fpc-pascal] fphttpclient and timeout

2014-10-24 Thread Philippe
Em 24.10.2014 09:54, silvioprog escreveu: On Fri, Oct 24, 2014 at 8:41 AM, Michael Van Canneyt mich...@freepascal.orgwrote: On Fri, 24 Oct 2014, Philippe wrote: Using basically HTTPClient.Get, I did not find time out configuration with fphttpclient. Did I missed it? it does not

Re: [fpc-pascal] any generic List class other than those in fgl unit?

2014-10-24 Thread Dennis Poon
Reinier Olislagers wrote: On 24/10/2014 13:32, Dennis Poon wrote: The TFPGMap in fgl unit has serious bug in the Find method. I tried but cannot fix it. Why don't you raise a bug in the bugtracker with an example test program so developers can look into it? Can you give me a link to report

Re: [fpc-pascal] any generic List class other than those in fgl unit?

2014-10-24 Thread Reinier Olislagers
On 24/10/2014 17:15, Dennis Poon wrote: Reinier Olislagers wrote: On 24/10/2014 13:32, Dennis Poon wrote: The TFPGMap in fgl unit has serious bug in the Find method. I tried but cannot fix it. Why don't you raise a bug in the bugtracker with an example test program so developers can look

Re: [fpc-pascal] any generic List class other than those in fgl unit?

2014-10-24 Thread waldo kitty
On 10/24/2014 11:18 AM, Reinier Olislagers wrote: On 24/10/2014 17:15, Dennis Poon wrote: Can you give me a link to report this bug? I have not done this before. Is it really so hard to find? E.g. forum.lazarus.freepascal.org/ top left under free pascal, bugtracker link. Thanks. who uses