Quantcast
Channel: Scripting - McNeel Forum
Viewing all articles
Browse latest Browse all 5751

rs.ComboListBox broken?

$
0
0

@emilio wrote:

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

Posts: 5

Participants: 3

Read full topic


Viewing all articles
Browse latest Browse all 5751

Trending Articles