PDA

View Full Version : Problem with Cadencer



acidO
02-09-2006, 06:47 PM
Hi everybody.
I have a little problem with Glscene Cadencer. When I use it with IdTCPClient the data from the server aren't recieving. I have code like this:


proc IdTCPClient.OnConnected();
begin
......
while IdTCPClient.Connection do
begin
//receive info from server
end
end

if Cadencer with some code in Cadencer.OnProgress works I can't receive any data from server and if Cadencer without code there is 3 second ping on localhost. I tried to use Application.ProcessMessages and Sleep(1) but it doesn't help.
Sorry my poor english.