Hi All,
I have a Web Dialog with a base container with size as big as the web dialog to show records. There is a Search control at the top of the dialog, when the user types something, I intended to have a run-time created container to show a web listbox, this is for the user to select something for records filtering. Now the problem is, when the new container pops up (which is on top of the base container), mouse click does not work in the new container, but the base container. How do I tell Xojo which container should be new in focus? Thanks.