Is there any way to suppress the automatic pop up of the graphic window at the program start and open it later by some command?
Following my plan a user should first do some choices by some input and then the graphics window should be opened and something should be done depending on the user input.
I wonder as there is no bug reporting forum? I assume that is an issue of the processSing core development? (Feel fre to shift my posting to the fitting forum.)
I found a severe bug with setup() and mousePressed()/keyPressed(). If you start the following code with setup() activated, mousePressed()/keyPressed().does not work! Without setup() it works perfectly, but only in a default window. I think this is a bug, as it makes it impossible to use a window beside the default.
Removing (or commenting) setup() enables this functions. In a first attempt I thought that the mouse click or keyboard buttons will not be registrated. But the print of the coordinates makes clear, that the problem lies elsewhere.
I only tried it with different Linux blends. Maybe in Windows that does not happen? (Please check it, I do not use any Windows.)