HelpWizard Pages ReferenceManual10/en

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

Reference Manual (Alerts & Notifications)[Bearbeiten]

back

[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