Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Howto replace the text "Contacting Server..."

    Hi,

    The default message in the overlay window while some Request is in progress is "Contacting Server". How do we change it to something like "Loading ..."?

    Thanks.

    #2
    See rpcRequest.setPrompt(), not that DSRequest inherits from RPCRequest, and that in various APIs such as fetchData(), you can pass a DSRequest object to configure the DSRequest.

    You can also set it system-wide for internalization purposes - see the included language packs.

    Comment


      #3
      Hi mayankrjain,

      try isc.RPCManager.addClassProperties({defaultPrompt: "Loading ... "});

      I hope that it would be helpful for you.

      Comment

      Working...
      X