On 12/08/16 15:10, Bart wrote: > On 8/12/16, Michael Schnell <[email protected]> wrote: > > >> Each event should be finished (ad the handler procedure exited) as fast >> as possible. > > If you extend this (into ludicracy) this would mean that exch event > should fire a new thread that rubs the code needed and then exit... > ;-) >
Well probably if the event is required to do something useful but time-consuming (like launching a long long calculation) while the GUI (thread) needs to be responsive (e.g. report on progress, maybe abort the calculation or change parameters in-flight) > Bart > el es -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus-ide.org/listinfo/lazarus
