 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Danijel B. Guest
|
Posted: Fri Mar 18, 2005 5:20 pm Post subject: Xlib: unexpected async reply (sequence 0xdba)! |
|
|
Hi
after starting kylix3 application on the shel this returns the following
message:
---------------------------------
Xlib: unexpected async reply (sequence 0x3a3e)!
Xlib: unexpected async reply (sequence 0xb49)!
X Error: BadImplementation (server does not implement operation) 17
Major opcode: 20
---------------------------------
Does someone know what's this for message and how to solving it?
Download of last buggy Kylix3 version:
http://www.dadodesign.de/indy/ThreadsK3.tgz
Thanks
Dado
|
|
| Back to top |
|
 |
theo Guest
|
Posted: Tue Mar 22, 2005 11:24 am Post subject: Re: Xlib: unexpected async reply (sequence 0xdba)! |
|
|
You should probably learn how to use Threads first.
This has not directly to do with Kylix.
From you example:
procedure TTWCThread.Execute;
begin
//inherited;
Form1.Tick;
Application.ProcessMessages;
Sleep(1000);
end;
If you need to send some GUI-update to the main-thread, use "Synchronize".
If you still have problems after correcting this, you'd better ask in
the Kylix NG.
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|