Hi all.
I've noticed that because of how complicated it can be to program dialogs, many extensions have to make do with fairly clumsy control systems involving actions and properties, where - in an ideal world - a dialog would have been best.
That certainly rings true with many of my own projects anyway. So I've been working on a little extension which is a bit hacky, but it lets you run a separate MMF standalone exe as if it were a dialog, and shares data via a Memory Mapped File.
It just means you can use intuitive dialogs a lot more easily, as you can program them in MMF and talk to them at the c++ level.
It's nowhere near finished, but am I the only one who'd use it?