squeak-smalltalk / squeak-object-memory

Issues and assets related to the Squeak object memory.
https://bugs.squeak.org
MIT License
12 stars 1 forks source link

Generalize modal dialogs across MVC and Morphic #3

Open LinqLover opened 2 years ago

LinqLover commented 2 years ago

Modal dialogs such as Monticello tools (MCTool>>#showModally) currently only work on Morphic. It would be nice to find a solution that works in all UI frameworks.

Maybe reuse some logic from the MVCDebugger (please contact me before working on this - I'm already having some ongoing refactoring of this stuff on my stack). The current implementation of MVCToolBuilder >> #runModal: looks questionable, by the way.

Working state: modalDialogs.1.cs.txt