Hello, Mat. I am fairly new max, but have been using puredata for a while. I guess what I am trying to say is that I am not an expert. I was able to develop an interface patch with your MMF.
However, the fullscreen mode does not turn on and the whole thing ii not calibrated because of it. I also tried it on another computer and it DOES work on that one. I thought it was the graphics card. However, I installed max on a newer computer that has vista and OPENGL 2.1, and fullscreen doesn´t work there either.
the patch you sent me works just fine here ; there is nothing wrong in it, and it goes in fullscreen as expected. I don't think that the fullscreen mode has something to do with OpenGL version…
but you can check the message that is sent to your interface by monitoring want is sent to r "r mmf.interfaces" in max. you should have something like :
print: window notitle
print: window size -1280 70 0 870
print: window exec
if the coord of the window size are not your 2nd screen's coordinates, then there might be a problem with the jit.displays object (that is inside mmf.interfaces-setup abstraction). (check the help file of jit.displays) and don't forget to plug and switch on your screen BEFORE starting max…