I have a web-component for which I set a 1000 ms timeout. When it does timeout, there is a huge annoying notification pop-up that covers almost my entire screen. Is there a way I can disable this notification? I programmed it such that if it the request "times-out", it'll call the GET request again, so I don't want this notification to be obscuring my UI. Thanks in advance for your help!
Thank you so much for replying. Yes, I'm using the web .TimedOut block. But i can't seem to find an ErrorOccured block anywhere. As for the value, I do need it to be at 1000 ms, so thanks for your suggestion
Thanks! I'll do the evaluate but ignore result. It's just a simple app that's been working for months. Just wanted to remove the timeout notification. Cheers!