ICONVIEW never sending the WM_NOTIFICATION_RELEASED

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • ICONVIEW never sending the WM_NOTIFICATION_RELEASED

    I had developed a simple sample GUI using the downloadable demo, before we purchased the actual EmWin. Now, however, most of the logic that I'd implemented for callback handling isn't working.

    For example: The ICONVIEW is never passing along the WM_NOTIFICATION_RELEASED. I get Clicked, but never a released. This is somewhat important for a touchscreen driven system. What am I doing wrong? I cannot find anything in the documentation that I received that would indicate what events are sent per what config.

    Also the documentation is lacking regarding information on the GUI_TOUCH stuff.... Perhaps that is my problem.