Hi,
Do we have any option to show "Please Wait" on dashboard UI while Post request is completing and getting the return msg back.
As if we are not letting end user know that request is in process he may think the application is not working.
Please help.
Thanks
You can do whatever you want.
Set a "please wait" icon/text/whatever visible at the same time as you make the request.
Once the request outputs a value, hide the "please wait"
1 Like
Colin
27 January 2021 10:10
3
Or use a Notification node to show a message, which can then be cleared as described in the help text for the node.
1 Like
Steve-Mcl:
icon/text/whatever
Apologies, I am new with node-red. Could you please explain how to "Set a "please wait" icon/text/" on nod-red UI
Thanks
Colin
27 January 2021 11:07
5
If you have to ask that then I suggest using the notification node, which should be much simpler. Just send it a message when the wait starts and clear it when it finishes.
1 Like
system
Closed
10 February 2021 11:07
6
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.