Hello everyone! I'm learning to use EJS and I have difficulty in showing a new window when a button is pressed and I don't know if it is possible.
I would like to know if there is some method to show a new window with the button action because I need a window to configure some settings and this windows should appear when the button is pressed.
I could see the method "_view.alert()" that show a window with a message and it would be similar but with buttons instead of a message.
Yes, I'm using the Java favor of EjsS and I tried doing the steps of your post and it looks easy but it doesn't work for me. My problem is that when I press the button I don't see the window but it appear when I close the program.
I tried setting the 'immediate' parameter of the button with the true value but this doesn't work either. What could I do? Because I think this method should work but maybe I have forgot something.
Thanks again for your help and best regards, Manuel.