Skip to content

Groups, modal forms and more

Compare
Choose a tag to compare
@MajMcCloud MajMcCloud released this 28 Nov 16:11
· 531 commits to master since this release
  • PromptDialog has been changed to ConfirmDialog
  • PromptDialog is now (like in JavaScript) for text inputs
  • 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
  • adding better Keyboard support
  • making Events property of FormBase public, for use in sub classes
  • making ResultBase derive from Eventargs
  • adding messagetype to messageresult
  • addes SplitterForm to switch between "normal" chats and group chats
  • adding useful tasks for groups
  • adding base class for group management