【问题标题】:How to specify in Rebol3 the open/exe action for the R3 script : the R3 exe如何在 Rebol3 中为 R3 脚本指定 open/exe 操作:R3 exe
【发布时间】:2014-12-04 10:19:08
【问题描述】:

与这个问题有关: How do you start a Rebol3 GUI script without the console showing? 由于我的声誉低,我不能在那里引用,所以我提出了一个新的更具体的问题。

如何才能准确地做到这一点,或者我在哪里可以找到有关如何做到这一点的更多详细信息? 我现在搜索了很长时间,但没有找到详细的信息。 由于我是 REBOL3 的新手,因此很难通过不同的版本。我使用 SAPHIRON 构建。 代码只是一个简单的第一个测试:

REBOL [title: "first test"]
do %r3-gui.r3

load-gui
view [text "Hello Andreas!"]

欢迎任何帮助。

【问题讨论】:

    标签: rebol rebol3 r3-gui


    【解决方案1】:

    例如,对于 Windows,您可以关联到 rebol 脚本,这是要运行的默认程序。 如果您的文件脚本名称以 .r3 结尾,并且如果您想在双击 .r3 脚本时运行 r3-view.exe: - windows:右键单击.r3脚本,然后单击“打开方式”,然后选中“默认程序”并选择“r3-view.exe”,然后单击确定。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-02-22
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-06-12
      相关资源
      最近更新 更多