View in #cornerstone3d on Slack
@Parikshit_Prasai: Is there a way to tell if the stackContextPrefetch
is currently fetching data? I need to show a fetching...
indicator, and disable button for cine tool. I explored various events, but could not find any that I could use.
@Syed: you can do this by listening to image load progress event
@Parikshit_Prasai: Thank you. I was unable to find such event in the cornerstone3d repository. Can you help me figure out which event I am to listen to?
I want to know if any instance / metadata fetching is ongoing, so that I can display a loading message while the download and cache is happening