bug: "copy all" [SOLVED]

when selecting "copy all" in the list of facets, hits, etc., sometimes (sorry, haven't found a clear condition when the bug occurs), and pasted into a csv-file or spreadsheet, only a fraction of the actual data is copied, most lines are just blank.

re-selecting "copy all" results in exactly the same lines being skipped. haven't found any work-around for this except using the line-by-line "copy selection" option.

Thanks, I’ll investigate…

This bug is now resolved.
The cause was that only the visible (on-screen) rows were refreshed with data. Now I have added a routine that fetches all facets’ details before performing the Copy to cliboard action.

You can either update to the current version (https://molflow.web.cern.ch/content/downloads - most recent development version), or you can force Molflow to load all rows with data by:

  • Stopping the simulation
  • Scrolling through the entire facet list
  • Performing the right-click copy

wow, great work. thanks!