HelpWizard Pages ReferenceManual9 Smalltalk/en: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 2.x)
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „== Reference Manual Smalltalk API (Alerts & Notifications) == * self '''alert:''' ''message''<br>opens an alert dialog above the expecco window. *…“)
 
Zeile 1: Zeile 1:
[[Datei:arrowleft.png|link=HelpWizard Pages ReferenceManual8 Smalltalk/en|previous]]
[[Datei:arrowup.png|link=HelpWizard Pages ReferenceManual10/en|back]]
[[Datei:arrowright.png|link=HelpWizard Pages ReferenceManual11 Smalltalk/en|next]]

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



Version vom 10. März 2021, 19:41 Uhr

previous back next

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

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



Copyright © 2014-2024 eXept Software AG