As you can call a JavaScript function, to be able to call the showLoader, in the published project it appears when you want!!! please help me!!!
From the release notes
http://setup.wisej.com/releases/notes/Wisej%20Release%20Notes-1.4.80.htm
I saw the new feature called pooling.
WJ-8809 | New Feature | Support automatic polling to emulate push updates without WebSocket. |
Perhaps this might help you to update your client, when no WebSockets are available.
I can show the showLoader from javaScript but how to stop it from code c #.
WebcSocket is not used
Hi Edgar,
is your server running on WebSocket ?
Did those hints not help you yet ? https://wisej.com/support/question/showing-a-loading-spinner#sabai-entity-content-5403
Best regards
Frank
Hi Frank
The code I'm using to get a showLoader displayed on a button is this one.
Not all the buttons work as you like, sometimes it appears sometimes does not appear.
this.Button.call("showLoader");
Application.Update(this);
Thanks
Hi Edgar,
can you please describe what you want to achieve with the ShowLoader ?
Maybe a code snippet will help us to better understand your requirements.
Thanks in advance.
Best regards
Frank
Please login first to submit.