I am trying to display a message in the status bar instead on using a dialog box using H5 Scripting but with no success so far.
Any advice on how this can be implemented?
Thank you
Hi, Have you tried this one? "ShowMessageInStatusBar()"
Good question, haven't seen any function to clear it. Maybe you can just send in "" or "." ? If you don't want the user to see the message any longer.
This one worked.
Thank you so much.
Hello
Can the message displayed be cleared using another function?
I tried ShowMessageInStatusBar() and kept blank brackets, it's no working.
Forgot to come back to the post myself, effectively using ShowMessageInStatusBar("") seems to clear the message. Thanks for the response.