Hello
I am developing with RhinoCommon and have made the dialog modeless, but if I click on a browser or something without OKing or canceling the command, the dialog comes to the foreground as is.
How can this be resolved?
best
Hello
I am developing with RhinoCommon and have made the dialog modeless, but if I click on a browser or something without OKing or canceling the command, the dialog comes to the foreground as is.
How can this be resolved?
best
Hi @jack3,
It sounds like you didn’t set the form’s owner to Rhino.
SampleCsEtoModelessFormCommand.cs
If this is not the case, please provide some source code that we can review.
Thanks,
– Dale
I was able to solve the problem with the samples presented by dale.
Thanks