Hi,
I have some queries that take long to be calculated, so there is a big lap between the user clicks on the action and the result is shown. I want to show a kind of 'Please wait while loading page' during that time.
I've tried changing Dataface_main_template.html onload function so it calls my own javascript that shows/hides a div just after body section. The problem is that this is only shown after the action is calculated, just on new page load, not while calculating.
I think I have to override onclick event for each action and call my own javascript, but I'm lost cause my knowledge is not enough.
What is the simplest way to display a wait message when loading pages in Xataface structure?
Thanks a lot!