marco-sacchi / RLoader

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

Implement main message loop and dispatcher #23

Closed marco-sacchi closed 2 years ago

marco-sacchi commented 3 years ago

Implement the main loop of sending and receiving messages with the following characteristics:

For simplicity of implementation, given the needs of RLoader, all views will be modal.

One view can open another. At the close, an event will be sent to the view previously in focus, allowing to read the values/states exposed by public methods from the closed view.