
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
First question : I want to close a Robot project without saving using API code 'Robot.Project.Close', and without closing RSA application.
But nothing happens. I would like to go back to the starting window (the grey one with 'Projects' And 'New Project' Option). But the project is still opened and still appears in the Robot window. How can I do that ? Is there a kind of 'refresh' script to add ?
Second question : I open RSA through API using
Dim Robot As New RobotApplication
Robot.Visible = True
Robot.Window.Activate
I would like the RSA window to come to the front, above the window form which the API script is launched (Rhino&Grasshopper in my case - it could be Excel). It is not the case with my script, RSA just appears in the task bar, but does not become visible. How can I do that ?
Thanks
Guillaume
Solved! Go to Solution.