Commit Graph

7 Commits

Author SHA1 Message Date
Charlie Kindel
812a389082 with #520 fixed, cleaning up comments and tests 2022-11-04 11:32:41 -06:00
Charlie Kindel
04af7d2106 merge develop 2022-11-04 11:25:27 -06:00
Charlie Kindel
19ffc6b748 Fixed WizardAsView scenario; missing Init call 2022-11-03 22:33:57 -06:00
Charlie Kindel
bf1ed31281 Refactored UI Catalog and added tons of unit tests 2022-11-03 15:58:15 -06:00
Tig Kindel
11491b3f79 Fixes #1883. Toplevel now propogates Loaded & Ready events to child Toplevel views. 2022-07-23 12:23:44 -06:00
Tig Kindel
e4a919fb94 Fixed cancel logic. Title now shows for non-modal. (#1871) 2022-07-21 08:50:49 -07:00
Tig Kindel
492966048c Fixes #1849. Wizard as non-popup is broken (#1853)
* trying to make it work

* Fixes #1849. Wizard as non-modal doesn't work

* Fixes #1855. Window and Frame content view without the margin frame.

* Fixing layout of non-modal

* WizardSTep is now a FrameView

* Now use Modal = false to set visual style automatically

* Removed Controls as an explicit construct. Now just Add to WizardStep

Co-authored-by: BDisp <bd.bdisp@gmail.com>
2022-07-21 05:57:25 -07:00