To simplify the requirement for "loading" feedback I have added in a new "Before refresh" delegate (there is already an "after refresh" delegate.
Inside the "before refresh" of a page of section....
Lianja.get("page.or.sectionid").hide()
Lianja.showLoadingMessage("Your message...")
Then in the "after refresh" delegate...
Lianja.get("page.or.sectionid").show()
Lianja.hideLoadingMessage()
Bookmarks