On 08/20/2014 12:14 PM, Michael Van Canneyt wrote:
OTOH, as supposedly nobody ever on purpose calls
Application.QueueAsyncCall from the main thread it does not do much
harm (other than eating up some bytes of memory).
Exactly.
So I will proceed as you said.
Thanks,
-Michael
__
On Wed, 20 Aug 2014, Michael Schnell wrote:
On 08/20/2014 11:12 AM, Michael Van Canneyt wrote:
You can perfectly work around this by implementing
Application.QueueAsnycCall so that it creates a thread which does the call
to TThread.Queue.
Do you mean that for an implementation of "Applica
On 08/20/2014 11:12 AM, Michael Van Canneyt wrote:
You can perfectly work around this by implementing
Application.QueueAsnycCall so that it creates a thread which does the
call to TThread.Queue.
Do you mean that for an implementation of "Application.QueueAsyncCall" I
should
- Check if we a
On Wed, 20 Aug 2014, Michael Schnell wrote:
I found that my intent to do an "active" extension (or variant) of the Lazarus "NoGUI"
Widget Type (aka "Interface") is not possible (to be implemented in an IMHO sensible way) using the
released version of the FPC
RTL, but is rather easy when usin