ExcelAsyncUtil.CalculationEnded looses user focus (busy indicator) #690
Replies: 1 comment
-
It turns out there was a loop that pushed into the observable which in turn caused recalculation and so on. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Not sure why that is, but when I subscribe to
ExcelAsyncUtil.CalculationEnded
and the function is usingRxExcel.Observe,
then before there is any result, Excel fires recalculation multiple times a second and each call to the delegate looses user focus (changes cursor style to busy). Is there any solution for this?Beta Was this translation helpful? Give feedback.
All reactions