Hi there.
I'm having a strange problem. I have a TTimer on my main form that should trig 500 msec. after the form is created.
It works fine when I run from IDE, but when I run it on other W7 PC's the main form is created, but the timer doesn't fire. (Some components are not updated) If I click a control, everything is updated and the timer fires and every thing is fine. If I run it on PC with Delphi installed, it works fine. No problem.
Code in MyForm.OnCreate is executed fine. Timer.Enabled := True makes no change.
Any idea what causes this? I'm really stuck here.
Best regards
Peter.