[fpc-devel] ShowModal / Application.Idle problem
Andrey Gusev
ag888 at rambler.ru
Fri Nov 16 15:35:26 CET 2007
TCustomForm.ShowModal() implementation have call to Application.Idle()
after closing form, for what ??
background: My some forms idle tasks have appeal to form's visual
components, so i got AV.
I use standart TApplicationProperties.OnIdle() event.
I can, sure, implement closing checking myself in my forms, but, i sure,
ShowModal() is erroneous to call
Application.Idle() after form closing.
More information about the fpc-devel
mailing list