wxBasic Forum

wxBasic => Beispiele | Examples => Thema gestartet von: Administrator in 08.11.2014, 18:56:40 NACHMITTAGS

Titel: Dialogues
Beitrag von: Administrator in 08.11.2014, 18:56:40 NACHMITTAGS
dialog.wxb
dialog.wxb  erstellt einen Frame mit einem Dialog sowie einem OK und Cancel Button. Der Return Wert wird angezeigt.
dialog.wxb  creates a frame with a dialog, as well as an OK and Cancel button. The return value is displayed.
Code: dialog.wxb (http://www.wxbasic.de/Examples/dialog.wxb)

dialog_options.wxb
Erweiterter Dialog.
dialog_options.wxb  erstellt einen Frame mit einem Button. Nach einem Klick auf den Button wird ein Dialog mit 2 Checkboxes angezeigt. Der Return Wert wird angezeigt.
Advanced dialog.
dialog_options.wxb creates a frame with a button. After clicking on the button, a dialog with 2 checkboxes is displayed. The return value is displayed.
Code: dialog_options.wxb (http://www.wxbasic.de/Examples/dialog_options.wxb)