HelpWizard Pages ReferenceManual9/en: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 2.x)
Zur Navigation springen Zur Suche springen
Zeile 22: Zeile 22:


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).
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]]

Version vom 10. März 2021, 18:46 Uhr

Reference Manual (Alerts & Notifications)[Bearbeiten]

back

[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).



Copyright © 2014-2024 eXept Software AG