Jump to content
Developer Wiki and Function Reference Links ×

VW 2020 list browser double click regression?


Hans Martin Kern

Recommended Posts

A dialog of ours displays a list browser with a list of choices. Users can double-click on one of the items in order to select AND close the dialog right away. This is implemented in the dialog event handler function by
 

if (itemHit == -kListBrowser)
    itemHit = kDefaultButtonID;


This was working fine on both platforms for years, but with VW 2020, the code is no longer working on Windows (macOS still works fine). 

Is this a regression or do we need jump through more hoops due to the new editable list browsers?

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...