<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<blockquote cite="mid200611080955.37370.JeLlyFish.software@gmx.net"
 type="cite">
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">I even call the callback of another thread. :P
      </pre>
    </blockquote>
    <pre wrap="">No you can't.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
You still refuse to tell me why, so please stop telling me what I can't 
do, especially when I *am* doing it. </pre>
</blockquote>
Of course you can call any callback that exists in the application from
anywhere else in the application independently from in which thread
context you actually are running. But doing  a function call (or hence
using a callback) does not change the thread context you are running in
and thus you are still the same thread. IOW: code lines are not
_dedicated_ to a thread context.<br>
<br>
-Michael<br>
</body>
</html>