Markus Humm wrote:
> Re: [twsocket] TWSocket Digest, Vol 507, Issue 5
Please use the correct subject when you replay.
--
Arno
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.
David Loncarek wrote:
> Using HTTPCLI AsyncGET how main thread wait for the Async to download
> the html code.
Take a look at procedure THttpCli.DoRequestSync() in unit
OverbyteIcsHttpProt.pas, which handles the synchronous methods of THttpCli.
> Code relies on input html code. If i sleep the
Markus Humm wrote:
>> Hello!
>>
>> Using HTTPCLI AsyncGET how main thread wait for the Async to
>> download the html code.
>> Code relies on input html code. If i sleep the main ui thread it will
>> become frozen.
>>
>> I know how to get HTML with Async via Events but i have no idea how
>> progra
>
> Hello!
>
> Using HTTPCLI AsyncGET how main thread wait for the Async to download the
> html code.
> Code relies on input html code. If i sleep the main ui thread it will
> become frozen.
>
> I know how to get HTML with Async via Events but i have no idea how program
> it so that Main UI thre