Avoid Deselect item with contextualMenuAction

Hi All,

I am using xojo 2014. I have a listbox with rows. when I do selecting multiple rows, if I do right-clicked mouse, its deselected the rows, How to avoid this,

thanks
regards,
arief

Return true from the MouseDown event if it’s a right-click:

Function MouseDown(x As Integer, y As Integer) As Boolean If IsContextualClick Then Return True End If End Function

thanks…

regards,
arief

it is a bug that has been corrected in a next version (don’t remember 2017 ?)