jacobpalm / costa

The Costa Graphical User Interface for MS-DOS and compatible systems
https://costa.jacobpalm.dk/
MIT License
103 stars 7 forks source link

"Tip of the Day" dialog #7

Closed jacobpalm closed 6 years ago

jacobpalm commented 6 years ago

At launch, show a tip of the day message using standard messagebox.

Icon related to the tip. Add setting to turn this dialog on or off.

jacobpalm commented 6 years ago

Partly implemented now.

Settings dialog supports the feature, and Sys.MsgBox has a new messagetype (msgTip) to allow the existing code to be used to show the tip dialog.

To be done:

jacobpalm commented 6 years ago

Fully implemented since commit 06dcb6e.