Eto: Dialog that keeps rhino view interactive?

Is there a way to make a dialog in Eto that keeps the view interactive (zoom/rotate)? So far the example files I tried, block the view (Eto.Forms.Dialog). My goal is to label selected surfaces and give info on these in a dialog, but I want to keep interaction with the view.

Hi @Gijs,

Create the dialog as sem-modal.

SampleCsEtoSemiModalDialogCommand.cs

ā€“ Dale

1 Like

thanks, do you happen to have a python example as well?

Here you go.

test_gridview_dialog.py (2.1 KB)

ā€“ Dale

1 Like