Am 16.04.2011 12:05, schrieb Mattias Gaertner:
Not really, because the LCL is a event based/driven GUI engine. You
must leave the main thread enough processing time.
When processing a long operation you must call
Application.ProcessMessages or put the operation into another queue.
Otherwise your application stops responding.
The LCL is not a winapi emulator.

Mattias


Thanks for that explanation, changed my code templates :-))

just an idea:

i have to change that code templates on different computers.

What about an lazarus that can synchronize those user settings like chrome/firefox can do with links?

Would be a nice feature?!

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to