I tried to programm an input possebility with the Java-extensions, getting a possebility to make Ti-processes more interactive.
I tried it with a simple reader and .readline approach.
And I also tried to create a pop-up window with the class JOptionPane.
Both resulted that the TI-Process is getting stuck and i have to restart the TM1-server.
I also tried to wrap it into an
- try{}catch(){}
But because there is no error message and it is just stuck, I don't know what the problem is.
It feels like the window should be shown and it is waiting for me to do the input, but i shows nothing where i could do the input.
Is there a reason TM1 is blocking any windows to pop up or is there an option or workaround for it?