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

mac problems #1

Open
1 of 2 tasks
xulman opened this issue Dec 1, 2020 · 1 comment
Open
1 of 2 tasks

mac problems #1

xulman opened this issue Dec 1, 2020 · 1 comment

Comments

@xulman
Copy link
Member

xulman commented Dec 1, 2020

  • "edit macro" freezes Par. Macro Client
  • progress bar/gauges do not show up
@velissarious
Copy link
Collaborator

The first part of this issue is solved.

The TextEditor window is written in AWT like the rest of the GUI of FIJI and ImageJ, the the GUI of this plugin is written in JavaFX, the code to open the window was called in the JavaFX thread causing the program to freeze.

The TextEditor code is now called in the AWT thread which fixed the issue for mac users.

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