Hi all,
There is something that I may have misunderstood with the namespace.
Each of my WebControlWrapper has a “JavascriptNamespace” constant. As I have arrays of controls, there are many. They all share the same namespace. The first Open request send 180 “Xojo.createNamespace (myNamespace);”. As all these lines are identical, this is a resource consumption that is useless. How to make so that there is a single line of command?
olivier