HelpWizard Pages ReferenceManual10/en
Version vom 10. März 2021, 18:58 Uhr von Cg (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Reference Manual (Alerts & Notifications) == link=HelpWizard Pages ReferenceManual9/en|back <!--Datei:arrowright.png|link=HelpWiz…“)
Reference Manual (Alerts & Notifications)[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.