Can we show wait cursor in Fusion 360?

Can we show wait cursor in Fusion 360?

varun_nct
Participant Participant
494 Views
1 Reply
Message 1 of 2

Can we show wait cursor in Fusion 360?

varun_nct
Participant
Participant

We are performing some operation in our Fusion 360 Addin which takes few minutes. During this time we want to restrict user access to Fusion 360 UI. 

 

Is there any API to change mouse cursor to Wait or Busy in Fusion 360?

0 Likes
Accepted solutions (1)
495 Views
1 Reply
Reply (1)
Message 2 of 2

mainXRE6Q
Explorer
Explorer
Accepted solution

Hi @varun_nct .

 

Why don't you try using ProgressDialog?

https://help.autodesk.com/view/fusion360/ENU/?guid=GUID-F01EE8FC-654A-45CF-A2ED-81D3425A857A 

 

I clicked on various parts of the screen while the ProgressDialog was displayed, but it did not respond.

https://vimeo.com/599399467 

The display of the ProgressDialog should also reduce the stress of waiting time for add-in users

 

I have not experienced this, but there are reports that the use of ProgressDialog slows down the processing speed significantly.

https://forums.autodesk.com/t5/fusion-360-api-and-scripts/don-t-use-progress-dialog-with-large-data/... 

 

 

0 Likes