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
However, it is possible to use the TransformedBoxSelectionDialog with the BDV in 2D mode as long as the intervals provided are 3D with the third dimension set to zero. The following groovy script works:
This is is a suitable workaround for the problem. However, the dialog then shows the z scrollbars and when zooming in closely both the green box on top and bottom below are visible. So a 3D box is kind of still drawn.
It would be nice if 2D intervals could be provided to the TransformedBoxSelectionDialog and the Dialog then showed up without the z scrollbars. It would also make sense to only show the green box in this situation and not have the background box outline. This part is more a minor comment. I think removing the z scrollbar would resolve the issue.
The text was updated successfully, but these errors were encountered:
The TransformedBoxSelectionDialog doesn't support 2D.
If TransformedBoxSelectionDialog is provided with 2D intervals an ArrayIndexOutOfBoundsException is thrown.
This can be reproduced in Fiji using the following groovy script:
However, it is possible to use the TransformedBoxSelectionDialog with the BDV in 2D mode as long as the intervals provided are 3D with the third dimension set to zero. The following groovy script works:
This is is a suitable workaround for the problem. However, the dialog then shows the z scrollbars and when zooming in closely both the green box on top and bottom below are visible. So a 3D box is kind of still drawn.
It would be nice if 2D intervals could be provided to the TransformedBoxSelectionDialog and the Dialog then showed up without the z scrollbars. It would also make sense to only show the green box in this situation and not have the background box outline. This part is more a minor comment. I think removing the z scrollbar would resolve the issue.
The text was updated successfully, but these errors were encountered: