Dropdown closeup issue

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

  • Dropdown closeup issue

    Hi,

    I am seeing a similar issue as first reported here - Dropdown widget listbox closeup question

    If an edit widget is under the dropdown's listbox when clicked the edit box also receives a WM_NOTIFICATION_RELEASED message. The edit widget currently uses this message to do some other action.
    I can work around the issue by using the WM_NOTIFICATION_CLICKED message rather than WM_NOTIFICATION_RELEASED but that is not the behaviour I would like.

    Is this a limitation you are aware of? I see this behaviour in both the simulator and actual target application.

    For info i am using STemwin v 5.28.

    Any help would be greatly appreciated.