Quantcast
Channel: Rhino Developer - McNeel Forum
Viewing all articles
Browse latest Browse all 8543

PropertyListBox quit working

$
0
0

@DanBayn wrote:

We have a computer down in Kentucky that had the PropertyListBox method quit working. The same scripts work as they should on other computers, but just that one ignores this method. They were 10 service releases behind when they first brought this to my attention, but even with SR21 it doesn’t work. Any suggestions?

Even this simple script fails on that one computer:

import rhinoscriptsyntax as rs

letters = ("A", "B", "C")
numbs = ("1", "2", "3")
results = rs.PropertyListBox(letters, numbs, "Test the PropertyListBox")
if results:
    print "success"

Thanks,

Dan

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 8543

Trending Articles