Full Screen Problems

ryckox's icon

Hi everyone
I'm having some problems with getting my jit window to go full screen there is a patch in tutorial 49 which allows for this but when I copy and paste the patch into the tutorial 33 or any other patch even though I'm changing the name accordingly it never works. I have also tried send and receive taken from jitter tutorial 38 I still have no luck. PLEASE HELP.

Full screen patch tutorial 49

[mod - removed uncompressed patch]

Rob Ramirez's icon

hi. please repost your patch using the copy compressed method.
https://cycling74.com/forums/common-max-arcana

ryckox's icon
Max Patch
Copy patch and select New From Clipboard in Max.

Here you go compressed code, any help much appreciated.

strimbob's icon
Max Patch
Copy patch and select New From Clipboard in Max.

hi there you need to use jit.window with a fullscreen message

Hans Mittendorf's icon
Max Patch
Copy patch and select New From Clipboard in Max.

this way it works

ryckox's icon

Hi lads thanks a million, jit window works great. One issue though can I show the images on the jit pwindow for display purposes as well as having the option of full screen in the jit window? It doesn't seem to display for me I've tried a few things that didn't work, so I said I'd leave it to the experts. I've posted the patch as it is now,

Max Patch
Copy patch and select New From Clipboard in Max.

Thanks again.

Rob Ramirez's icon

if you want to render an opengl scene into both a jit.window and a jit.pwindow, your best option is to create another jit.gl.render with it's @shared_context set to the first context.

it's a little tricky to get the hang of, but there is an jitter recipe to help you learn.
Recipe 39: Preview
https://cycling74.com/tutorials/jitter-recipes-book-3/

ryckox's icon

Cheers man.