Mouse Enter/Leave
Posted: Sun Jul 03, 2005 00:14
Edit box testing : (EditBox attached to TabControl attached to DefaultWindow)
Left click within edit box - it gets input.
Left click outside all gui components - on landscape in my case - It does not clear input capture of edit box.
Where this causes me a problem is that I am also processing my own mouse/keyboard events. The gui keeps saying it is processing the key injections even if I have clicked out of the edit box.
Is this working as designed ?
Any ways I can work around it ?
One other weird thing i noticed was that tab text changed as input text was entered. Not sure if I had everything set right.
Left click within edit box - it gets input.
Left click outside all gui components - on landscape in my case - It does not clear input capture of edit box.
Where this causes me a problem is that I am also processing my own mouse/keyboard events. The gui keeps saying it is processing the key injections even if I have clicked out of the edit box.
Is this working as designed ?
Any ways I can work around it ?
One other weird thing i noticed was that tab text changed as input text was entered. Not sure if I had everything set right.