OnEnter
Posted: Tue Feb 28, 2006 3:04 am
Hi,
I have encountered the following issue:
In a MDI form, when clicking on the TeeChart control, it seems that the OnEnter event was not received.
Just as an example, given the same form, clicking alternatively on default Windows form controls such as 2 ListView controls (clicking on the same control repeatedly will cause the OnEnter event to be received once only unless the focus changes to another control or form) will cause the form to receive multiple OnEnter events triggered from the 2 ListView controls.
If we alternate the clicking between a TeeChart and ListView control, depending on where the initial focus is, only the ListView will trigger the OnEnter event and only once. It seems that the focus was not switch to the TeeChart control when it was clicked.
Thanks.
I have encountered the following issue:
In a MDI form, when clicking on the TeeChart control, it seems that the OnEnter event was not received.
Just as an example, given the same form, clicking alternatively on default Windows form controls such as 2 ListView controls (clicking on the same control repeatedly will cause the OnEnter event to be received once only unless the focus changes to another control or form) will cause the form to receive multiple OnEnter events triggered from the 2 ListView controls.
If we alternate the clicking between a TeeChart and ListView control, depending on where the initial focus is, only the ListView will trigger the OnEnter event and only once. It seems that the focus was not switch to the TeeChart control when it was clicked.
Thanks.