child windows slow loading

0
0

Hello,

Whenever i call a child window (showdialog) it takes too long to load, even simples windows with few controls. And because the “loading” icon don’t always appear, i get the case when the user clicks several times the same button before anything really happens.

Is there anything i can do to speed up things? Or at least to give the user some hint that something is happening?

  • You must to post comments
0
0

Hi Ricardo,

I can’t reproduce the behaviour you describe: after I instanciate a window when I call window.ShowDialog() the form shows on the spot.

In the json file, you can use loaderTimeout to set the Timeout before the appearance of the Ajax loader in milliseconds. Default: 2000.

Please note there are several Wisej-Examples available on our GitHub repository.

  • Ricardo Nogueiar
    Thanks Tiago, the loadertimeout seems to do the trick. But it still feel a litle bit… laggy… I’ll post an example later!
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.