Menu

#2841 verify .vap used in RTE submission

nextrelease
closed-fixed
nobody
None
5
8 hours ago
2 days ago
No

George said that the .vap used in the runtime error he submitted was for Juno data and not TRACERS data. I don't think it occurred to me to check what happens when multiple doms are running, and I should verify this.

Discussion

  • Jeremy Faden

    Jeremy Faden - 23 hours ago

    There's definately a bug here. It looks like each time a new window is opened, the new window is used.

     
  • Jeremy Faden

    Jeremy Faden - 8 hours ago
    • status: open --> closed-fixed
     
  • Jeremy Faden

    Jeremy Faden - 8 hours ago

    The code would re-use the ExceptionHandler from the parent app, instead of creating a new one. I'm sure this is a left-over from early implementations, and it works fine to create a new GuiExceptionHandler for each app instance.