HelpWizard Pages ReferenceManual9 C/en: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 2.x)
Zur Navigation springen Zur Suche springen
 
(4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
[[Datei:arrowleft.png|link=HelpWizard Pages ReferenceManual8 C/en|previous]]
[[Datei:arrowup.png|link=HelpWizard Pages ReferenceManual9/en|up]]
[[Datei:arrowright.png|link=HelpWizard Pages ReferenceManual10 C/en|next]]

== Reference Manual C API (Alerts & Notifications) ==
== Reference Manual C API (Alerts & Notifications) ==


[[Datei:arrowup.png|link=HelpWizard Pages ReferenceManual9/en|back]]


* '''alert'''(''format'', ...)<br>opens an alert dialog above the expecco window. The arguments are printf style.
* '''alert'''(''format'', ...)<br>opens an alert dialog above the expecco window. The arguments are printf style.
Zeile 13: Zeile 16:
* '''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 stdout and stderr 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).
Notice that the 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]]
[[Category: HelpWizard API C/en]]

Aktuelle Version vom 10. März 2021, 20:03 Uhr

previous up next

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

  • 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 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