1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-07 07:28:57 +00:00
6502bench/SourceGen/Setup
Andy McFadden 360204a16d Add parent window to all MessageBox.Show() invocations
Every once in a while, SourceGen will become unresponsive when it
tries to show a MessageBox.  In the debugger you can see the GC
running frantically, but the stack trace is just sitting on the
MessageBox show call.  Apparently, if you don't specify a parent
window argument, the MessageBox will occasionally end up behind
everything else, and you can get stuck.

I'm not sure what the GC frenzy is about, or whether this will fix
what I'm seeing, but it's easy to do and might solve the problem.

cf. https://stackoverflow.com/q/3467403/294248
2018-10-07 13:13:00 -07:00
..
NewProject.cs Add parent window to all MessageBox.Show() invocations 2018-10-07 13:13:00 -07:00
NewProject.Designer.cs Initial file commit 2018-09-28 10:05:11 -07:00
NewProject.resx Initial file commit 2018-09-28 10:05:11 -07:00
SystemDefaults.cs Add first-word-is-load-addr parameter to system definitions 2018-10-05 15:39:44 -07:00
SystemDefs.cs Initial file commit 2018-09-28 10:05:11 -07:00