You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Following "Run script"->"export scripts"-> "Batch Image Export..."
the "Download File" button in "Activities" gets hidden when the exported Image_name or Folder_name is too long
After some testing, this happens only when there is no space in the name, adding a space let it print the name on several lines:
Additionally, this affects previous notifications (but is reset if we clear the list):
A quick workaround is to select first an image with a short name (that's the one that will be printed in the "Activities").
Looking around the possibilities to fix that, a quick but dirty solution is to trim the message displayed when too long. That could be done in the concerned script (Batch_Image_Export.py#L615).
The second and better solution, in my opinion, is to handle it in omero-web, as other messages could be concerned. But this is the point where I'm getting lost in the code...
Best,
Tom
The text was updated successfully, but these errors were encountered:
Hello,
Following "Run script"->"export scripts"-> "Batch Image Export..."
the "Download File" button in "Activities" gets hidden when the exported Image_name or Folder_name is too long
After some testing, this happens only when there is no space in the name, adding a space let it print the name on several lines:
Additionally, this affects previous notifications (but is reset if we clear the list):
A quick workaround is to select first an image with a short name (that's the one that will be printed in the "Activities").
Looking around the possibilities to fix that, a quick but dirty solution is to trim the message displayed when too long. That could be done in the concerned script (Batch_Image_Export.py#L615).
The second and better solution, in my opinion, is to handle it in omero-web, as other messages could be concerned. But this is the point where I'm getting lost in the code...
Best,
Tom
The text was updated successfully, but these errors were encountered: