Bug #1108
Mis à jour par Sebastien Jacquot il y a presque 11 ans
h3. Step to reproduce
* create a concordance, index, lexical table, etc.
* export data from menus or buttons
Log:
<pre>
at org.txm.rcpapplication.commands.OpenFile.openfile(OpenFile.java:143)
at org.txm.rcpapplication.commands.OpenFile.openfile(OpenFile.java:160)
at org.txm.rcpapplication.commands.function.ExportResult$1.run(ExportResult.java:183)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
</pre>
I think it's a context/UI thread problem. context. The bug comes from window.getActivePage() in org.txm.rcpapplication.commands.OpenFile.openfile(File). window is null.
* create a concordance, index, lexical table, etc.
* export data from menus or buttons
Log:
<pre>
at org.txm.rcpapplication.commands.OpenFile.openfile(OpenFile.java:143)
at org.txm.rcpapplication.commands.OpenFile.openfile(OpenFile.java:160)
at org.txm.rcpapplication.commands.function.ExportResult$1.run(ExportResult.java:183)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
</pre>
I think it's a context/UI thread problem. context. The bug comes from window.getActivePage() in org.txm.rcpapplication.commands.OpenFile.openfile(File). window is null.