Hi, I just installed P3 on my desktop, which has two monitors, when running a sketch, my own or an example, the sketch is displayed larger than full screen, I can’t even view the content.
Processing 2 works fine.
Why is it doing this and what is the fix? I didn’t see any solutions when searching
Try disconnecting the second monitor and see what happens. Also goto System Preferences and look at the settings for your dual screen setup, it might be it is trying to use both monitors as a continuous desktop,
I’m having this same issue. I’m running a very basic program with the window size specified as 400x120 and when I run the sketch, it opens a window that spans the full resolution of both of my monitors. This is the basic sketch I’m running:
i am having the same issue on processing on both windows and mac . i used the latest 3.5.4. It simply wont take any size command… Even the default example files run in full screen … Really terrible . Anyone have this issue solved? both work fine with 2.2.1
system 1: win 10 gtx 1660 corei5 processing 3.5.4
system 2: macbook pro
ok found a weird way to fix it.
remove the size command and run any sketch. it will default to 100,100
then add a size command and rerun the sketch… bingo now it sizes the windows to all the sketches run after this