Hello,
I have a Windows Forms application with ActiViz C#. I set the form cursor to WaitCursor, but the RenderWindow has the same default cursor.
this.Cursor = Cursors.WaitCursor;
How can I set the WaitCursor on the RenderWindow?
Thank you.
Hello,
I have a Windows Forms application with ActiViz C#. I set the form cursor to WaitCursor, but the RenderWindow has the same default cursor.
this.Cursor = Cursors.WaitCursor;
How can I set the WaitCursor on the RenderWindow?
Thank you.
You should have a look at vtkRenderWindow.SetCurrentCursor
. Setting a custom cursor without setting the cursor filename should work.