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

How to handle mouse busy spinner in desktop Application(Code should wait until mouse completes its loading state) #592

Open
vamsivarma94 opened this issue Nov 13, 2023 · 1 comment

Comments

@vamsivarma94
Copy link

Describe the feature
Is there any direct method that is available to handle mouse busy state. We are actually looking for solution to avoid sync issues in our code. Our's is very big application contains lot of data. Navigating B/W windows is taking some time to load all elements in upcoming window. We tried Wait While busy and Wait Until responsive and others as well but still we are getting sync issues.

Workarounds
Any workaround to wait until mouse completes its loading state.

Additional context
@Roemer could you please help us on this.
loading

@Roemer
Copy link
Member

Roemer commented Mar 8, 2024

There is a long standing request here: #129
It should be possible to get the cursor state but as mentioned there, custom icons will be difficult. Usually it is better to check something else than the cursor, like if the elements in a grid changed or something like that.

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