delphi - Why doesn't TApplicationEvents.OnIdle get called? -


in app have main form button. clicking button, form (not auto-created in dpr) created , displayed; on form, placed tapplicationevents component , defined onidle event handler. event handler doesn't called! may depend because derived second form not tform other class, tchartbasicform (by means of vfi)? thank replies. massimo.

hooking application's idle event can lead lot of debugging woes , other maintenance headaches, on form other main form. realize may not answer specific question (which hard @ point given vagueness), sure can't accomplish you're trying ttimer or tthread instead?


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -