1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-07 07:28:57 +00:00
6502bench/SourceGen/AsmGen
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
..
AsmCc65.cs Initial file commit 2018-09-28 10:05:11 -07:00
AsmMerlin32.cs Initial file commit 2018-09-28 10:05:11 -07:00
AssemblerInfo.cs Initial file commit 2018-09-28 10:05:11 -07:00
AssemblerProgress.cs Add parent window to all MessageBox.Show() invocations 2018-10-07 13:13:00 -07:00
AssemblerProgress.Designer.cs Initial file commit 2018-09-28 10:05:11 -07:00
AssemblerProgress.resx Initial file commit 2018-09-28 10:05:11 -07:00
AssemblerVersion.cs Initial file commit 2018-09-28 10:05:11 -07:00
GenAndAsm.cs Add parent window to all MessageBox.Show() invocations 2018-10-07 13:13:00 -07:00
GenAndAsm.Designer.cs Initial file commit 2018-09-28 10:05:11 -07:00
GenAndAsm.resx Initial file commit 2018-09-28 10:05:11 -07:00
GenCc65.cs Rename undocumented 6502 opcodes to match Unintended Opcodes doc 2018-10-05 14:28:45 -07:00
GenCommon.cs Initial file commit 2018-09-28 10:05:11 -07:00
GeneratorProgress.cs Add parent window to all MessageBox.Show() invocations 2018-10-07 13:13:00 -07:00
GeneratorProgress.Designer.cs Initial file commit 2018-09-28 10:05:11 -07:00
GeneratorProgress.resx Initial file commit 2018-09-28 10:05:11 -07:00
GenMerlin32.cs Output code for v2.17 when cc65 isn't found 2018-10-01 17:11:09 -07:00
IAssembler.cs Initial file commit 2018-09-28 10:05:11 -07:00
IGenerator.cs Fix some comments 2018-10-01 15:24:27 -07:00
LabelLocalizer.cs Initial file commit 2018-09-28 10:05:11 -07:00
StringGather.cs Initial file commit 2018-09-28 10:05:11 -07:00