rs.ComboListBox broken?

Hi all

rhinoscriptsyntax.ComboListBox() looks broken here in V6.
It does not show the list items

import rhinoscriptsyntax as rs

a = [ 'one', 'two', 'three' ]
b = rs.ComboListBox( a )
print b

( This works fine in V5 )

Also … I see no Run command in the File menu (or elsewhere) in the EditPythonScript window …

Thanks

EDIT:

rs.ComboListBox also seems to give no output

Hey Emilio,

This looks like an ETO glitch, looks like there is a drop down instead of a resizable widow… I does seem to work if you drop down the list to see the items, I get a correct return here. @nathanletwory is this your department, or is it someone else?

Hi Mitch

Ah, OK, if I click on the little arrow on the right, I can see the list items and select one of them.
But still I’m not able to enter a new value and have it returned …

Thank you !

BTW (6.2.18065.11031, 06/03/2018)

Probably more @dale or @curtisw

Hmm, forgot you could actually do that… The help doesn’t say anything about that either.

FWIW, it doesn’t seem to have been completely finished even in V5, there is no “Default” argument as there is in Rhinoscript (vb).

Got it all - thanks.

https://mcneel.myjetbrains.com/youtrack/issue/RH-45060

– Dale

Thanks Dale !

RH-45060 is fixed in the latest Service Release Candidate

1 Like