Popup Menu

Hi all
I am trying to create a popup window in my plugin which asks the user for certain numeric inputs. Can anyone help me through this.
Maybe suggesting the page for the relevant method or a sample would help.
Thanks in advance

If you are scripting with Python and want to create some kind of user interface, then you might start here:

– Dale

Hi Dale
Thanks for your reply.
I am actually using RhinoCommon with C#.
Could you please share something related to that?
Thanks

The information applies to C# - just the syntax is different.

This is also helpful - Home · picoe/Eto Wiki · GitHub

There are also Eto samples on GitHub - GitHub - mcneel/rhino-developer-samples: Rhino and Grasshopper developer sample code

Hi Dale
Thanks for your message.
I am working on VS 2017 windows and don’t seem to find any Eto extension for it.
Is there any alternate way?
Thanks

I’m not sure what kind of Eto extension you are looking for. But if you don’t want to use Eto for UI, there’s always WPF and WinForms.

– Dale