Hi everyone,
In our project we open a new window with javascript from the main window. The whole app is running on EXT.NET.
What we have noticed when main window is doing some longer task "child" window which has been open previously doens't allow us to do any operation until main window has finished doing things.
Any ideas why this could happen? It's almost as everything has to run in serial there can not be two windows using the same service at the same time.
Thanks!