Modal windows - the "OK" button
Hi - I want to create a modal window that requests a response from the user, something like this:teb = text edit box(""); ok = button box("OK");nw = new window("My Modal Window", << modal(1), h list box(text box("Type here: "), teb), ok);How can I prevent the window from closing if the user clicks on “OK” without supplying a response? I’ve tried adding assorted scripts to the “OK” button t...
