Rhino7: rs.GetObject stays in 'get' mode when used in an ETO form

Say I have a custom ETO form and I want the user to select an object. So, I use rs.GetObject. This works fine in Rhino8, but in Rhino 6 and 7, the command line stays in “get” mode even after the an object has been selected. Is there a way to correct this? (If not, I can ask the user to make the selection prior to running the script.)

mydialog.py (1.1 KB)

Hi @webdunce,

Review this sample and let me know if you have any questions.

test_pushpickbutton.py (1.8 KB)

– Dale

1 Like