Rohit Gupta wrote:
Further to that, the worst part is that with D7, the flyover hint popup causes focus change.

What a stupid concept.  Is there any way I can stop this ?

Has anyone noticed that in D7 the cbx closesup when the form loses focus.

This is a royal pain, esp for existing code because the closeup event fires when the user has not finished.

Is there a way around it ?

Rohit,

The OnCloseUp event fires when the Combo's list box closes. That's what you want, isn't it?

The combo's list closes when the combo looses focus. Hasn't it always been that way?

I don't get any hints appearing anywhere on the form when the combo's list box is visible. Have you got some other code somewhere that's causing the behaviour you see? Can you use the Combo.DroppedDown property in your code to detect the state you're in before you carry out whatever action you're initiating?

Kit Jackson

_______________________________________________
Delphi mailing list
[email protected]
http://ns3.123.co.nz/mailman/listinfo/delphi

Reply via email to