Re: CWindow and Mouse Clicks on EditText : work-around
- Posted by Rad <radhx at red?ffmail?com> Jul 23, 2007
- 530 views
CChris wrote: > > With your mod, do everything still work correctly when the edit text is the > child of a top level window? > > I am not against the change, but what you are trying to circumvent is not a > but in the library, but a standard behaviour of Windows, so some more care is > needed. If no one complains about changing that, then it owould certainly be > useful. > > CChris Yes, I can click on EditText in all Top/Parent/Child level windows to get focus/access. Actually, EditText focus was already working ok for Top level windows with win32lib logic. Issue is only for child windows. What I meant was is there any other way to set focus on EditText in child window (like Top level), rather than collecting all the EditText's in application and setting a handler for them? Regards, Rad.