I have seen from the newsgroups that the Application.OnIdle event does not
get executed in DLL's and hence actions do not get processed.
I have placed a form in a DLL that uses actions. Is there a way to trigger
the OnIdle event, or somehow get my actions working? CAn I use a timer and
a call to HandleMessages ?
I can not use runtime libraries because my main app is not written in Delphi
(or by me!)