HelpWizard Pages ReferenceManual10/en

Aus expecco Wiki (Version 2.x)
Version vom 10. März 2021, 20:03 Uhr von Cg (Diskussion | Beiträge)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

back

Reference Manual (Dialogs)[Bearbeiten]

[C] [Java] [Node] [Python] [JavaScript builtin] [Smalltalk builtin]

  • Dialog.alert(message)
    same as alert (for protocol compatibility with Smalltalk). opens an alert dialog above the expecco window.
  • Dialog.confirm(message)
    opens a yes/no confirmation dialog. Returns true/false.
  • Dialog.request(message)
    opens a text-entry dialog asking for a string. Returns the string or nil if cancelled.
  • Dialog.requestWithInitialAnswer(initial, message)
    opens a text-entry dialog asking for a string, showing initial initially. Returns the string or nil if cancelled.
  • Dialog.requestPassword(message)
    opens a text-entry dialog asking for a password string. Returns the string or nil if cancelled.



Copyright © 2014-2024 eXept Software AG