karlduderstadt

Results 33 comments of karlduderstadt

@hinerm I just built and tested the latest SCIFIO with scifio/scifio#451 with scijava-common 46ca0d0 and indeed the addition of jdeschamps ensures that File>Open... now correctly opens images. But my custom...

@imagejan I just updated my project to SciJava pom 30.0.0 and after one build this problem poped up. Indeed if I simply replaced scijava-common version 2.85.0 with 2.83.3 everything worked...

Actually, I am not sure it is a problem with SCIFIO. I set some breakpoints and found the problem seems to start in the DefaultLegacyOpener. it seems that the call...

@skalarproduktraum This is a really cool idea. My dialogs are in desperate need of groups. I guess in your implementation you directly build the panel with the SwingGroupingInputHarvester. I went...

Thanks for the helpful feedback! Aww that makes sense. I assumed it was something like that since clearly the SwingInputHarvester is used. Adding a group field to ModuleItem and a...

I really like the second idea. That appears to satisfy the key requirements. Then we would have full control over the default state. Also, having a separate ParameterGroup annotation seems...

Alright, I had a couple minutes so I started by adding group to Parameter annotations - https://github.com/karlduderstadt/scijava-common/commit/1949891258de0c7b6399919c6542572a769b8718 Then I started adding ParameterGroup and I realized this might require a lot...

Ah thanks for pointing that out. I didn't realize you can stack the annotations. That helps a lot if you also still have the normal Parameter annotation. I am still...

@imagejan Thanks for clarifying, I didn't know about those open issues and all the possibilities in the pipeline for script parameters. OK for now I think I will do it...