tomas-nestorovic / RIDE

Windows tool for low-level access to any floppy disks, and comfortable high-level access to some legacy filesystems (ZX Spectrum, MS-DOS, etc.).
https://nestorovic.hyperlink.cz/ride/html/index.html
56 stars 0 forks source link

Window parenting fixes #62

Closed tomas-nestorovic closed 2 years ago

tomas-nestorovic commented 3 years ago

The application suffers from wrong (or no) parenting of pop-up windows. It's therefore not seldom that the main window overlays a pop-up message shown by a worker thread, leading to confusion whether the app has stuck or is still working (whereas it's just waiting for user's input).

This issue is therefore to amend parenting of pop-up messages, dialogs etc., so that they are always visible when they show up.

tomas-nestorovic commented 2 years ago

With almost a year of no new fixes or improvements, this issue can safely be closed.