ZavaruKitsu
5ab15621a0
fix: reformat using C# rules
2022-10-08 19:26:34 +03:00
ZavaruKitsu
a731e2a8d0
fix: some build & linter warnings
2022-10-08 19:15:51 +03:00
FlorianDahn
92f12735c8
Adding more details on ConfirmDialog
...
- adding a Tag property for optional use in ArrayPromptDialog and ConfirmDialog
- adding it to the ButtonClickedEventArgs
2021-03-29 23:50:42 +02:00
FlorianDahn
97fea333f7
Update ConfirmDialog.cs
...
- adding additional checks to ConfirmDialog
- adding AutoCloseOnClick property, to close this modal form after button click
2020-11-03 20:38:36 +01:00
FlorianDahn
47876681e0
IgnoreState and SaveState addings for better session serialization
...
- adding IgnoreState to all ModalDialogs to prevent them get saved.
- adding SaveState to AutoCleanForm to keep state
- change OldMessages property of AutoCleanForm to public
2020-05-07 23:49:08 +02:00
FlorianDahn
8e6de4a0e1
- Refactoring and moving all EventArgs structures to folder Args
2020-03-23 13:02:31 +07:00
FlorianDahn
9cbde4830e
- adding OpenModal/CloseModal features to leave a form open and "just" show a prompt and get back
...
- added new "ModalDialog" class to present modal forms
- updating examples for prompt dialog to use the modal feature
2019-10-11 22:37:54 +02:00
FlorianDahn
038a941d33
- PromptDialog has been changed to ConfirmDialog
...
- PromptDialog is now (like in JavaScript) for text inputs
- examples corrected
2019-10-11 21:33:33 +02:00