Thanks for your reply… I did not know what you said! I have inserted an
ActiveControl := nil;
In all the relevant positions in my main application and the advice you offered seems to be perfect. Certainly the error I was having last night is now fixed 🙂
lol Sascha nooooo your english was perfectly understandable… I just meant I did not know that I should put the ActiveControl:=nil into the form hide event!!!!
I just meant I did not know that I should put the ActiveControl:=nil into the form hide event!!!!
What I meant to say:
Radio buttons are activated when gets the focus. If the active control is a radio button when the form changes from hidden to visible, Windows sends a SetFocus message and the button is activated. This is not a Alpha Controls bug but a questionable behavior of Windows.