11-01-2022, 05:46 PM
QB64 Phoenix Edition v3.4.0!
https://github.com/QB64-Phoenix-Edition/...tag/v3.4.0
Enhancements
Bug Fixes
Full Changelog: https://github.com/QB64-Phoenix-Edition/...0...v3.4.0
https://github.com/QB64-Phoenix-Edition/...tag/v3.4.0
Enhancements
- #189, #216, #225, #227, #230 - Added several cross-platform dialogs - @a740g, @mkilgore
- The commands make a best-effort of determining the way to show the dialog based on what is provided by the system.
- The follow new commands were added:
- _NOTIFYPOPUP [title$][, message$][, iconType$]
- _MESSAGEBOX [title$][, message$][, iconType$]
- result& = _MESSAGEBOX(title$, message$, dialogType$, iconType$[, defaultButton&])
- result$ = _INPUTBOX$(title$, message$[, defaultInput$])
- folder$ = _SELECTFOLDERDIALOG$(title$[, defaultPath$])
- color32bpp~& = _COLORCHOOSERDIALOG(title$[, defaultRGB~&])
- result& = _OPENFILEDIALOG$(title$, defaultPathAndFile$, filterPatterns$, singleFilterDescription$[, allowMultipleSelects&])
- result& = _SAVEFILEDIALOG$(title$, defaultPathAndFile$, filterPatterns$, singleFilterDescription$)
- _NOTIFYPOPUP [title$][, message$][, iconType$]
- The commands make a best-effort of determining the way to show the dialog based on what is provided by the system.
Bug Fixes
Full Changelog: https://github.com/QB64-Phoenix-Edition/...0...v3.4.0