Get "input" field? Rhino for Mac

is there a way to disable the input field in a get in rhino for mac? it may confuse users about where they should be selecting data?

the rest of the code runs just fine, copy pasted into VS Mac directly from the windows version and changed usings.

(the text field just under “select the material”)

Hi @ChristopherBotha,

You could always detect the platform you are running on and, if Mac, don’t show the options list.

http://developer.rhino3d.com/api/RhinoCommon/html/P_Rhino_Runtime_HostUtils_RunningOnOSX.htm

– Dale

Hi @dale

I need to show ONLY the option list, its the “input field/commandline” above that I’m trying to hide.
image

I was looking for a “hidecommandline” or “dontallowinput” property to disable it but came up empty.

EDIT: Just occurs to me that if I don’t set a command line prompt at all it may not show…

EDIT2: no luck, if you don’t set a command line it just shows “TEXT:” instead, and the command line is still visible.

many thanks
CB

Hi @ChristopherBotha,

It is not possible to hide this edit field, as it is possible for the user to type the name of a list item in addition to clicking it from a list.

– Dale

Thanks. Ill play with ETO to pop out a small form.