How to run Rebol3 script GUI without displaying console?

I am currently running the GUI from the console, which includes first loading the GUI using load-gui, and then running a script that shows the GUI.

How to start the graphical interface without displaying the console?

+1
source share
1 answer

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

0
source

All Articles