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

Strange Black-Border Mini-Window Appears During Data Loading, Causing MeTrEx to Freeze #8

Open
BeatEhrmann opened this issue Aug 21, 2024 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed invalid This doesn't seem right

Comments

@BeatEhrmann
Copy link
Collaborator

Description:

When loading data into MeTrEx, a strange black-border mini-window appears, and the application freezes. This issue also occurs during other operations, making the tool unusable during these moments.

Steps to Reproduce:

  1. Open MeTrEx.
  2. Load data into the application.
  3. Observe a strange black-border mini-window appearing.
  4. The application freezes, making it unresponsive.

Suggested Fixes:

  1. Investigate Window Issue: Determine the source of the strange black-border mini-window. It could be related to an improperly initialized GUI element or a background process.
  2. Address Freezing: Review the application's event handling and threading. Ensure that long-running tasks (like data loading) are processed in a separate thread to prevent freezing the main UI.
  3. Improve Stability: Ensure that MeTrEx remains responsive during data loading and other operations by improving resource management and preventing UI lockups.

Resolving this issue is crucial to maintain a smooth and stable experience in MeTrEx, especially during critical operations like data loading.

@BeatEhrmann BeatEhrmann added bug Something isn't working help wanted Extra attention is needed invalid This doesn't seem right labels Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant