HelpWizard Pages ReferenceManual9 C/en: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 2.x)
Zur Navigation springen Zur Suche springen
Zeile 9: Zeile 9:
* '''showCR'''(Transcript, ''message'')<br>sends a message followed by a newline to the expecco console (Transcript).
* '''showCR'''(Transcript, ''message'')<br>sends a message followed by a newline to the expecco console (Transcript).


* '''show'''(Stderr, ''message'')<br>sends a message to expecco's stderr. Notice that the normal stderr is also forwarded to expecco, which will display it in its Transcript if so checked in its settings.
* '''show'''(Stderr, ''message'')<br>sends a message to expecco's stderr.


* '''showCR'''(Stderr, ''message'')<br>sends a message followed by a newline to expecco's stderr.
* '''showCR'''(Stderr, ''message'')<br>sends a message followed by a newline to expecco's stderr.

Notice that the regular stderr and stdout are also forwarded to expecco, which will display them in its Transcript if so checked in its settings (preceeded by the file descriptor number, 1 or 2).

Version vom 9. März 2021, 21:13 Uhr

Reference Manual C API (Alerts & Notifications)[Bearbeiten]

back

  • alert(format, ...)
    opens an alert dialog above the expecco window. The arguments are printf style.
  • show(Transcript, message)
    sends a message to the expecco console (Transcript).
  • showCR(Transcript, message)
    sends a message followed by a newline to the expecco console (Transcript).
  • show(Stderr, message)
    sends a message to expecco's stderr.
  • showCR(Stderr, message)
    sends a message followed by a newline to expecco's stderr.

Notice that the regular stderr and stdout are also forwarded to expecco, which will display them in its Transcript if so checked in its settings (preceeded by the file descriptor number, 1 or 2).



Copyright © 2014-2024 eXept Software AG