Hi all
just for clarification, is there any option to show the feedback message first and after a few sec it will navigate to another screen.
Hi Ragavan,
This might be of help for you.
https://www.outsystems.com/forums/discussion/52110/adding-delay-before-page-navigation/
You might need to tweak it a bit.
Kind regards,
Chris
if you need to show feedback message in first screen and remove this message in after few sec then it is possible.
but can you please elaborate about navigation on other screen.
Thanks
CV sharma
Hi Ragvan,
You can try this following script as well to manually close it.
RichWidgets_Feedback_Message_widget.hide('slide',{direction:'up'}, 500)
Also you can use following forge pluginhttps://www.outsystems.com/forge/component/1079/feedbackmessage/