HelpWizard Pages ReferenceManual9/en: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Reference Manual (Alerts & Notifications) == link=HelpWizard Pages ReferenceManual8/en|back <!--Datei:arrowright.png|link=HelpWiz…“) |
Cg (Diskussion | Beiträge) |
||
(6 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
⚫ | |||
[[Datei:arrowleft.png|link=HelpWizard Pages ReferenceManual8/en|back]] |
[[Datei:arrowleft.png|link=HelpWizard Pages ReferenceManual8/en|back]] |
||
[[Datei:arrowright.png|link=HelpWizard Pages ReferenceManual10/en|next]] |
|||
⚫ | |||
⚫ | |||
⚫ | |||
[Java] |
[Java] |
||
[Node] |
[Node] |
||
Zeile 12: | Zeile 12: | ||
* '''alert'''(''message'')<br>opens an alert dialog above the expecco window. |
* '''alert'''(''message'')<br>opens an alert dialog above the expecco window. |
||
* '''Transcript.show'''(''message'')<br>sends a message to the expecco console (Transcript). |
|||
* '''Transcript.showCR'''(''message'')<br>sends a message followed by a newline to the expecco console (Transcript). |
|||
* '''Stderr.show'''(''message'')<br>sends a message to expecco's stderr. |
|||
* '''Stderr.showCR'''(''message'')<br>sends a message followed by a newline to expecco's stderr. |
|||
Notice that the bridge's regular stdout and stderr are also forwarded to expecco, which will display them in its Transcript, if so checked in the settings (preceeded by the file descriptor number, 1 or 2). |
|||
[[Category: HelpWizard/en]] |
|||
[[Category: HelpWizard API/en]] |
Aktuelle Version vom 10. März 2021, 20:04 Uhr
Reference Manual (Alerts & Notifications)[Bearbeiten]
[C] [Java] [Node] [Python] [JavaScript builtin] [Smalltalk builtin]
- alert(message)
opens an alert dialog above the expecco window.
- Transcript.show(message)
sends a message to the expecco console (Transcript).
- Transcript.showCR(message)
sends a message followed by a newline to the expecco console (Transcript).
- Stderr.show(message)
sends a message to expecco's stderr.
- Stderr.showCR(message)
sends a message followed by a newline to expecco's stderr.
Notice that the bridge's regular stdout and stderr are also forwarded to expecco, which will display them in its Transcript, if so checked in the settings (preceeded by the file descriptor number, 1 or 2).