Hi, i’m trying to use this
Public Shared Function ShowListBox (
title As String,
message As String,
items As IList,
selectedItem As Object
) As Object
but selectedItem is not considered (nothing is selected)
I’m passing a list(of string) to items, and a string from that list to selectedItem
Using the Rhino6, latest release and its rhinocommon.dll