How do you start a Rebol3 GUI script without the console showing?

227 views Asked by At

Currently I start a GUI from the console which involves first loading the GUI with load-gui and then run the script which shows the GUI.

How can I start the GUI without a console showing?

1

There are 1 answers

0
JeanLouis On

You have to specify the open/exe action for the R3 script : the R3 exe.