Hi,
I'm working on a Window that contains a Listbox and some buttons. When I touch Listbox's area, it just sends WM_TOUCH_CHILD into the Callback and it does not send WM_NOTIFY_PARENT. Why?
Although, if I have a Listview after a touch it goes me through to Callback with WM_TOUCH_CHILD, WM_NOTIFY_PARENT and WM_NOTIFICATION_CLICKED that I can get what happened.
I'm working on a Window that contains a Listbox and some buttons. When I touch Listbox's area, it just sends WM_TOUCH_CHILD into the Callback and it does not send WM_NOTIFY_PARENT. Why?
Although, if I have a Listview after a touch it goes me through to Callback with WM_TOUCH_CHILD, WM_NOTIFY_PARENT and WM_NOTIFICATION_CLICKED that I can get what happened.