Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty help window #140

Open
tischi opened this issue Feb 25, 2022 · 4 comments
Open

Empty help window #140

tischi opened this issue Feb 25, 2022 · 4 comments

Comments

@tischi
Copy link

tischi commented Feb 25, 2022

image

Any ideas what the issue could be?

@bogovicj
Copy link
Contributor

Hi @tischi ,

That window should be populated from BigWarpHelp.html. How are you running bigwarp? Maybe that html file is missing? It's in the jars though, for example:

$ jar -tf Fiji.app/plugins/bigwarp_fiji-7.0.5.jar  | grep html
viewer/BigWarpHelp.html

@tischi
Copy link
Author

tischi commented Feb 25, 2022

It is there. I think it is some UI thread issue...sometimes it works.
Would you recommend launching BigWarp with a SwingUtilitiesInvokeLater or new Thread?

@bogovicj
Copy link
Contributor

I see, weird. Could be a problem on my end - i.e. could be I need SwingUtilitiesInvokeLater for the code that shows that window (?)
Will try to investigate further next week.

@tischi
Copy link
Author

tischi commented Feb 25, 2022

Man, I never know....sometimes new Thread helps sometimes SwingUtilities.InvokeLater
But usually it does not hurt to put them.
So, I guess if you could add one of those it could make things more robust.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants