Atmapuri
2008-06-11 10:34:41 UTC
Hi!
I have passed an object supporting IOTAThreadNotifier to
IOTAThread.AddNotifier(..);
The I called IOTAThread.Evalute which returned erDeferred because
I had a function call in the expression, but the methods of the
IOTAThreadNotifier object passed to AddNotifier object
never trigger to signal that evalution has completed.
Does the callback depend on Windows Messages or is this
a call from another thread? I have tried waiting for the
thread to complete by looping a for a loop with a Sleep
command, but nothing happened.
Is this a known issue?
Thanks!
Atmapuri
I have passed an object supporting IOTAThreadNotifier to
IOTAThread.AddNotifier(..);
The I called IOTAThread.Evalute which returned erDeferred because
I had a function call in the expression, but the methods of the
IOTAThreadNotifier object passed to AddNotifier object
never trigger to signal that evalution has completed.
Does the callback depend on Windows Messages or is this
a call from another thread? I have tried waiting for the
thread to complete by looping a for a loop with a Sleep
command, but nothing happened.
Is this a known issue?
Thanks!
Atmapuri