The RGG toolbar provides a set of commands for interacting with the project.
Triggers the save project command on the current file. If the project has not been saved yet it will run “save as” and open a windows to select the saving destination.
Each operation on the project graph is performed through a transaction. These transactions are logged in a cache. It is possible to read through this log and apply the transaction in reverse enabling undo-ing the last modifications.
The reset command set the project at its “initial” state. The objects in the meta graph are not affected.
Open the embedded documentation relative to the rgg toolbar in the help panel.
Stop the current execution. It does not interrupt the program, instead it wait the end of the current step and then stop. Thus, the stop can takes time.
After an RGG object has been loaded successfully from an XL file, its public methods are made available in the RGG toolbar. Each method appears twice: In the list prefixed with Apply, a click invokes the method once, in the list prefixed with Run, a click starts the repeated invocation of the method. To stop this loop, click the Stop button in the toolbar. Initially, buttons for the first method are accessible immediately; to see a button list for the other methods, you have to click on the small arrow at the right button border.