Hi
Sometimes I get this problem (sometimes not). If I pop up a message window (showModal) - using Delphi - the OK button get's a bit of control (it has a dotted line around it) but it doesn't receive keyboard input. I see that the "fat" border around the button is missing. Also, the "tab" key doesn't work in the window, and most important, the "enter" doesn't work.
When I show the window in the show event I call a focuscontrol(button). I would expect this to do the job.
How can I make sure the button will receive keyboard input too in all cases and the fat border is added to the button control?
Thanks for your help
JP
Start Free Trial