I have a D6 application.
 
When I move out of a TEdit by clicking on a TRadioButton or TCheckBox, the OnExit code for the TEdit executes and the focus moves to the TRadioButton or TCheckBox but the OnClick event for the TRadioButton or TCheckBox does not execute - the button initially appears grayed, but quickly reverts to the normal colour and remains unchecked.
 
The problem only arises when the OnExit event displays a MessageDlg.
 
I have tried putting Application.ProcessMessages in various places without success.
 
Anyone got any ideas on how to fix this problem?
 
Regards
Steve Galyer

Reply via email to