AD
Administrator
Syncfusion Team
May 28, 2004 06:48 PM UTC
Pedro,
Can you instead not listen to the Enter and Leave events? This is normally the recommended method of listening to a control getting activated and deactivated.
Regards,
-Praveen
PM
Pedro Miguel Rodrigues
May 31, 2004 05:45 AM UTC
Yes, thanks, that worked. I never thought of using those events :)
Anyway, now I have another problem... Whe the ComboBox gets the focus, it automatically selects the text. The thing is, my application requires that the ESC and ENTER keys be used to navigate between fields, but, when I press ESC inside the ComboBox, since the text is selected, what it does is deselect it, and only when I press ESC the second time does he actually move the focus. Is there any way to prevent the text from being selected?
Thanks,
Pedro Rodrigues