marco-sacchi / RLoader

DOS programs launcher with customizable lists, search and thumbnails display.
MIT License
24 stars 1 forks source link

Implement open/select/save file dialog. #27

Open marco-sacchi opened 2 years ago

marco-sacchi commented 2 years ago

Implement a dialog for opening / selecting and saving a file.

The window must contain the following controls:

The difference in behavior between opening and saving consists in checking that the file exists when pressing the open / save button.

When moving in the file list or when changing directories the editbox must be synchronized accordingly, displaying the name of the selected file.

When in save mode, display a message box to confirm overwriting if the file already exists.

marco-sacchi commented 2 years ago

It remains to implement the state recovery code after a critical error (see #28).