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

[gui] Massive lag after all tabs are loaded #167

Open
DCxDemo opened this issue Feb 25, 2023 · 1 comment
Open

[gui] Massive lag after all tabs are loaded #167

DCxDemo opened this issue Feb 25, 2023 · 1 comment
Labels
enhancement Usually refers to codebase/framework enhancements. performance Unbearable loading times and such.

Comments

@DCxDemo
Copy link
Collaborator

DCxDemo commented Feb 25, 2023

It looks like tab control initializes tab when its clicked for the first time. When all tabs are loaded it generates massive lag when you move the form. find the solution or maybe should remove tab control and replace it with child forms.

@DCxDemo DCxDemo added the enhancement Usually refers to codebase/framework enhancements. label Feb 25, 2023
@DCxDemo DCxDemo added this to General issues in Current tasks and goals via automation Feb 25, 2023
@DCxDemo DCxDemo added the performance Unbearable loading times and such. label Aug 26, 2023
@DCxDemo
Copy link
Collaborator Author

DCxDemo commented Mar 16, 2024

Instead of forms gonna create all controls once, then fill the panel based on button clicks, kind of left side vertical stacked menu. Should also be easier to share content between "tabs".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Usually refers to codebase/framework enhancements. performance Unbearable loading times and such.
Projects
Current tasks and goals
  
General issues
Development

No branches or pull requests

1 participant